diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8081cfb..2489d4e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
-import { Award, Flame, Star, Utensils } from "lucide-react";
+import { Award, Flame, Star, Utensils, ShoppingBasket } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,98 +32,39 @@ export default function LandingPage() {
@@ -132,21 +73,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A Decade of Taste"
metrics={[
- {
- icon: Flame,
- label: "Events Hosted",
- value: "500+",
- },
- {
- icon: Star,
- label: "Five-Star Reviews",
- value: "300+",
- },
- {
- icon: Award,
- label: "Awards Won",
- value: "15",
- },
+ { icon: Flame, label: "Events Hosted", value: "500+" },
+ { icon: Star, label: "Five-Star Reviews", value: "300+" },
+ { icon: Award, label: "Awards Won", value: "15" },
]}
metricsAnimation="slide-up"
/>
@@ -159,25 +88,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Customized Menu Design",
- description: "Every menu is uniquely tailored to reflect your taste and culinary vision.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/table-with-food_1101-596.jpg",
- imageAlt: "gourmet organic ingredients kitchen",
- },
+ title: "Customized Menu Design", description: "Every menu is uniquely tailored to reflect your taste and culinary vision.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/table-with-food_1101-596.jpg", imageAlt: "gourmet organic ingredients kitchen"},
items: [
- {
- icon: Utensils,
- text: "Personalized Consultation",
- },
- {
- icon: ShoppingBasket,
- text: "Premium Sourcing",
- },
+ { icon: Utensils, text: "Personalized Consultation" },
+ { icon: ShoppingBasket, text: "Premium Sourcing" },
],
reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-cutlet-with-sauce-spicy-pepper-zucchini-tomatoes_140725-10844.jpg?_wi=2",
- imageAlt: "gourmet organic ingredients kitchen",
},
]}
title="Why Choose Our Private Chef Services"
@@ -192,42 +109,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Intimate Tasting",
- price: "$300",
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-ice-cream-flowers_23-2151973725.jpg",
- },
- {
- id: "p2",
- name: "Corporate Gala",
- price: "$1200",
- imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-slices-garnished-with-herbs-sauce-served-with-grilled-vegetables_140725-226.jpg",
- },
- {
- id: "p3",
- name: "Wedding Dinner",
- price: "$2500",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-side-dish-with-vegetables-caviar-top-with-blurred-background_181624-2204.jpg",
- },
- {
- id: "p4",
- name: "Birthday Celebration",
- price: "$500",
- imageSrc: "http://img.b2bpic.net/free-photo/sausage-salad_1203-3280.jpg",
- },
- {
- id: "p5",
- name: "Cooking Masterclass",
- price: "$200",
- imageSrc: "http://img.b2bpic.net/free-photo/bisquits-with-sliced-fruits-chocolate-syrup_141793-29.jpg",
- },
- {
- id: "p6",
- name: "Seasonal Feast",
- price: "$800",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-fish-fillet-served-top-couscous-salad-with-bell-peppers_141793-2138.jpg",
- },
+ { id: "p1", name: "Intimate Tasting", price: "$300", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-ice-cream-flowers_23-2151973725.jpg" },
+ { id: "p2", name: "Corporate Gala", price: "$1200", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-slices-garnished-with-herbs-sauce-served-with-grilled-vegetables_140725-226.jpg" },
+ { id: "p3", name: "Wedding Dinner", price: "$2500", imageSrc: "http://img.b2bpic.net/free-photo/closeup-side-dish-with-vegetables-caviar-top-with-blurred-background_181624-2204.jpg" },
+ { id: "p4", name: "Birthday Celebration", price: "$500", imageSrc: "http://img.b2bpic.net/free-photo/sausage-salad_1203-3280.jpg" },
+ { id: "p5", name: "Cooking Masterclass", price: "$200", imageSrc: "http://img.b2bpic.net/free-photo/bisquits-with-sliced-fruits-chocolate-syrup_141793-29.jpg" },
+ { id: "p6", name: "Seasonal Feast", price: "$800", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-fish-fillet-served-top-couscous-salad-with-bell-peppers_141793-2138.jpg" },
]}
title="Signature Culinary Experiences"
description="Select from our curated signature dining packages designed to impress any guest."
@@ -241,55 +128,16 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic",
- badge: "Standard",
- price: "$250",
- subtitle: "Small gatherings (up to 4 people)",
- features: [
- "3-course meal",
- "Custom menu",
- "Grocery shopping",
- ],
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
+ id: "basic", badge: "Standard", price: "$250", subtitle: "Small gatherings (up to 4 people)", features: ["3-course meal", "Custom menu", "Grocery shopping"],
+ buttons: [{ text: "Book Now", href: "#contact" }],
},
{
- id: "pro",
- badge: "Popular",
- price: "$600",
- subtitle: "Medium events (up to 10 people)",
- features: [
- "5-course meal",
- "Wine pairing",
- "Full cleanup",
- ],
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
+ id: "pro", badge: "Popular", price: "$600", subtitle: "Medium events (up to 10 people)", features: ["5-course meal", "Wine pairing", "Full cleanup"],
+ buttons: [{ text: "Book Now", href: "#contact" }],
},
{
- id: "premium",
- badge: "Exquisite",
- price: "$1500",
- subtitle: "Large parties (up to 20 people)",
- features: [
- "7-course meal",
- "Personal server",
- "Event management",
- ],
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
+ id: "premium", badge: "Exquisite", price: "$1500", subtitle: "Large parties (up to 20 people)", features: ["7-course meal", "Personal server", "Event management"],
+ buttons: [{ text: "Book Now", href: "#contact" }],
},
]}
title="Transparent Pricing"
@@ -302,46 +150,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- title: "Incredible",
- quote: "The best dinner party we've ever hosted.",
- name: "Sarah Miller",
- role: "Client",
- imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg",
- },
- {
- id: "t2",
- title: "Flawless",
- quote: "Chef Mark created a night to remember.",
- name: "James Wilson",
- role: "Host",
- imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg",
- },
- {
- id: "t3",
- title: "Stunning",
- quote: "The food quality was absolutely superb.",
- name: "Elena Rodriguez",
- role: "Foodie",
- imageSrc: "http://img.b2bpic.net/free-photo/diverse-enjoying-coast-musical-clapping-l150715_53876-30798.jpg",
- },
- {
- id: "t4",
- title: "Wonderful",
- quote: "A seamless and delicious experience.",
- name: "David Chen",
- role: "Client",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-with-food-home_23-2150176893.jpg",
- },
- {
- id: "t5",
- title: "Perfect",
- quote: "Everything was cooked to perfection.",
- name: "Alice Brown",
- role: "Attendee",
- imageSrc: "http://img.b2bpic.net/free-photo/anniversary-with-friends_1098-12615.jpg",
- },
+ { id: "t1", title: "Incredible", quote: "The best dinner party we've ever hosted.", name: "Sarah Miller", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg" },
+ { id: "t2", title: "Flawless", quote: "Chef Mark created a night to remember.", name: "James Wilson", role: "Host", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg" },
+ { id: "t3", title: "Stunning", quote: "The food quality was absolutely superb.", name: "Elena Rodriguez", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/diverse-enjoying-coast-musical-clapping-l150715_53876-30798.jpg" },
+ { id: "t4", title: "Wonderful", quote: "A seamless and delicious experience.", name: "David Chen", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-with-food-home_23-2150176893.jpg" },
+ { id: "t5", title: "Perfect", quote: "Everything was cooked to perfection.", name: "Alice Brown", role: "Attendee", imageSrc: "http://img.b2bpic.net/free-photo/anniversary-with-friends_1098-12615.jpg" },
]}
title="Client Praise"
description="What our guests say about their culinary experiences."
@@ -352,21 +165,9 @@ export default function LandingPage() {
@@ -397,32 +191,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-cooking_23-2150980270.jpg"
logoText="Chef Artisan"
columns={[
- {
- title: "Navigation",
- items: [
- {
- label: "Menu",
- href: "#products",
- },
- {
- label: "Pricing",
- href: "#pricing",
- },
- ],
- },
- {
- title: "Connect",
- items: [
- {
- label: "Instagram",
- href: "#",
- },
- {
- label: "Facebook",
- href: "#",
- },
- ],
- },
+ { title: "Navigation", items: [{ label: "Menu", href: "#products" }, { label: "Pricing", href: "#pricing" }] },
+ { title: "Connect", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
]}
/>