diff --git a/src/app/page.tsx b/src/app/page.tsx index 697b301..422a0c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Clock, MapPin, Phone, Users } from "lucide-react"; +import { Clock, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -56,7 +54,8 @@ export default function LandingPage() { description="Mi Pueblito Restaurant brings you a unique culinary journey through Mexico, Guatemala, and El Salvador." subdescription="Located at 333 Border St, we pride ourselves on authentic recipes, from our specialty Plato Mi Pueblito and Carne de Venado to our refreshing house-made margaritas and imported beers." icon={MapPin} - imageSrc="https://img.b2bpic.net/free-photo/chef-preparing-food-in-the-kitchen_23-2148839050.jpg" + videoSrc="https://www.w3schools.com/howto/movie.mp4" + useInvertedBackground={false} /> @@ -67,6 +66,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" title="Signature Menu" description="Taste our specialties, ranging from hearty traditional breakfasts to our famous dinner entrees." + useInvertedBackground={false} products={[ { id: "1", name: "Plato Mi Pueblito", price: "$18.00", imageSrc: "https://img.b2bpic.net/free-photo/traditional-breakfast-platter_23-2148839050.jpg" }, { id: "2", name: "Carne de Venado", price: "$22.00", imageSrc: "https://img.b2bpic.net/free-photo/grilled-meat-dish_23-2148839050.jpg" }, @@ -82,6 +82,7 @@ export default function LandingPage() { animationType="slide-up" title="Visit Us" description="We are open daily to serve you the best authentic dishes." + useInvertedBackground={false} metrics={[ { id: "m1", value: "8:00 AM", title: "Opening Time", description: "Start your day with us.", icon: Clock }, { id: "m2", value: "11:00 PM", title: "Closing Time", description: "Serving late into the evening.", icon: Clock }, @@ -99,6 +100,7 @@ export default function LandingPage() { { name: "email", type: "email", placeholder: "Email Address", required: true }, ]} textarea={{ name: "message", placeholder: "How can we help?", rows: 4 }} + useInvertedBackground={false} />