Update src/app/page.tsx
This commit is contained in:
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
name: "Contact", id: "#contact"
|
||||
},
|
||||
}
|
||||
]}
|
||||
brandName="The Artful Palate"
|
||||
button={{
|
||||
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/digital-profession-seat-beautiful-digitally-generated_1134-850.jpg", alt: "digital profession seat beautiful digitally generated"
|
||||
},
|
||||
}
|
||||
]}
|
||||
avatarText="Chef Alex Stone, Culinary Artist"
|
||||
buttons={[
|
||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
text: "Book a Consultation", href: "#contact"
|
||||
},
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
type: "text", text: "Impeccable Service"
|
||||
},
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -147,7 +147,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Interactive Cooking Classes", description: "Learn new techniques and recipes in a fun, engaging hands-on cooking class led by Chef Alex.", imageSrc: "http://img.b2bpic.net/free-photo/couple-spending-time-kitchen-cooking-chatting_23-2148114112.jpg", imageAlt: "chef teaching cooking class hands on"
|
||||
},
|
||||
}
|
||||
]}
|
||||
title="Our Bespoke Private Chef Services"
|
||||
description="Tailored culinary experiences designed to meet your every need, from intimate dinners to grand celebrations."
|
||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "6", name: "Artisan Cheese and Charcuterie Board", price: "$", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109440.jpg", imageAlt: "gourmet appetizer platter elegant"
|
||||
},
|
||||
}
|
||||
]}
|
||||
title="A Taste of Our Culinary Creations"
|
||||
description="Explore a selection of our signature dishes and exquisite plating, showcasing our commitment to fresh ingredients and innovative flavors. Your custom menu can feature these or entirely new creations!"
|
||||
@@ -198,34 +198,34 @@ export default function LandingPage() {
|
||||
price: "$150", subtitle: "Initial Menu Planning", buttons: [
|
||||
{
|
||||
text: "Schedule Now", href: "#contact"
|
||||
},
|
||||
}
|
||||
],
|
||||
features: [
|
||||
"30-minute personal consultation", "Custom menu proposal", "Ingredient sourcing discussion"
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "intimate-dinner", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "Starting at $500", subtitle: "For 2-6 Guests", buttons: [
|
||||
{
|
||||
text: "Request Quote", href: "#contact"
|
||||
},
|
||||
}
|
||||
],
|
||||
features: [
|
||||
"3-course bespoke meal", "On-site preparation & service", "Post-event kitchen cleanup"
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "event-catering", badge: "Celebrations", badgeIcon: Sparkles,
|
||||
price: "Custom Quote", subtitle: "For 7+ Guests", buttons: [
|
||||
{
|
||||
text: "Inquire Now", href: "#contact"
|
||||
},
|
||||
}
|
||||
],
|
||||
features: [
|
||||
"Multi-course menu options", "Professional serving staff available", "Full event planning support"
|
||||
],
|
||||
},
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Your Investment in an Unforgettable Experience"
|
||||
description="Our pricing is designed to be flexible and transparent, based on the complexity of your menu, guest count, and service duration. Choose a package or contact us for a custom quote."
|
||||
@@ -254,7 +254,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Happy young professional posing in office"
|
||||
},
|
||||
}
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -283,7 +283,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "6", title: "What happens after the meal?", content: "Chef Alex and the team will ensure your kitchen is left spotless. All dishes are washed, surfaces cleaned, leaving you to simply enjoy the aftermath of a wonderful meal."
|
||||
},
|
||||
}
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about booking, dietary needs, and what to expect from your private chef experience."
|
||||
@@ -327,8 +327,8 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
label: "Event Catering", href: "#services"
|
||||
},
|
||||
],
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
@@ -343,8 +343,8 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
label: "FAQ", href: "#faq"
|
||||
},
|
||||
],
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
@@ -353,9 +353,9 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
label: "Terms of Service", href: "#"
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 The Artful Palate. All rights reserved."
|
||||
bottomRightText="Crafted with passion by Chef Alex Stone"
|
||||
|
||||
Reference in New Issue
Block a user