diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a296ca..de66b9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award } from "lucide-react"; +import { Award, Camera, Utensils, Music } from "lucide-react"; export default function LandingPage() { return ( @@ -29,52 +29,35 @@ export default function LandingPage() {
-
@@ -152,61 +89,26 @@ export default function LandingPage() {
@@ -216,52 +118,11 @@ export default function LandingPage() { logoText="Hacienda Real" columns={[ { - title: "Menu", - items: [ - { - label: "Specials", - href: "#menu", - }, - { - label: "Full Menu", - href: "#menu", - }, - { - label: "Drinks", - href: "#menu", - }, - ], + title: "Menu", items: [{ label: "Browse Full Menu", href: "#menu" }] }, { - title: "Information", - items: [ - { - label: "Hours", - href: "#contact", - }, - { - label: "Contact", - href: "#contact", - }, - { - label: "Reservation", - href: "#contact", - }, - ], - }, - { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, - ], - }, + title: "Restaurant", items: [{ label: "Reserve a Table", href: "#contact" }] + } ]} />