Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
184
src/app/page.tsx
184
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Request Quote",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Request Quote", id: "#contact"},
|
||||
]}
|
||||
brandName="Elegance Catering"
|
||||
/>
|
||||
@@ -53,78 +45,49 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Luxury Boutique Catering for Your Special Moments"
|
||||
description="Crafting unforgettable culinary experiences for weddings, corporate galas, and celebrations with an emphasis on elegance and seasonal ingredients."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "15+", label: "Years Experience"},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Events Catered",
|
||||
},
|
||||
value: "500+", label: "Events Catered"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Client Satisfaction",
|
||||
},
|
||||
value: "100%", label: "Client Satisfaction"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-dining-set-hotel-restaurant_74190-4058.jpg"
|
||||
imageAlt="Luxury catering service table setting"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/white-table-setting-wedding-reception-venue_637285-5681.jpg",
|
||||
alt: "White table setting",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/white-table-setting-wedding-reception-venue_637285-5681.jpg", alt: "White table setting"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-setting-table-luxury-place_8353-9905.jpg",
|
||||
alt: "Luxury table setting",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-setting-table-luxury-place_8353-9905.jpg", alt: "Luxury table setting"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/wedding-table-setting-wedding-night_8353-9967.jpg",
|
||||
alt: "Wedding table setting",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/wedding-table-setting-wedding-night_8353-9967.jpg", alt: "Wedding table setting"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/long-table-served-with-porcelain-crockery-shining-cutlery-served-with-pink-flowers_1304-3701.jpg",
|
||||
alt: "Table with porcelain",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/long-table-served-with-porcelain-crockery-shining-cutlery-served-with-pink-flowers_1304-3701.jpg", alt: "Table with porcelain"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-people-serving-themselves-with-snacks_1262-1699.jpg",
|
||||
alt: "People serving snacks",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-people-serving-themselves-with-snacks_1262-1699.jpg", alt: "People serving snacks"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Michelin-Inspired",
|
||||
},
|
||||
type: "text", text: "Michelin-Inspired"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Farm-to-Table",
|
||||
},
|
||||
type: "text", text: "Farm-to-Table"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisanal Presentation",
|
||||
},
|
||||
type: "text", text: "Artisanal Presentation"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Custom Menus",
|
||||
},
|
||||
type: "text", text: "Custom Menus"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Full-Service",
|
||||
},
|
||||
type: "text", text: "Full-Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -145,30 +108,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Appetizers",
|
||||
subtitle: "Amuse Bouche, Truffle Arancini, Foie Gras Torchon",
|
||||
category: "Boutique",
|
||||
value: "From $12",
|
||||
},
|
||||
id: "m1", title: "Appetizers", subtitle: "Amuse Bouche, Truffle Arancini, Foie Gras Torchon", category: "Boutique", value: "From $12"},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Entrées",
|
||||
subtitle: "Herb Crusted Rack of Lamb, Lobster Thermidor",
|
||||
category: "Fine Dining",
|
||||
value: "From $68",
|
||||
},
|
||||
id: "m2", title: "Entrées", subtitle: "Herb Crusted Rack of Lamb, Lobster Thermidor", category: "Fine Dining", value: "From $68"},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Desserts",
|
||||
subtitle: "Chocolate Soufflé, Crème Brûlée Trio, Macarons",
|
||||
category: "Confectionary",
|
||||
value: "From $15",
|
||||
},
|
||||
id: "m3", title: "Desserts", subtitle: "Chocolate Soufflé, Crème Brûlée Trio, Macarons", category: "Confectionary", value: "From $15"},
|
||||
]}
|
||||
title="Curated Seasonal Menus"
|
||||
description="Exquisite culinary selections designed to impress your guests with flavors, artistry, and impeccable service."
|
||||
@@ -182,40 +131,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
handle: "Wedding Planner",
|
||||
testimonial: "The attention to detail and flavor profile were exceptional. Our wedding guests are still talking about the lamb!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-engagement-ring-his-happy-girlfriend-restaurant_23-2147891141.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Jenkins", handle: "Wedding Planner", testimonial: "The attention to detail and flavor profile were exceptional. Our wedding guests are still talking about the lamb!", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-engagement-ring-his-happy-girlfriend-restaurant_23-2147891141.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Robert Miller",
|
||||
handle: "Corporate Director",
|
||||
testimonial: "Professional, punctual, and the food was simply gourmet-level. Perfectly suited for our annual gala.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-female-school-teacher_23-2151110056.jpg",
|
||||
},
|
||||
id: "2", name: "Robert Miller", handle: "Corporate Director", testimonial: "Professional, punctual, and the food was simply gourmet-level. Perfectly suited for our annual gala.", imageSrc: "http://img.b2bpic.net/free-photo/view-female-school-teacher_23-2151110056.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Watson",
|
||||
handle: "Bride",
|
||||
testimonial: "A dream come true. The catering service was flawless, elegant, and stress-free.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081857.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Watson", handle: "Bride", testimonial: "A dream come true. The catering service was flawless, elegant, and stress-free.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081857.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thorne",
|
||||
handle: "Managing Partner",
|
||||
testimonial: "I highly recommend Elegance Catering for any business event needing a touch of class and sophistication.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-with-food_23-2149152949.jpg",
|
||||
},
|
||||
id: "4", name: "David Thorne", handle: "Managing Partner", testimonial: "I highly recommend Elegance Catering for any business event needing a touch of class and sophistication.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-with-food_23-2149152949.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Clara Evans",
|
||||
handle: "Host",
|
||||
testimonial: "The desserts were the highlight of the night. Artful presentation and delightful flavors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-partying-girls-rooftop-party_23-2148330440.jpg",
|
||||
},
|
||||
id: "5", name: "Clara Evans", handle: "Host", testimonial: "The desserts were the highlight of the night. Artful presentation and delightful flavors.", imageSrc: "http://img.b2bpic.net/free-photo/happy-partying-girls-rooftop-party_23-2148330440.jpg"},
|
||||
]}
|
||||
title="A Legacy of Elegance"
|
||||
description="See why clients choose Elegance Catering for their most important life and business events."
|
||||
@@ -226,16 +150,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Let's Connect"
|
||||
title="Book Your Event"
|
||||
description="Ready to discuss your vision? Send us a quote request and our catering specialist will contact you within 24 hours."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -245,54 +166,33 @@ export default function LandingPage() {
|
||||
logoText="Elegance Catering"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Weddings",
|
||||
href: "#",
|
||||
},
|
||||
label: "Weddings", href: "#"},
|
||||
{
|
||||
label: "Corporate Events",
|
||||
href: "#",
|
||||
},
|
||||
label: "Corporate Events", href: "#"},
|
||||
{
|
||||
label: "Private Parties",
|
||||
href: "#",
|
||||
},
|
||||
label: "Private Parties", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "Information", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Our Menu", href: "#menu"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user