Merge version_1 into main #1
179
src/app/page.tsx
179
src/app/page.tsx
@@ -17,31 +17,28 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
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: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Jerry's Hot Dogs"
|
||||
/>
|
||||
@@ -50,19 +47,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Jerry's Hot Dogs: A Hidden Gem"
|
||||
description="Serving up high-quality dogs, juicy burgers, and authentic gyros since forever. Come taste the comfort food everyone is talking about."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-enjoying-dish-poutine_23-2149486017.jpg"
|
||||
imageAlt="Jerry's Hot Dogs classic food display"
|
||||
@@ -74,15 +66,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Tradition of Flavor"
|
||||
description={[
|
||||
"Jerry's Hot Dogs is a beloved neighborhood spot dedicated to simple, delicious, and fresh comfort food.",
|
||||
"Our menu features high-quality hot dogs, perfectly cooked burgers, and authentic Greek gyros that locals have been craving for years.",
|
||||
"Whether you're stopping by for a quick lunch or a family dinner, you'll find friendly faces and food that feels like home.",
|
||||
]}
|
||||
"Jerry's Hot Dogs is a beloved neighborhood spot dedicated to simple, delicious, and fresh comfort food.", "Our menu features high-quality hot dogs, perfectly cooked burgers, and authentic Greek gyros that locals have been craving for years.", "Whether you're stopping by for a quick lunch or a family dinner, you'll find friendly faces and food that feels like home."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,41 +82,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "prod-1",
|
||||
name: "Classic Chili Cheese Dog",
|
||||
price: "$9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-dogs-arrangement-top-view_23-2148768213.jpg",
|
||||
},
|
||||
id: "prod-1", name: "Classic Chili Cheese Dog", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/hot-dogs-arrangement-top-view_23-2148768213.jpg"},
|
||||
{
|
||||
id: "prod-2",
|
||||
name: "Beef & Lamb Gyro",
|
||||
price: "$13",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flatbread-wrap-filled-with-cherry-tomato-arugula-mozzarella_140725-8302.jpg",
|
||||
},
|
||||
id: "prod-2", name: "Beef & Lamb Gyro", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/flatbread-wrap-filled-with-cherry-tomato-arugula-mozzarella_140725-8302.jpg"},
|
||||
{
|
||||
id: "prod-3",
|
||||
name: "Loaded Cheese Fries",
|
||||
price: "$10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-seasonings-chicken-meal-brown-table_140725-104475.jpg",
|
||||
},
|
||||
id: "prod-3", name: "Loaded Cheese Fries", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-seasonings-chicken-meal-brown-table_140725-104475.jpg"},
|
||||
{
|
||||
id: "prod-4",
|
||||
name: "Double Cheeseburger",
|
||||
price: "$17",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-with-beef-tomato-red-onion-lettuce_2829-10845.jpg",
|
||||
},
|
||||
id: "prod-4", name: "Double Cheeseburger", price: "$17", imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-with-beef-tomato-red-onion-lettuce_2829-10845.jpg"},
|
||||
{
|
||||
id: "prod-5",
|
||||
name: "Fresh Greek Salad",
|
||||
price: "$4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-with-cucumber-tomato-sweet-pepper-lettuce-green-onion-feta-cheese-olives-with-olive-oil-healthy-food_2829-19692.jpg",
|
||||
},
|
||||
id: "prod-5", name: "Fresh Greek Salad", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-with-cucumber-tomato-sweet-pepper-lettuce-green-onion-feta-cheese-olives-with-olive-oil-healthy-food_2829-19692.jpg"},
|
||||
{
|
||||
id: "prod-6",
|
||||
name: "Honey Baklava",
|
||||
price: "$6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-sweets-arrangement_23-2150172289.jpg",
|
||||
},
|
||||
id: "prod-6", name: "Honey Baklava", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-sweets-arrangement_23-2150172289.jpg"},
|
||||
]}
|
||||
title="Our Menu Favorites"
|
||||
description="Handcrafted goodness in every bite. Discover why our regulars keep coming back for more."
|
||||
@@ -138,44 +101,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Casey JC",
|
||||
role: "Foodie",
|
||||
testimonial: "Fantastic spot for comfort food. The burgers and hot dogs were cooked perfectly and full of flavor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg",
|
||||
},
|
||||
id: "1", name: "Casey JC", role: "Foodie", testimonial: "Fantastic spot for comfort food. The burgers and hot dogs were cooked perfectly and full of flavor.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Gage Gottermeyer",
|
||||
role: "Regular",
|
||||
testimonial: "The best beef and lamb gyro I’ve had in years. Great service, clean restaurant, 10/10.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-eating-chinese-food-night-out_23-2149143971.jpg",
|
||||
},
|
||||
id: "2", name: "Gage Gottermeyer", role: "Regular", testimonial: "The best beef and lamb gyro I’ve had in years. Great service, clean restaurant, 10/10.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-eating-chinese-food-night-out_23-2149143971.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Daria Walker",
|
||||
role: "Local Guide",
|
||||
testimonial: "A hidden gem! No-frills restaurant with fresh, delicious food, friendly service, and great prices.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-headband-wristband-with-wrist-wrapped-with-bandage-holding-looking-winner-cup-isolated-pink-wall-with-copy-space_141793-87574.jpg",
|
||||
},
|
||||
id: "3", name: "Daria Walker", role: "Local Guide", testimonial: "A hidden gem! No-frills restaurant with fresh, delicious food, friendly service, and great prices.", imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-headband-wristband-with-wrist-wrapped-with-bandage-holding-looking-winner-cup-isolated-pink-wall-with-copy-space_141793-87574.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Erik H",
|
||||
role: "Local Guide",
|
||||
testimonial: "Excellent Gyro with a crispy outside of the pita. The Gyro with Feta cheese is delicious and huge!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg",
|
||||
},
|
||||
id: "4", name: "Erik H", role: "Local Guide", testimonial: "Excellent Gyro with a crispy outside of the pita. The Gyro with Feta cheese is delicious and huge!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lars Hamer",
|
||||
role: "Regular",
|
||||
testimonial: "My go-to spot for Gyros. Great group of guys, very friendly and service-oriented.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-proposing-hot-dog_23-2147816831.jpg",
|
||||
},
|
||||
id: "5", name: "Lars Hamer", role: "Regular", testimonial: "My go-to spot for Gyros. Great group of guys, very friendly and service-oriented.", imageSrc: "http://img.b2bpic.net/free-photo/woman-proposing-hot-dog_23-2147816831.jpg"},
|
||||
]}
|
||||
title="What Our Neighbors Say"
|
||||
description="Rated 4.6 stars by over 380 happy customers. See what the community thinks of our food and service."
|
||||
@@ -188,25 +127,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer takeout?",
|
||||
content: "Yes, we have quick and convenient takeout options. You can order in person or call ahead.",
|
||||
},
|
||||
id: "q1", title: "Do you offer takeout?", content: "Yes, we have quick and convenient takeout options. You can order in person or call ahead."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is your food fresh?",
|
||||
content: "Absolutely. We pride ourselves on using fresh ingredients for our burgers, hot dogs, and Greek specialties.",
|
||||
},
|
||||
id: "q2", title: "Is your food fresh?", content: "Absolutely. We pride ourselves on using fresh ingredients for our burgers, hot dogs, and Greek specialties."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you cater?",
|
||||
content: "We love helping with events! Please contact us directly to discuss catering options for your group.",
|
||||
},
|
||||
id: "q3", title: "Do you cater?", content: "We love helping with events! Please contact us directly to discuss catering options for your group."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What are your popular dishes?",
|
||||
content: "Our regulars love the Chili Cheese Dogs, the Beef & Lamb Gyro, and our Loaded Cheese Fries.",
|
||||
},
|
||||
id: "q4", title: "What are your popular dishes?", content: "Our regulars love the Chili Cheese Dogs, the Beef & Lamb Gyro, and our Loaded Cheese Fries."},
|
||||
]}
|
||||
title="Questions? We've Got Answers"
|
||||
description="Everything you need to know about Jerry's Hot Dogs."
|
||||
@@ -221,22 +148,14 @@ export default function LandingPage() {
|
||||
description="Have questions about our menu, catering, or just want to say hi? Send us a message!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "How can we help?", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/exterior-shopfront-city_53876-144723.jpg"
|
||||
imageAlt="Jerry's Hot Dogs Storefront"
|
||||
@@ -248,33 +167,21 @@ export default function LandingPage() {
|
||||
logoText="Jerry's Hot Dogs"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user