Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-31 20:13:19 +00:00

View File

@@ -26,25 +26,15 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Visit Us",
id: "/visit-us",
},
name: "Visit Us", id: "/visit-us"},
]}
brandName="Dee's Hot Dogs"
/>
@@ -57,73 +47,31 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Local Foodie",
company: "New Bedford",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
testimonial: "People standing in the rain for a hot dog tells you everything you need to know. It's truly legendary!",
},
id: "1", name: "Sarah Johnson", role: "Local Foodie", company: "New Bedford", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg", quote: "People standing in the rain for a hot dog tells you everything you need to know. It's truly legendary!"},
{
id: "2",
name: "Mark Rodriguez",
role: "Visitor",
company: "Boston",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg",
testimonial: "Affordable, delicious, and worth every stop. The milkshakes are out of this world too!",
},
id: "2", name: "Mark Rodriguez", role: "Visitor", company: "Boston", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg", quote: "Affordable, delicious, and worth every stop. The milkshakes are out of this world too!"},
{
id: "3",
name: "Emily White",
role: "Community Member",
company: "New Bedford",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-senior-man-listening-music-headset_23-2148956507.jpg",
testimonial: "A nostalgic local favorite with amazing milkshakes. It reminds me of my childhood!",
},
id: "3", name: "Emily White", role: "Community Member", company: "New Bedford", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-senior-man-listening-music-headset_23-2148956507.jpg", quote: "A nostalgic local favorite with amazing milkshakes. It reminds me of my childhood!"},
{
id: "4",
name: "David Kim",
role: "Long-time Customer",
company: "New Bedford",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg",
testimonial: "40 years of serving the community, and they're still the best hot dogs around. A true institution.",
},
id: "4", name: "David Kim", role: "Long-time Customer", company: "New Bedford", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", quote: "40 years of serving the community, and they're still the best hot dogs around. A true institution."},
{
id: "5",
name: "Jessica Brown",
role: "New Customer",
company: "Fall River",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-father-feeding-son-with-croissant_23-2148096370.jpg",
testimonial: "Heard great things and Dee's did not disappoint! The chili cheese dog is a must-try.",
},
id: "5", name: "Jessica Brown", role: "New Customer", company: "Fall River", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-father-feeding-son-with-croissant_23-2148096370.jpg", quote: "Heard great things and Dee's did not disappoint! The chili cheese dog is a must-try."},
{
id: "6",
name: "Robert Green",
role: "Family Outing",
company: "New Bedford",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-dark-haired-guy-sitting-cafe-looking-with-happy-expression-sandwich-being-happy-eat-something-after-all-day-work-hungry-man-going-eat-burger_176420-9171.jpg",
testimonial: "Brought my kids here, and they loved it just as much as I did when I was a kid. A timeless classic!",
},
id: "6", name: "Robert Green", role: "Family Outing", company: "New Bedford", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-dark-haired-guy-sitting-cafe-looking-with-happy-expression-sandwich-being-happy-eat-something-after-all-day-work-hungry-man-going-eat-burger_176420-9171.jpg", quote: "Brought my kids here, and they loved it just as much as I did when I was a kid. A timeless classic!"},
]}
kpiItems={[
{
value: "99%",
label: "Customer Satisfaction",
},
value: "99%", label: "Customer Satisfaction"},
{
value: "Top Rated",
label: "Local Eatery",
},
value: "Top Rated", label: "Local Eatery"},
{
value: "Beloved",
label: "Community Staple",
},
value: "Beloved", label: "Community Staple"},
]}
title="Our Valued Customer Reviews"
description="Don't just take our word for it! See what our amazing customers have to say about their Dee's Hot Dogs experience."
@@ -136,25 +84,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Do you offer vegetarian options?",
content: "Yes, we now offer a delicious veggie dog option! Just ask our friendly staff when you order.",
},
id: "1", title: "Do you offer vegetarian options?", content: "Yes, we now offer a delicious veggie dog option! Just ask our friendly staff when you order."},
{
id: "2",
title: "What are your most popular toppings?",
content: "Our classic chili, cheese, sauerkraut, and mustard & onions are perennial favorites. Don't forget to try our special house relish!",
},
id: "2", title: "What are your most popular toppings?", content: "Our classic chili, cheese, sauerkraut, and mustard & onions are perennial favorites. Don't forget to try our special house relish!"},
{
id: "3",
title: "Can I order online?",
content: "While we currently operate cash-only to keep prices low, we are exploring online ordering options for the future. Stay tuned!",
},
id: "3", title: "Can I order online?", content: "While we currently operate cash-only to keep prices low, we are exploring online ordering options for the future. Stay tuned!"},
{
id: "4",
title: "Do you have gluten-free buns?",
content: "We currently do not offer gluten-free buns, but we are always looking for ways to expand our menu. Please check with staff for updates.",
},
id: "4", title: "Do you have gluten-free buns?", content: "We currently do not offer gluten-free buns, but we are always looking for ways to expand our menu. Please check with staff for updates."},
]}
imageSrc="http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing_285396-10375.jpg"
imageAlt="Retro diner interior with neon signs and booths"
@@ -170,75 +106,45 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Dee's Hot Dogs",
items: [
title: "Dee's Hot Dogs", items: [
{
label: "A New Bedford Classic",
href: "/",
},
label: "A New Bedford Classic", href: "/"},
{
label: "Our Story",
href: "/about",
},
label: "Our Story", href: "/about"},
{
label: "Customer Reviews",
href: "/reviews",
},
label: "Customer Reviews", href: "/reviews"},
],
},
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Classic Hot Dogs",
href: "/menu#classic-dogs",
},
label: "Classic Hot Dogs", href: "/menu#classic-dogs"},
{
label: "Chili Cheese Dogs",
href: "/menu#chili-dogs",
},
label: "Chili Cheese Dogs", href: "/menu#chili-dogs"},
{
label: "Fries & Sides",
href: "/menu#sides",
},
label: "Fries & Sides", href: "/menu#sides"},
{
label: "Milkshakes",
href: "/menu#drinks",
},
label: "Milkshakes", href: "/menu#drinks"},
{
label: "Family Specials",
href: "/menu#specials",
},
label: "Family Specials", href: "/menu#specials"},
],
},
{
title: "Visit Us",
items: [
title: "Visit Us", items: [
{
label: "Location & Hours",
href: "/visit-us",
},
label: "Location & Hours", href: "/visit-us"},
{
label: "Parking Info",
href: "/visit-us#parking",
},
label: "Parking Info", href: "/visit-us#parking"},
{
label: "Get Directions",
href: "/visit-us#directions",
},
label: "Get Directions", href: "/visit-us#directions"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Facebook",
href: "https://facebook.com/deeshotdogs",
},
label: "Facebook", href: "https://facebook.com/deeshotdogs"},
{
label: "Instagram",
href: "https://instagram.com/deeshotdogs",
},
label: "Instagram", href: "https://instagram.com/deeshotdogs"},
],
},
]}