Merge version_2 into main #2
@@ -10,7 +10,6 @@ import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Award, Clock, Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -65,6 +64,7 @@ export default function LandingPage() {
|
||||
showStepNumbers={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Signature Service Offerings"
|
||||
description="From intimate dinners to grand celebrations, we provide professional chef services tailored to your specific taste."
|
||||
features={[
|
||||
@@ -82,6 +82,8 @@ export default function LandingPage() {
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
description=""
|
||||
title="What Our Clients Say"
|
||||
testimonials={[
|
||||
{
|
||||
@@ -95,6 +97,7 @@ export default function LandingPage() {
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "Can you cater to dietary restrictions?", content: "Yes, we create custom menus for all allergies and dietary preferences." },
|
||||
{ id: "2", title: "How far in advance should I book?", content: "We recommend booking at least 4-6 weeks for private events." }
|
||||
@@ -111,6 +114,7 @@ export default function LandingPage() {
|
||||
description="Ready to discuss your upcoming event? Let's get started."
|
||||
buttons={[{ text: "Book Consultation" }]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,6 +125,7 @@ export default function LandingPage() {
|
||||
{ title: "Legal", items: [{ label: "Privacy" }, { label: "Terms" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Chef Artisan"
|
||||
bottomRightText="All Rights Reserved"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user