diff --git a/src/app/page.tsx b/src/app/page.tsx index 4421f00..687ced4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/still-life-cookies-ice-cream_23-2149637173.jpg" imageAlt="Premium ice cream bowl" buttons={[ - { text: "Explore Flavors", href: "product" }, + { text: "Order Now", href: "product" }, { text: "Learn Our Story", href: "about" } ]} /> @@ -184,4 +184,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file