7 Commits

Author SHA1 Message Date
f7d2841778 Merge version_2 into main
Merge version_2 into main
2026-03-03 09:24:59 +00:00
aa54e853ba Update src/app/page.tsx 2026-03-03 09:24:53 +00:00
9f38a48d60 Update src/app/layout.tsx 2026-03-03 09:24:53 +00:00
2905608e8e Merge version_1 into main
Merge version_1 into main
2026-03-03 09:06:26 +00:00
8886bd8424 Merge version_1 into main
Merge version_1 into main
2026-03-03 09:04:02 +00:00
943c538382 Merge version_1 into main
Merge version_1 into main
2026-03-03 09:00:37 +00:00
b64f3593c3 Merge version_1 into main
Merge version_1 into main
2026-03-03 08:59:50 +00:00
2 changed files with 5 additions and 2 deletions

View File

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

View File

@@ -78,6 +78,9 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[
{ text: "Discuss Your Growth Plan", href: "contact" },
]}
features={[ features={[
{ {
id: "meta-google", title: "Meta & Google Ads", author: "Performance Marketing", description: "Precision campaigns that convert high-intent prospects into paying customers. Proven ROAS optimization across all ad platforms.", tags: ["Paid Advertising", "Performance"], id: "meta-google", title: "Meta & Google Ads", author: "Performance Marketing", description: "Precision campaigns that convert high-intent prospects into paying customers. Proven ROAS optimization across all ad platforms.", tags: ["Paid Advertising", "Performance"],
@@ -251,4 +254,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }