Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-25 15:45:47 +00:00

View File

@@ -12,7 +12,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import MediaAbout from '@/components/sections/about/MediaAbout';
import { ChefHat, Calendar, Users, Star, MessageCircle, Mail } from "lucide-react";
import { ChefHat, Calendar, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -69,6 +69,7 @@ export default function LandingPage() {
textboxLayout="split"
title="Elevated Culinary Services"
description="From intimate dinners to large-scale events, every service is tailored to exceed your highest expectations."
useInvertedBackground={false}
features={[
{ id: "1", title: "Private Chef Service", descriptions: ["Full menu curation for private homes"], imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-tuna-fish-meat-salad-with-avocado-mango_1203-9044.jpg?_wi=2" },
{ id: "2", title: "Event Catering", descriptions: ["Premium service for corporate and social events"], imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720770.jpg" }
@@ -84,7 +85,8 @@ export default function LandingPage() {
description="A selection of my current signature dishes focused on seasonal local produce."
products={[
{ id: "m1", name: "Truffle Scallops", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-rice-raddish_140725-3403.jpg" },
{ id: "m2", name: "Wagyu Steak", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-slices-garnished-with-herbs-sauce-served-with-grilled-vegetables_140725-226.jpg" }
{ id: "m2", name: "Wagyu Steak", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-slices-garnished-with-herbs-sauce-served-with-grilled-vegetables_140725-226.jpg" },
{ id: "m3", name: "Signature Salad", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-fresh-vegetables_1203-9044.jpg" }
]}
textboxLayout="default"
useInvertedBackground={true}
@@ -97,6 +99,7 @@ export default function LandingPage() {
textboxLayout="default"
title="Pricing Tiers"
description="Choose the culinary experience that best fits your vision."
useInvertedBackground={false}
plans={[
{ id: "basic", badge: "Essential", price: "$250/p", subtitle: "Perfect for intimate dining", features: ["3-Course Menu", "Local Ingredients", "Full Service"], buttons: [{ text: "Select" }] },
{ id: "pro", badge: "Signature", price: "$450/p", subtitle: "The full gourmet experience", features: ["7-Course Tasting", "Premium Wine Pairing", "Chef Q&A"], buttons: [{ text: "Book Now" }] }
@@ -110,7 +113,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
title="Client Highlights"
testimonials={[
{ id: "t1", name: "Alexandra P.", role: "Host", company: "Private Client", rating: 5, testimonial: "Unmatched culinary mastery and service." }
{ id: "t1", name: "Alexandra P.", role: "Host", company: "Private Client", rating: 5, imageSrc: "https://img.freepik.com/free-photo/woman-smiling_23-2148107567.jpg" }
]}
textboxLayout="default"
useInvertedBackground={true}
@@ -127,6 +130,7 @@ export default function LandingPage() {
]}
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -137,12 +141,14 @@ export default function LandingPage() {
description="I am accepting bookings for upcoming seasons. Let's discuss your perfect event."
buttons={[{ text: "Send an Inquiry", href: "mailto:chef@chefstudio.com" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
logoText="Chef Studio"
videoSrc="https://player.vimeo.com/external/498425232.sd.mp4?s=d9406567362088f121a22129c661338575a4073e&profile_id=164"
columns={[
{ title: "Links", items: [{ label: "Instagram", href: "#" }, { label: "Terms", href: "#" }] }
]}