1 Commits

Author SHA1 Message Date
41bbfda9c1 Update src/app/page.tsx 2026-06-03 20:53:54 +00:00

View File

@@ -33,61 +33,40 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "Menu", name: "Menu", id: "#menu"},
id: "#menu",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Reviews", name: "Reviews", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "FAQ", name: "FAQ", id: "#faq"},
id: "#faq",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=enwkvm" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=enwkvm"
logoAlt="Mississippi Sweets BBQ Co. Logo" logoAlt="Mississippi Sweets BBQ Co. Logo"
brandName="Mississippi Sweets BBQ Co." brandName="Mississippi Sweets BBQ Co."
button={{ button={{
text: "Order Online", text: "Order Online", href: "#"}}
href: "#",
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
imagePosition="right" imagePosition="right"
title="Taste the Sweetness of Southern BBQ" title="Taste the Sweetness of Southern BBQ"
description="Authentic slow-smoked meats, delicious sides, and a warm, welcoming atmosphere. Experience the best barbecue in Wellington, FL!" description="Authentic slow-smoked meats, delicious sides, and a warm, welcoming atmosphere. Experience the best barbecue in Wellington, FL!"
kpis={[ kpis={[
{ {
value: "4.4", value: "4.4", label: "Average Rating"},
label: "Average Rating",
},
{ {
value: "581", value: "581", label: "Happy Customers"},
label: "Happy Customers",
},
{ {
value: "20+", value: "20+", label: "Years Serving"},
label: "Years Serving",
},
]} ]}
enableKpiAnimation={false} enableKpiAnimation={false}
tag="Since 2000" tag="Since 2000"
@@ -95,36 +74,22 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "View Menu", text: "View Menu", href: "#menu"},
href: "#menu",
},
{ {
text: "Order Online", text: "Order Online", href: "#"},
href: "#",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg", src: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg", alt: "Customer 1"},
alt: "Customer 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", alt: "Customer 2"},
alt: "Customer 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", alt: "Customer 3"},
alt: "Customer 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-expressive-young-man_273609-6847.jpg", src: "http://img.b2bpic.net/free-photo/portrait-expressive-young-man_273609-6847.jpg", alt: "Customer 4"},
alt: "Customer 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", alt: "Satisfied customer avatar"},
alt: "Satisfied customer avatar",
},
]} ]}
avatarText="Rated 4.4 out of 5 stars by 581 customers" avatarText="Rated 4.4 out of 5 stars by 581 customers"
imageSrc="http://img.b2bpic.net/free-photo/top-close-view-baked-vegetables-potatoes-eggplants-fresh-off-oven-dark-space_140725-79527.jpg" imageSrc="http://img.b2bpic.net/free-photo/top-close-view-baked-vegetables-potatoes-eggplants-fresh-off-oven-dark-space_140725-79527.jpg"
@@ -132,27 +97,17 @@ export default function LandingPage() {
mediaAnimation="slide-up" mediaAnimation="slide-up"
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "Award-Winning BBQ", icon: Award,
text: "Award-Winning BBQ",
icon: Award,
}, },
{ {
type: "text", type: "text", text: "Slow-Smoked Perfection"},
text: "Slow-Smoked Perfection", {
type: "text-icon", text: "Family Recipes", icon: Flame,
}, },
{ {
type: "text-icon", type: "text", text: "Finest Local Ingredients"},
text: "Family Recipes",
icon: Flame,
},
{ {
type: "text", type: "text-icon", text: "Taste the Tradition", icon: Flame,
text: "Finest Local Ingredients",
},
{
type: "text-icon",
text: "Taste the Tradition",
icon: Flame,
}, },
]} ]}
marqueeSpeed={30} marqueeSpeed={30}
@@ -171,24 +126,16 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "Learn More", text: "Learn More", href: "#"},
href: "#",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
bulletPoints={[ bulletPoints={[
{ {
title: "Traditional Recipes", title: "Traditional Recipes", description: "Our recipes are passed down through generations, ensuring an authentic Southern BBQ experience."},
description: "Our recipes are passed down through generations, ensuring an authentic Southern BBQ experience.",
},
{ {
title: "Slow-Smoked Perfection", title: "Slow-Smoked Perfection", description: "Meats are smoked for hours over real wood, tender and flavorful every time."},
description: "Meats are smoked for hours over real wood, tender and flavorful every time.",
},
{ {
title: "Family Friendly", title: "Family Friendly", description: "A welcoming atmosphere for everyone, perfect for a casual meal with loved ones."},
description: "A welcoming atmosphere for everyone, perfect for a casual meal with loved ones.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/cheff-cutting-pineapple-into-slices-burning-leafy-top_140725-4958.jpg" imageSrc="http://img.b2bpic.net/free-photo/cheff-cutting-pineapple-into-slices-burning-leafy-top_140725-4958.jpg"
imageAlt="BBQ Pitmaster at work" imageAlt="BBQ Pitmaster at work"
@@ -204,47 +151,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "1", id: "1", name: "Danish Baby Back Ribs", price: "$22.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-barbecue-ribs_93675-132405.jpg", imageAlt: "Basket of Ribs & Wings"},
name: "Danish Baby Back Ribs",
price: "$22.99",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-barbecue-ribs_93675-132405.jpg",
imageAlt: "Basket of Ribs & Wings",
},
{ {
id: "2", id: "2", name: "Pulled Pork Platter", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/closeup-pork-ribs-steak-wooden-board-food-styling_53876-65448.jpg", imageAlt: "Pulled Pork Platter"},
name: "Pulled Pork Platter",
price: "$14.99",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-pork-ribs-steak-wooden-board-food-styling_53876-65448.jpg",
imageAlt: "Pulled Pork Platter",
},
{ {
id: "3", id: "3", name: "BBQ Beef Sandwich", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich-with-beef-cheesegreen-pepers-caramelized-onion_123827-21971.jpg", imageAlt: "BBQ Beef"},
name: "BBQ Beef Sandwich",
price: "$15.99",
imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich-with-beef-cheesegreen-pepers-caramelized-onion_123827-21971.jpg",
imageAlt: "BBQ Beef",
},
{ {
id: "4", id: "4", name: "BBQ Chicken Platter", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-grilled-pork-ribs-french-fries-with-side-salad-table_181624-35827.jpg", imageAlt: "BBQ Chicken Platter"},
name: "BBQ Chicken Platter",
price: "$16.99",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-grilled-pork-ribs-french-fries-with-side-salad-table_181624-35827.jpg",
imageAlt: "BBQ Chicken Platter",
},
{ {
id: "5", id: "5", name: "Homemade Mac & Cheese", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/tasty-egg-with-greens-pasta-white-bowl_114579-73778.jpg", imageAlt: "Macaroni and Cheese"},
name: "Homemade Mac & Cheese",
price: "$5.99",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-egg-with-greens-pasta-white-bowl_114579-73778.jpg",
imageAlt: "Macaroni and Cheese",
},
{ {
id: "6", id: "6", name: "Sweet Potato Chips", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/potato-chips-wooden-bowl-top-corner_114579-16155.jpg", imageAlt: "Sweet Potato Chips"},
name: "Sweet Potato Chips",
price: "$4.99",
imageSrc: "http://img.b2bpic.net/free-photo/potato-chips-wooden-bowl-top-corner_114579-16155.jpg",
imageAlt: "Sweet Potato Chips",
},
]} ]}
title="Our Delicious Menu" title="Our Delicious Menu"
description="From our famous Danish Baby Back Ribs to our homemade sides, every dish is crafted with care and packed with flavor. Discover your new favorite BBQ dish!" description="From our famous Danish Baby Back Ribs to our homemade sides, every dish is crafted with care and packed with flavor. Discover your new favorite BBQ dish!"
@@ -262,50 +179,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah J.", role: "Local Foodie", company: "Wellington Resident", rating: 5,
name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Sarah J."},
role: "Local Foodie",
company: "Wellington Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
imageAlt: "Sarah J.",
},
{ {
id: "2", id: "2", name: "Michael C.", role: "BBQ Enthusiast", company: "Regular Customer", rating: 5,
name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/excited-guy-suit-smiling-pointing-fingers-down-looking-special-deal-with-amused-face-stand_1258-173562.jpg", imageAlt: "Michael C."},
role: "BBQ Enthusiast",
company: "Regular Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/excited-guy-suit-smiling-pointing-fingers-down-looking-special-deal-with-amused-face-stand_1258-173562.jpg",
imageAlt: "Michael C.",
},
{ {
id: "3", id: "3", name: "Emily R.", role: "Family Diner", company: "Frequent Visitor", rating: 5,
name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-t-letter_1149-1947.jpg", imageAlt: "Emily R."},
role: "Family Diner",
company: "Frequent Visitor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-t-letter_1149-1947.jpg",
imageAlt: "Emily R.",
},
{ {
id: "4", id: "4", name: "David K.", role: "Business Traveler", company: "BBQ Lover", rating: 5,
name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/aged-man-choosing-burger-apple_1303-23621.jpg", imageAlt: "David K."},
role: "Business Traveler",
company: "BBQ Lover",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/aged-man-choosing-burger-apple_1303-23621.jpg",
imageAlt: "David K.",
},
{ {
id: "5", id: "5", name: "Linda G.", role: "Senior Citizen", company: "Community Member", rating: 5,
name: "Linda G.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-woman-standing-white-background-smiling-making-frame-with-hands-fingers-with-happy-face-creativity-photography-concept_839833-2025.jpg", imageAlt: "Linda G."},
role: "Senior Citizen",
company: "Community Member",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-woman-standing-white-background-smiling-making-frame-with-hands-fingers-with-happy-face-creativity-photography-concept_839833-2025.jpg",
imageAlt: "Linda G.",
},
]} ]}
title="What Our Customers Say" title="What Our Customers Say"
description="Hear directly from our happy diners about their favorite dishes and experiences at Mississippi Sweets BBQ Co." description="Hear directly from our happy diners about their favorite dishes and experiences at Mississippi Sweets BBQ Co."
@@ -322,23 +209,14 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ {
id: "1", id: "1", icon: Star,
icon: Star, title: "Average Rating", value: "4.4 / 5"},
title: "Average Rating",
value: "4.4 / 5",
},
{ {
id: "2", id: "2", icon: Smile,
icon: Smile, title: "Happy Customers", value: "581+"},
title: "Happy Customers",
value: "581+",
},
{ {
id: "3", id: "3", icon: Flame,
icon: Flame, title: "Years of Experience", value: "20+"},
title: "Years of Experience",
value: "20+",
},
]} ]}
title="Our Achievements" title="Our Achievements"
description="We are proud of the recognition we've received for our dedication to delicious food and exceptional service." description="We are proud of the recognition we've received for our dedication to delicious food and exceptional service."
@@ -354,25 +232,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "Do you offer outdoor seating?", content: "Yes, we have a spacious outdoor seating area where kids and dogs are welcome!"},
title: "Do you offer outdoor seating?",
content: "Yes, we have a spacious outdoor seating area where kids and dogs are welcome!",
},
{ {
id: "2", id: "2", title: "Can I make a reservation?", content: "We primarily operate on a first-come, first-served basis, but you can check our wait time online."},
title: "Can I make a reservation?",
content: "We primarily operate on a first-come, first-served basis, but you can check our wait time online.",
},
{ {
id: "3", id: "3", title: "Do you have a kids' menu?", content: "Absolutely! Our kids' menu features smaller portions of popular dishes that even the pickiest eaters will love."},
title: "Do you have a kids' menu?",
content: "Absolutely! Our kids' menu features smaller portions of popular dishes that even the pickiest eaters will love.",
},
{ {
id: "4", id: "4", title: "Do you offer catering services?", content: "Yes, we offer catering for events of all sizes. Please contact us for more details and custom menu options."},
title: "Do you offer catering services?",
content: "Yes, we offer catering for events of all sizes. Please contact us for more details and custom menu options.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Have questions about our menu, services, or location? Find quick answers here." description="Have questions about our menu, services, or location? Find quick answers here."
@@ -388,16 +254,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Local Eats Magazine", "Local Eats Magazine", "Wellington Food Critic", "Palm Beach Culinary Guide", "Southern BBQ Chronicle", "Taste of Florida Blog", "Gourmet Grill Review", "Dining Delights"]}
"Wellington Food Critic", title="Recognized for Excellence"
"Palm Beach Culinary Guide", description="Our commitment to quality has earned us glowing reviews and features from these esteemed publications."
"Southern BBQ Chronicle",
"Taste of Florida Blog",
"Gourmet Grill Review",
"Dining Delights",
]}
title="Proudly Featured In"
description="Our authentic barbecue has earned us recognition and features in various local publications and food guides."
tag="Industry Recognition" tag="Industry Recognition"
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -408,11 +267,10 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
tag="Get in Touch" tag="Get in Touch"
title="Visit Us or Say Hello!" title="Get Your BBQ Fix: Visit, Call, or Order!"
description="We're always happy to serve you the best BBQ in town. Find us at our convenient Wellington location or reach out directly." description="Find us at 3034 Jog Rd, Greenacres, FL 33467. Call us at (561) 653-1259 to place your order for pickup or delivery. We're here to serve you the best BBQ!"
tagIcon={HelpCircle} tagIcon={HelpCircle}
tagAnimation="slide-up" tagAnimation="slide-up"
inputPlaceholder="Enter your email for updates" inputPlaceholder="Enter your email for updates"
@@ -430,54 +288,33 @@ export default function LandingPage() {
logoText="Mississippi Sweets BBQ Co." logoText="Mississippi Sweets BBQ Co."
columns={[ columns={[
{ {
title: "Quick Links", title: "Quick Links", items: [
items: [
{ {
label: "Home", label: "Home", href: "#hero"},
href: "#hero",
},
{ {
label: "Menu", label: "Menu", href: "#menu"},
href: "#menu",
},
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Reviews", label: "Reviews", href: "#testimonials"},
href: "#testimonials",
},
], ],
}, },
{ {
title: "Our Location", title: "Our Location", items: [
items: [
{ {
label: "9859 Lake Worth Rd #29,", label: "3034 Jog Rd,", href: "https://www.google.com/maps/search/3034+Jog+Rd,+Greenacres,+FL+33467"},
href: "https://www.google.com/maps/search/9859+Lake+Worth+Rd+%2329,+Wellington,+FL+33467",
},
{ {
label: "Wellington, FL 33467", label: "Greenacres, FL 33467", href: "https://www.google.com/maps/search/3034+Jog+Rd,+Greenacres,+FL+33467"},
href: "https://www.google.com/maps/search/9859+Lake+Worth+Rd+%2329,+Wellington,+FL+33467",
},
{ {
label: "(561) 642-4748", label: "(561) 653-1259", href: "tel:+15616531259"},
href: "tel:+15616424748",
},
], ],
}, },
{ {
title: "Hours", title: "Hours", items: [
items: [
{ {
label: "Monday-Saturday: 11 AM - 9 PM", label: "Monday-Saturday: 11 AM - 9 PM", href: "#"},
href: "#",
},
{ {
label: "Sunday: Closed", label: "Sunday: Closed", href: "#"},
href: "#",
},
], ],
}, },
]} ]}