diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 15e3394..ecbe766 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1383,4 +1383,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index f0e980b..254141f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function Home() { tag="Digital Growth" tagIcon={Sparkles} title="Grow Your Revenue 3x Faster" - description="Average clients see 3x revenue growth within 90 days. Our proven digital growth solutions deliver measurable results through strategic planning, expert execution, and continuous optimization." + description="Average clients see 3x revenue growth within 90 days, with proven strategies delivering measurable results." buttons={[ { text: "Get Started", href: "#contact" }, { text: "View Our Work", href: "#featured-work" }, @@ -320,4 +320,4 @@ export default function Home() { ); -} +} \ No newline at end of file