4 Commits

Author SHA1 Message Date
87296d8a65 Merge version_3 into main
Merge version_3 into main
2026-03-03 15:29:21 +00:00
1b012b3f43 Update src/app/page.tsx 2026-03-03 15:29:17 +00:00
9363501bf0 Update src/app/layout.tsx 2026-03-03 15:29:16 +00:00
c6994eb6f7 Merge version_2 into main
Merge version_2 into main
2026-03-03 15:25:34 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1424,4 +1424,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="SANGES & MELONI"
description="We drive €500K→€1.6M revenue growth for premium ecommerce brands in 18 months. Premium web design, performance marketing, and growth strategy for brands serious about results."
description="We drive €500K→€1.6M revenue growth for premium ecommerce brands in 18 months. This outcome statement establishes credibility immediately and answers why your brand should partner with us for measurable digital transformation."
buttons={[
{ text: "Book a Strategy Call", href: "#contact" },
{ text: "See Case Studies", href: "#case-studies" },
@@ -259,4 +259,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}