Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-20 00:36:27 +00:00

View File

@@ -3,14 +3,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Facebook, Instagram, Twitter, Utensils, MapPin, Phone } from "lucide-react";
import { Facebook, Instagram, Utensils } from "lucide-react";
export default function LandingPage() {
return (
@@ -62,6 +61,7 @@ export default function LandingPage() {
icon={Utensils}
imageSrc="http://img.b2bpic.net/free-photo/delicious-sea-food-wooden-table-bench-shore-concept_53876-23078.jpg"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -78,6 +78,7 @@ export default function LandingPage() {
]}
imageSrc="http://img.b2bpic.net/free-photo/view-dish-made-crawfish_23-2150426214.jpg"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -91,6 +92,7 @@ export default function LandingPage() {
{ id: "1", name: "Alex P.", role: "Local Foodie", testimonial: "The boil sauce is addictive! Wheaton needed this spot." },
{ id: "2", name: "Jordan D.", role: "Customer", testimonial: "Fantastic atmosphere and even better crab legs. Will be back!" }
]}
useInvertedBackground={false}
/>
</div>
@@ -105,6 +107,7 @@ export default function LandingPage() {
textarea={{ name: "message", placeholder: "Questions or Party Booking?" }}
buttonText="Order Now"
imageSrc="http://img.b2bpic.net/free-photo/spicy-michelada-drink-assortment-table_23-2149027850.jpg"
useInvertedBackground={false}
/>
</div>
@@ -115,6 +118,7 @@ export default function LandingPage() {
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
{ icon: Instagram, href: "#", ariaLabel: "Instagram" }
]}
columns={[]}
/>
</div>
</ReactLenis>