This commit is contained in:
Carls2320 2025-02-17 13:28:07 +07:00
parent 17440450fd
commit f054fe56c3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export default function BusinessSolution() {
}, []);
return (
<div className="w-[90vw] mx-auto p-4 overflow-hidden">
<div className="container w-[90vw] mx-auto p-4 overflow-hidden">
{/* Header */}
<div className="text-center mb-8">
<h1 className="text-[32px] text-[#212121] font-semibold mb-2">{data.title}</h1>