From ff9c4ad8ba48c74f0869ccfc363ad0f4d715e3e4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:58:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4edc42..a9935e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,8 +73,7 @@ export default function LandingPage() { ]} carouselPosition="right" buttons={[ - { text: "Get Your First Ad Creatives", href: "pricing" }, - { text: "See Pricing", href: "pricing" } + { text: "Get Your First Ad Creatives", href: "pricing" } ]} buttonAnimation="slide-up" /> -- 2.49.1