Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-08 04:10:54 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -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,

View File

@@ -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"