diff --git a/src/app/page.tsx b/src/app/page.tsx index 262004b..f4a3f1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} buttons={[ - { text: "Order Now", href: "#products" }, + { text: "Shop Fresh Pastries", href: "#products" }, { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" @@ -224,4 +224,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}