diff --git a/src/app/page.tsx b/src/app/page.tsx index 9df6aa3..6a4780f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -182,19 +182,12 @@ export default function LandingPage() { @@ -203,14 +196,12 @@ export default function LandingPage() { @@ -220,9 +211,9 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "radial-gradient"}} - tag="Stay Connected" - title="Join Our Heritage Circle" - description="Sign up for updates on new artisan collections and heritage stories." + tag="Reservations" + title="Book Your Experience" + description="Contact us at (555) 196-0196 or email reservations@lantika1960.com to secure your table today." /> @@ -231,27 +222,24 @@ export default function LandingPage() { logoText="Lantika 1960" columns={[ { - title: "Company", items: [ - { - label: "About Us", href: "#about"}, - { - label: "Heritage", href: "#"}, + title: "Restaurant", items: [ + { label: "Our Heritage", href: "#about" }, + { label: "The Menu", href: "#products" }, + { label: "Reservations", href: "#contact" } ], }, { - title: "Products", items: [ - { - label: "Catalog", href: "#products"}, - { - label: "Shop", href: "#"}, + title: "Info", items: [ + { label: "123 Culinary St, Craft City", href: "#" }, + { label: "info@lantika1960.com", href: "mailto:info@lantika1960.com" }, + { label: "(555) 196-0196", href: "tel:+15551960196" } ], }, { title: "Support", items: [ - { - label: "Contact", href: "#contact"}, - { - label: "FAQ", href: "#faq"}, + { label: "FAQ", href: "#faq" }, + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" } ], }, ]} @@ -260,4 +248,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file