Update src/app/page.tsx

This commit is contained in:
2026-03-03 09:24:53 +00:00
parent 9f38a48d60
commit aa54e853ba

View File

@@ -78,6 +78,9 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Discuss Your Growth Plan", href: "contact" },
]}
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"],
@@ -251,4 +254,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}