diff --git a/src/app/page.tsx b/src/app/page.tsx index d5ebee3..0dae36e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { logoText="Polar Bear" description="The Most Loved Ice Cream Experience in Town. Crafted with premium ingredients and unforgettable flavors. From our iconic DBC Sundae to refreshing fruity creations." buttons={[ - { text: "Explore Flavors", href: "#flavors" }, + { text: "Get Your Sundae Now", href: "#flavors" }, { text: "Visit Us Today", href: "#contact" }, ]} background={{ variant: "sparkles-gradient" }}