Merge version_2 into main #2
@@ -3,14 +3,13 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import { Utensils, Star, MapPin } from "lucide-react";
|
||||
import { Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -61,6 +60,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardThree
|
||||
useInvertedBackground={false}
|
||||
title="Culinary Gallery"
|
||||
description="A visual journey through our kitchen's finest creations."
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -77,6 +77,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardSix
|
||||
useInvertedBackground={false}
|
||||
title="Customer Reviews"
|
||||
description="What our guests are saying about their dining experience."
|
||||
animationType="slide-up"
|
||||
@@ -91,6 +92,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
tag="Reservations"
|
||||
title="Book Your Table"
|
||||
description="Ready to join us? Fill out the details below and we'll confirm your reservation within 24 hours."
|
||||
|
||||
Reference in New Issue
Block a user