Merge version_1 into main #2
367
src/app/page.tsx
367
src/app/page.tsx
@@ -33,34 +33,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Why Us", id: "#about"},
|
||||
{
|
||||
name: "Offers",
|
||||
id: "#offers",
|
||||
},
|
||||
name: "Offers", id: "#offers"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Order Now", href: "#contact"}}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/vintage-burger-sign_1257-281.jpg"
|
||||
logoAlt="Bingo Burger Logo"
|
||||
brandName="Bingo Burger"
|
||||
@@ -70,42 +56,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Craveable burgers, lightning-fast delivery"
|
||||
description="Fresh, flame-grilled burgers made to order. Order online for pickup or delivery in under 30 minutes—guaranteed."
|
||||
tag="Fast & Fresh"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#product",
|
||||
},
|
||||
text: "Order Now", href: "#product"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#product",
|
||||
},
|
||||
text: "View Menu", href: "#product"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-cheese-meatburger-french-fries_140725-6986.jpg?_wi=1",
|
||||
imageAlt: "Delicious flame-grilled burger",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-cheese-meatburger-french-fries_140725-6986.jpg", imageAlt: "Delicious flame-grilled burger"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-plate-with-ketchup-copy-space_23-2148701542.jpg?_wi=1",
|
||||
imageAlt: "Crispy golden french fries",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-burger-with-fries-ketchup-mayonnaise-stand-with-knife_141793-12201.jpg",
|
||||
imageAlt: "Gourmet burger with diverse toppings",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-milky-shake-with-whipping-cream-glass-jar_114579-2559.jpg",
|
||||
imageAlt: "A vibrant milkshake",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-healthy-burgers-with-chicken-breast_1220-7105.jpg",
|
||||
imageAlt: "Crispy chicken sandwich",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-plate-with-ketchup-copy-space_23-2148701542.jpg", imageAlt: "Crispy golden french fries"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -118,7 +83,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tag="Our Story"
|
||||
title="More Than Just a Meal: Our Commitment to Quality"
|
||||
description="At Bingo Burger, we believe in real ingredients, real flavor, and real speed. Every patty is 100% fresh, never frozen, flame-grilled to perfection. We source local produce for our toppings and bake our buns daily, ensuring a taste experience that's a cut above the rest. It's fast food, elevated."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -129,55 +93,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Lightning-Fast Delivery",
|
||||
description: "Get your fresh, hot burger delivered to your door in under 30 minutes—guaranteed. Perfect for busy schedules!",
|
||||
icon: Zap,
|
||||
title: "Lightning-Fast Delivery", description: "Get your fresh, hot burger delivered to your door in under 30 minutes—guaranteed. Perfect for busy schedules!", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189202.jpg",
|
||||
imageAlt: "Fast food delivery truck",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189202.jpg", imageAlt: "Fast food delivery truck"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189358.jpg",
|
||||
imageAlt: "Fast food delivery truck",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189358.jpg", imageAlt: "Fast food delivery truck"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-burger-sign_1257-281.jpg",
|
||||
imageAlt: "fast food delivery truck city",
|
||||
},
|
||||
{
|
||||
title: "Fresh, Local Ingredients",
|
||||
description: "We partner with local farmers and suppliers to bring you the freshest produce and premium ingredients for every bite.",
|
||||
icon: Leaf,
|
||||
title: "Fresh, Local Ingredients", description: "We partner with local farmers and suppliers to bring you the freshest produce and premium ingredients for every bite.", icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-meat-bun-sandwich-fries_140725-82159.jpg",
|
||||
imageAlt: "Fresh vegetables for burger",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-meat-bun-sandwich-fries_140725-82159.jpg", imageAlt: "Fresh vegetables for burger"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-healthy-salad-fresh-vegetables-wooden-table-black-background-vegetarian-food-healthy-cooking-concept_639032-417.jpg",
|
||||
imageAlt: "Fresh vegetables for burger",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-healthy-salad-fresh-vegetables-wooden-table-black-background-vegetarian-food-healthy-cooking-concept_639032-417.jpg", imageAlt: "Fresh vegetables for burger"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-cheese-meatburger-french-fries_140725-6986.jpg?_wi=2",
|
||||
imageAlt: "fast food delivery truck city",
|
||||
},
|
||||
{
|
||||
title: "Family-Friendly Options",
|
||||
description: "Delicious choices for every member of the family, including customizable kid-friendly meals and transparent ingredient info.",
|
||||
icon: Gift,
|
||||
title: "Family-Friendly Options", description: "Delicious choices for every member of the family, including customizable kid-friendly meals and transparent ingredient info.", icon: Gift,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-toast-fish-shape-with-apple-desk_23-2148572145.jpg",
|
||||
imageAlt: "Kid friendly burger meal",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-toast-fish-shape-with-apple-desk_23-2148572145.jpg", imageAlt: "Kid friendly burger meal"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burgers-with-copy-space_23-2148235031.jpg",
|
||||
imageAlt: "Kid friendly burger meal",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burgers-with-copy-space_23-2148235031.jpg", imageAlt: "Kid friendly burger meal"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-plate-with-ketchup-copy-space_23-2148701542.jpg?_wi=2",
|
||||
imageAlt: "fast food delivery truck city",
|
||||
},
|
||||
]}
|
||||
title="Why Bingo Burger is Your Go-To"
|
||||
@@ -193,75 +133,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "classic-burger",
|
||||
brand: "Bingo Burger",
|
||||
name: "The Classic Cheeseburger",
|
||||
price: "$9.99",
|
||||
rating: 5,
|
||||
reviewCount: "245",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-arrangement-with-hamburger_23-2148614114.jpg",
|
||||
imageAlt: "Classic Cheeseburger",
|
||||
},
|
||||
id: "classic-burger", brand: "Bingo Burger", name: "The Classic Cheeseburger", price: "$9.99", rating: 5,
|
||||
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/creative-arrangement-with-hamburger_23-2148614114.jpg", imageAlt: "Classic Cheeseburger"},
|
||||
{
|
||||
id: "spicy-chicken",
|
||||
brand: "Bingo Burger",
|
||||
name: "Fiery Chicken Sandwich",
|
||||
price: "$10.49",
|
||||
rating: 4,
|
||||
reviewCount: "180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-surface-with-two-appetizing-hot-dogs_23-2147684590.jpg",
|
||||
imageAlt: "Spicy Chicken Sandwich",
|
||||
},
|
||||
id: "spicy-chicken", brand: "Bingo Burger", name: "Fiery Chicken Sandwich", price: "$10.49", rating: 4,
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-surface-with-two-appetizing-hot-dogs_23-2147684590.jpg", imageAlt: "Spicy Chicken Sandwich"},
|
||||
{
|
||||
id: "veggie-delight",
|
||||
brand: "Bingo Burger",
|
||||
name: "Garden Veggie Delight",
|
||||
price: "$9.79",
|
||||
rating: 4,
|
||||
reviewCount: "92",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-chopping-board-with-spinach-tomatoes-avocado-wooden-board_23-2148165610.jpg",
|
||||
imageAlt: "Garden Veggie Delight",
|
||||
},
|
||||
id: "veggie-delight", brand: "Bingo Burger", name: "Garden Veggie Delight", price: "$9.79", rating: 4,
|
||||
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-chopping-board-with-spinach-tomatoes-avocado-wooden-board_23-2148165610.jpg", imageAlt: "Garden Veggie Delight"},
|
||||
{
|
||||
id: "loaded-fries",
|
||||
brand: "Bingo Burger",
|
||||
name: "Fully Loaded Fries",
|
||||
price: "$5.99",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-bell-peppers-different-colored-vegetable-salad-inside-plate-dark-blue-background_140725-58278.jpg",
|
||||
imageAlt: "Loaded Fries",
|
||||
},
|
||||
id: "loaded-fries", brand: "Bingo Burger", name: "Fully Loaded Fries", price: "$5.99", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-bell-peppers-different-colored-vegetable-salad-inside-plate-dark-blue-background_140725-58278.jpg", imageAlt: "Loaded Fries"},
|
||||
{
|
||||
id: "onion-rings",
|
||||
brand: "Bingo Burger",
|
||||
name: "Crispy Onion Rings",
|
||||
price: "$4.50",
|
||||
rating: 4,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/onion-rings-table_140725-9592.jpg",
|
||||
imageAlt: "Onion Rings",
|
||||
},
|
||||
id: "onion-rings", brand: "Bingo Burger", name: "Crispy Onion Rings", price: "$4.50", rating: 4,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/onion-rings-table_140725-9592.jpg", imageAlt: "Onion Rings"},
|
||||
{
|
||||
id: "chocolate-shake",
|
||||
brand: "Bingo Burger",
|
||||
name: "Decadent Chocolate Shake",
|
||||
price: "$6.00",
|
||||
rating: 5,
|
||||
reviewCount: "130",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-holding-delicious-milkshake_23-2148296088.jpg",
|
||||
imageAlt: "Chocolate Shake",
|
||||
},
|
||||
id: "chocolate-shake", brand: "Bingo Burger", name: "Decadent Chocolate Shake", price: "$6.00", rating: 5,
|
||||
reviewCount: "130", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-holding-delicious-milkshake_23-2148296088.jpg", imageAlt: "Chocolate Shake"},
|
||||
{
|
||||
id: "soft-drink",
|
||||
brand: "Bingo Burger",
|
||||
name: "Soft Drink Selection",
|
||||
price: "$2.50",
|
||||
rating: 4,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vinous-liquid-with-foam-blobs_23-2147934186.jpg",
|
||||
imageAlt: "Soft Drink",
|
||||
},
|
||||
id: "soft-drink", brand: "Bingo Burger", name: "Soft Drink Selection", price: "$2.50", rating: 4,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/vinous-liquid-with-foam-blobs_23-2147934186.jpg", imageAlt: "Soft Drink"},
|
||||
]}
|
||||
title="Our Delicious Menu"
|
||||
description="Explore our selection of mouth-watering burgers, sides, and shakes. There's something for everyone!"
|
||||
@@ -275,57 +166,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "solo-saver",
|
||||
title: "Solo Saver Combo",
|
||||
price: "$12.99",
|
||||
period: "per meal",
|
||||
features: [
|
||||
"Any Classic Burger",
|
||||
"Small Fries",
|
||||
"Soft Drink",
|
||||
],
|
||||
id: "solo-saver", title: "Solo Saver Combo", price: "$12.99", period: "per meal", features: [
|
||||
"Any Classic Burger", "Small Fries", "Soft Drink"],
|
||||
button: {
|
||||
text: "Order Now",
|
||||
href: "#product",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-inside-plate-with-greens-sliced-carrot-dark-table_140725-143929.jpg",
|
||||
imageAlt: "Solo Saver Combo",
|
||||
},
|
||||
text: "Order Now", href: "#product"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-inside-plate-with-greens-sliced-carrot-dark-table_140725-143929.jpg", imageAlt: "Solo Saver Combo"},
|
||||
{
|
||||
id: "family-feast",
|
||||
title: "Family Feast Deal",
|
||||
price: "$39.99",
|
||||
period: "per meal",
|
||||
features: [
|
||||
"4 Classic Burgers",
|
||||
"Large Loaded Fries",
|
||||
"4 Soft Drinks",
|
||||
],
|
||||
id: "family-feast", title: "Family Feast Deal", price: "$39.99", period: "per meal", features: [
|
||||
"4 Classic Burgers", "Large Loaded Fries", "4 Soft Drinks"],
|
||||
button: {
|
||||
text: "Order Now",
|
||||
href: "#product",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-unrecognizable-man-serving-food-while-having-lunch-with-his-family-dining-table_637285-10306.jpg",
|
||||
imageAlt: "Family Feast Deal",
|
||||
},
|
||||
text: "Order Now", href: "#product"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-unrecognizable-man-serving-food-while-having-lunch-with-his-family-dining-table_637285-10306.jpg", imageAlt: "Family Feast Deal"},
|
||||
{
|
||||
id: "student-special",
|
||||
title: "Student Burger Break",
|
||||
price: "$10.00",
|
||||
period: "per meal",
|
||||
features: [
|
||||
"Any Burger (Classic/Spicy/Veggie)",
|
||||
"Small Fries",
|
||||
"Soft Drink",
|
||||
"Valid Student ID Required",
|
||||
],
|
||||
id: "student-special", title: "Student Burger Break", price: "$10.00", period: "per meal", features: [
|
||||
"Any Burger (Classic/Spicy/Veggie)", "Small Fries", "Soft Drink", "Valid Student ID Required"],
|
||||
button: {
|
||||
text: "Order Now",
|
||||
href: "#product",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-with-food-copy-space_23-2148247888.jpg",
|
||||
imageAlt: "Student Burger Break",
|
||||
},
|
||||
text: "Order Now", href: "#product"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-with-food-copy-space_23-2148247888.jpg", imageAlt: "Student Burger Break"},
|
||||
]}
|
||||
title="Unbeatable Combos & Deals"
|
||||
description="Grab a meal deal designed for every appetite and budget."
|
||||
@@ -338,50 +195,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Best Burger in Town!",
|
||||
quote: "Bingo Burger consistently delivers the best, juiciest burgers. The delivery is always fast, and the food arrives hot and fresh. A true game-changer for lunch breaks!",
|
||||
name: "Sarah J.",
|
||||
role: "Marketing Professional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-middle-aged-male-holding-potato-cips-soda-blue-surface_140725-31538.jpg",
|
||||
imageAlt: "Smiling customer Sarah J.",
|
||||
},
|
||||
id: "1", title: "Best Burger in Town!", quote: "Bingo Burger consistently delivers the best, juiciest burgers. The delivery is always fast, and the food arrives hot and fresh. A true game-changer for lunch breaks!", name: "Sarah J.", role: "Marketing Professional", imageSrc: "http://img.b2bpic.net/free-photo/front-view-middle-aged-male-holding-potato-cips-soda-blue-surface_140725-31538.jpg", imageAlt: "Smiling customer Sarah J."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Kid-Approved & Delicious!",
|
||||
quote: "My kids absolutely love Bingo Burger's kid-friendly options, and I appreciate the fresh ingredients. It's our go-to for family dinner nights – a win-win for everyone!",
|
||||
name: "Michael C.",
|
||||
role: "Parent of 2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-enjoying-paper-wrapped-sandwiches_52683-160704.jpg",
|
||||
imageAlt: "Smiling customer Michael C.",
|
||||
},
|
||||
id: "2", title: "Kid-Approved & Delicious!", quote: "My kids absolutely love Bingo Burger's kid-friendly options, and I appreciate the fresh ingredients. It's our go-to for family dinner nights – a win-win for everyone!", name: "Michael C.", role: "Parent of 2", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-enjoying-paper-wrapped-sandwiches_52683-160704.jpg", imageAlt: "Smiling customer Michael C."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Speedy & Satisfying!",
|
||||
quote: "As a student, Bingo Burger is a lifesaver. Affordable, trendy options, and super fast delivery means I get delicious food without breaking the bank or missing class. Highly recommend!",
|
||||
name: "Emily R.",
|
||||
role: "University Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-family-enjoying-food-together_23-2149228724.jpg",
|
||||
imageAlt: "Smiling customer Emily R.",
|
||||
},
|
||||
id: "3", title: "Speedy & Satisfying!", quote: "As a student, Bingo Burger is a lifesaver. Affordable, trendy options, and super fast delivery means I get delicious food without breaking the bank or missing class. Highly recommend!", name: "Emily R.", role: "University Student", imageSrc: "http://img.b2bpic.net/free-photo/close-up-family-enjoying-food-together_23-2149228724.jpg", imageAlt: "Smiling customer Emily R."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Freshness You Can Taste",
|
||||
quote: "The quality of the ingredients at Bingo Burger is outstanding. You can genuinely taste the freshness in every bite, from the flame-grilled patty to the crisp veggies. My new favorite burger spot!",
|
||||
name: "David K.",
|
||||
role: "Food Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-lovely-young-african-american-female-freelancer-makes-settings-mobile-phone-drinks-smoothie-exotic-sweet-salad-spends-free-time-outdoor-cafe-has-positive-expression-smile_273609-2186.jpg",
|
||||
imageAlt: "Smiling customer David K.",
|
||||
},
|
||||
id: "4", title: "Freshness You Can Taste", quote: "The quality of the ingredients at Bingo Burger is outstanding. You can genuinely taste the freshness in every bite, from the flame-grilled patty to the crisp veggies. My new favorite burger spot!", name: "David K.", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/pretty-lovely-young-african-american-female-freelancer-makes-settings-mobile-phone-drinks-smoothie-exotic-sweet-salad-spends-free-time-outdoor-cafe-has-positive-expression-smile_273609-2186.jpg", imageAlt: "Smiling customer David K."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Reliably Delicious",
|
||||
quote: "Whether it's a quick lunch or a dinner craving, Bingo Burger never disappoints. The consistency in taste and quality keeps me coming back for more. A truly reliable and delicious choice!",
|
||||
name: "Jessica L.",
|
||||
role: "Project Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006721.jpg",
|
||||
imageAlt: "Smiling customer Jessica L.",
|
||||
},
|
||||
id: "5", title: "Reliably Delicious", quote: "Whether it's a quick lunch or a dinner craving, Bingo Burger never disappoints. The consistency in taste and quality keeps me coming back for more. A truly reliable and delicious choice!", name: "Jessica L.", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006721.jpg", imageAlt: "Smiling customer Jessica L."},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Don't just take our word for it—see what real burger lovers are raving about!"
|
||||
@@ -394,30 +216,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How fast is delivery?",
|
||||
content: "We guarantee delivery in under 30 minutes for most local areas. You can track your order in real-time right from our app or website.",
|
||||
},
|
||||
id: "faq-1", title: "How fast is delivery?", content: "We guarantee delivery in under 30 minutes for most local areas. You can track your order in real-time right from our app or website."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer vegetarian or vegan options?",
|
||||
content: "Yes! We have a delicious Garden Veggie Delight burger that can be customized to be vegan by omitting cheese and mayo. Check our menu for details.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer vegetarian or vegan options?", content: "Yes! We have a delicious Garden Veggie Delight burger that can be customized to be vegan by omitting cheese and mayo. Check our menu for details."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can I customize my order?",
|
||||
content: "Absolutely! We believe in building your perfect burger. You can customize toppings, sauces, and patty choices to your liking when ordering online.",
|
||||
},
|
||||
id: "faq-3", title: "Can I customize my order?", content: "Absolutely! We believe in building your perfect burger. You can customize toppings, sauces, and patty choices to your liking when ordering online."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What are your ingredients like?",
|
||||
content: "We are committed to freshness! We use 100% fresh, never frozen beef, and source local produce daily for our toppings. Our buns are also baked fresh daily.",
|
||||
},
|
||||
id: "faq-4", title: "What are your ingredients like?", content: "We are committed to freshness! We use 100% fresh, never frozen beef, and source local produce daily for our toppings. Our buns are also baked fresh daily."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Do you cater for allergies? (max 150 chars)",
|
||||
content: "We take allergies seriously. Please make a note of any allergies in your order comments, or contact us directly. While we do our best, cross-contamination is possible.",
|
||||
},
|
||||
id: "faq-5", title: "Do you cater for allergies? (max 150 chars)", content: "We take allergies seriously. Please make a note of any allergies in your order comments, or contact us directly. While we do our best, cross-contamination is possible."},
|
||||
]}
|
||||
title="Got Questions? We've Got Answers!"
|
||||
description="Find quick answers to the most common questions about ordering, ingredients, and more."
|
||||
@@ -429,18 +236,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Join the Bingo Burger experience today! Order online for a delicious meal delivered straight to your door, or swing by for a quick pickup."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online Now",
|
||||
href: "#product",
|
||||
},
|
||||
text: "Order Online Now", href: "#product"},
|
||||
{
|
||||
text: "Find Our Location",
|
||||
href: "#",
|
||||
},
|
||||
text: "Find Our Location", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -450,58 +252,35 @@ export default function LandingPage() {
|
||||
logoText="Bingo Burger"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Burgers",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Burgers", href: "#menu"},
|
||||
{
|
||||
label: "Sides",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Sides", href: "#menu"},
|
||||
{
|
||||
label: "Drinks & Shakes",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Drinks & Shakes", href: "#menu"},
|
||||
{
|
||||
label: "Deals",
|
||||
href: "#offers",
|
||||
},
|
||||
label: "Deals", href: "#offers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Delivery Info",
|
||||
href: "#",
|
||||
},
|
||||
label: "Delivery Info", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user