Merge version_1 into main #1
111
src/app/page.tsx
111
src/app/page.tsx
@@ -9,6 +9,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Sparkles, Zap, Star, Award } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Chef Cuisine"
|
||||
/>
|
||||
@@ -55,9 +48,7 @@ export default function LandingPage() {
|
||||
description="Elevate your next event with a bespoke dining experience crafted by a professional private chef. From intimate dinners to large gatherings, we bring the restaurant quality to you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Chef",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Chef", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/concept-table-setting-christmas-holidays-beautiful-stylish-decorated-table-is-waiting-guests-holiday_132075-14171.jpg"
|
||||
imageAlt="Gourmet dining experience"
|
||||
@@ -65,25 +56,15 @@ export default function LandingPage() {
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-fried-meat-with-fried-zucchini-crackers-human-hand-round-plate_176474-3088.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-fried-meat-with-fried-zucchini-crackers-human-hand-round-plate_176474-3088.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-gorgeous-young-female-feels-happy-coffee-shop_273609-2792.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-gorgeous-young-female-feels-happy-coffee-shop_273609-2792.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-female-entrepreneur-trendy-sunglasses-denim-jacke_197531-31011.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-female-entrepreneur-trendy-sunglasses-denim-jacke_197531-31011.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-dinner-party_23-2150648844.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-dinner-party_23-2150648844.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy diners"
|
||||
/>
|
||||
@@ -97,17 +78,11 @@ export default function LandingPage() {
|
||||
description="With over 15 years of experience in fine dining, I specialize in creating personalized menus that tell a story. Every ingredient is sourced with care and every dish is prepared with passion."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Personalized Menus",
|
||||
description: "Customized dining to your exact dietary and taste preferences.",
|
||||
},
|
||||
title: "Personalized Menus", description: "Customized dining to your exact dietary and taste preferences."},
|
||||
{
|
||||
title: "Farm-to-Table",
|
||||
description: "Sourcing only the finest local, seasonal ingredients for freshness.",
|
||||
},
|
||||
title: "Farm-to-Table", description: "Sourcing only the finest local, seasonal ingredients for freshness."},
|
||||
{
|
||||
title: "Professional Service",
|
||||
description: "Seamless execution allowing you to enjoy your evening with guests.",
|
||||
},
|
||||
title: "Professional Service", description: "Seamless execution allowing you to enjoy your evening with guests."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-head-chef-wearing-cooking-uniform-standing-restaurant-professional-kitchen-while-smiling-camera-gourmet-cuisine-skilled-expert-preparing-recipe-ingredients-meal-dish_482257-41987.jpg"
|
||||
imageAlt="Chef portrait"
|
||||
@@ -121,28 +96,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Tasting Menus",
|
||||
description: "A multi-course journey exploring bold textures and sophisticated flavor combinations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-tuna-dish-with-glass-wine-cheese-set_8353-10584.jpg",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Tasting Menus", description: "A multi-course journey exploring bold textures and sophisticated flavor combinations.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-tuna-dish-with-glass-wine-cheese-set_8353-10584.jpg", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Seasonal Specials",
|
||||
description: "Dishes that celebrate the best of what nature provides in every season.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/round-puffed-rice-cake-with-fresh-vegetables-wooden-textured_23-2148062364.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Seasonal Specials", description: "Dishes that celebrate the best of what nature provides in every season.", imageSrc: "http://img.b2bpic.net/free-photo/round-puffed-rice-cake-with-fresh-vegetables-wooden-textured_23-2148062364.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Dessert Artistry",
|
||||
description: "Hand-crafted delicacies to provide the perfect conclusion to your meal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-showing-his-fine-cuisine-professional-food-decoration_482257-10348.jpg",
|
||||
buttonIcon: "Star",
|
||||
title: "Dessert Artistry", description: "Hand-crafted delicacies to provide the perfect conclusion to your meal.", imageSrc: "http://img.b2bpic.net/free-photo/chef-showing-his-fine-cuisine-professional-food-decoration_482257-10348.jpg", buttonIcon: Star,
|
||||
},
|
||||
{
|
||||
title: "Wine Pairing",
|
||||
description: "Expertly curated beverage selections to enhance your dining experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157781.jpg",
|
||||
buttonIcon: "Award",
|
||||
title: "Wine Pairing", description: "Expertly curated beverage selections to enhance your dining experience.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157781.jpg", buttonIcon: Award,
|
||||
},
|
||||
]}
|
||||
title="A Taste of Excellence"
|
||||
@@ -157,40 +120,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Event Host",
|
||||
testimonial: "The dinner was absolutely magical. Every dish was perfectly presented.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-meat-with-fried-zucchini-crackers-human-hand-round-plate_176474-3088.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", role: "Event Host", testimonial: "The dinner was absolutely magical. Every dish was perfectly presented.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-meat-with-fried-zucchini-crackers-human-hand-round-plate_176474-3088.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Davis",
|
||||
role: "Client",
|
||||
testimonial: "Top tier experience. Professional, tasty, and seamless.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-gorgeous-young-female-feels-happy-coffee-shop_273609-2792.jpg",
|
||||
},
|
||||
id: "2", name: "James Davis", role: "Client", testimonial: "Top tier experience. Professional, tasty, and seamless.", imageSrc: "http://img.b2bpic.net/free-photo/positive-gorgeous-young-female-feels-happy-coffee-shop_273609-2792.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Chen",
|
||||
role: "Corporate Lead",
|
||||
testimonial: "Exceptional menu. Our team was deeply impressed with the quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-female-entrepreneur-trendy-sunglasses-denim-jacke_197531-31011.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Chen", role: "Corporate Lead", testimonial: "Exceptional menu. Our team was deeply impressed with the quality.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-female-entrepreneur-trendy-sunglasses-denim-jacke_197531-31011.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Reed",
|
||||
role: "Anniversary Host",
|
||||
testimonial: "Incredible memories created. The food was the highlight of our night.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg",
|
||||
},
|
||||
id: "4", name: "Michael Reed", role: "Anniversary Host", testimonial: "Incredible memories created. The food was the highlight of our night.", imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Laura Scott",
|
||||
role: "Client",
|
||||
testimonial: "Simply the best private chef service I have ever used.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-dinner-party_23-2150648844.jpg",
|
||||
},
|
||||
id: "5", name: "Laura Scott", role: "Client", testimonial: "Simply the best private chef service I have ever used.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-dinner-party_23-2150648844.jpg"},
|
||||
]}
|
||||
title="Client Experiences"
|
||||
description="What our guests say about their culinary journey."
|
||||
@@ -201,8 +139,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Booking"
|
||||
title="Start Your Dining Journey"
|
||||
description="Book a consultation to plan your next event. Let's create an unforgettable experience together."
|
||||
|
||||
Reference in New Issue
Block a user