diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 717289e..570eb0e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Sam Street Food Truck", description: "Fresh meals ready in minutes, crafted daily from premium ingredients"}; + title: "Sam Street Food Truck", description: "Fresh meals ready in minutes, crafted daily from premium ingredients" +}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index ca5eb06..2e85f4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { ]} avatarText="Trusted by 2000+ Local Customers" buttons={[ - { text: "Find Us Today", href: "contact" }, + { text: "Order Now", href: "contact" }, { text: "View Menu", href: "menu" }, ]} buttonAnimation="slide-up"