diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ecdd82..7b185e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { value: "50+", label: "Flavor Combinations" } ]} enableKpiAnimation={true} - buttons={[{ text: "Order Now", href: "#products" }]} + buttons={[{ text: "Order Your Fresh Burger", href: "#products" }]} imageSrc="http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg" mediaAnimation="slide-up" avatars={[ @@ -216,4 +216,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file