Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-24 14:56:19 +00:00

View File

@@ -3,9 +3,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FooterBase from '@/components/sections/footer/FooterBase';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
@@ -159,25 +159,25 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplit
<ContactCTA
tag="Inquire Now"
title="Ready for an Extraordinary Experience?"
description="Book Chef Julian for your upcoming private event and elevate your culinary occasion."
buttons={[{ text: "Submit Inquiry", href: "#" }]}
useInvertedBackground={true}
background={{ variant: "gradient-bars" }}
tag="Inquire Today"
title="Start Your Culinary Journey"
description="Ready to bring the restaurant experience into your home? Reach out to check availability and start crafting your bespoke menu."
imageSrc="http://img.b2bpic.net/free-photo/male-chef-kitchen-using-eggs-cook_23-2149646236.jpg"
mediaAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#products" }, { label: "Contact", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
{ title: "Follow", items: [{ label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }, { label: "LinkedIn", href: "#" }] },
]}
<FooterLogoEmphasis
logoText="Chef Julian"
columns={[
{ items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }, { label: "Services", href: "#products" }] },
{ items: [{ label: "Pricing", href: "#pricing" }, { label: "Testimonials", href: "#testimonials" }, { label: "FAQs", href: "#faq" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
{ items: [{ label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }, { label: "LinkedIn", href: "#" }] }
]}
/>
</div>
</ReactLenis>