Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
156
src/app/page.tsx
156
src/app/page.tsx
@@ -32,59 +32,29 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Full Menu", id: "products" },
|
||||
{ name: "Contact & Hours", id: "contact" },
|
||||
]}
|
||||
brandName="Joey's Diner"
|
||||
button={{
|
||||
text: "Get Directions", href: "#contact"
|
||||
text: "Get Directions", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Welcome to Joey's Diner"
|
||||
description="Step back in time to the golden age of American dining. Delicious burgers, thick shakes, and the best service in town."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu", href: "#products"},
|
||||
{ text: "View Our Menu", href: "#products" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-retro-jukebox-music-machine_23-2151426512.jpg"
|
||||
imageAlt="Vintage 1950s Diner"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-retro-jukebox-music-machine_23-2151426539.jpg", alt: "Retro jukebox music machine"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-retro-looking-jukebox-machine_23-2151426411.jpg", alt: "Retro looking jukebox machine"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-retro-jukebox-music-machine_23-2151426515.jpg", alt: "Retro jukebox music machine"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-retro-jukebox-music-machine_23-2151426532.jpg", alt: "Retro jukebox music machine"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-girl-having-fun-amusement-park_23-2147918818.jpg", alt: "Girl having fun in amusement park"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Est. 1955"},
|
||||
{
|
||||
type: "text", text: "Fresh Ingredients"},
|
||||
{
|
||||
type: "text", text: "Family Friendly"},
|
||||
{
|
||||
type: "text", text: "Open Daily"},
|
||||
{
|
||||
type: "text", text: "Classic Atmosphere"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -93,7 +63,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="A Slice of History"
|
||||
description={[
|
||||
"Founded in 1955, Joey's Diner has been serving up smiles for generations. We pride ourselves on using locally sourced ingredients to create classic comfort food with a modern twist.", "Whether you're stopping by for a quick breakfast or a late-night milkshake, you're always part of the family at Joey's."]}
|
||||
"Founded in 1955, Joey's Diner has been serving up smiles for generations. We pride ourselves on using locally sourced ingredients to create classic comfort food with a modern twist.", "Whether you're stopping by for a quick breakfast or a late-night milkshake, you're always part of the family at Joey's."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,27 +75,15 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Classic Cheeseburger", price: "$8.99", brand: "Main", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-chicken-sandwich-with-green-salad-vegetables-inside-white-desk_140725-38013.jpg"},
|
||||
{
|
||||
id: "2", name: "Strawberry Shake", price: "$5.99", brand: "Dessert", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-freshly-made-milk-shake-grey-background_114579-59344.jpg"},
|
||||
{
|
||||
id: "3", name: "Golden Fries", price: "$3.99", brand: "Side", rating: 4,
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/tasty-french-fries-dark-background_1150-45302.jpg"},
|
||||
{
|
||||
id: "4", name: "Chocolate Sundae", price: "$4.99", brand: "Dessert", rating: 5,
|
||||
reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-jam-cake-plate-jam-bowl-wooden-spoon-fork-notebook-table_140725-161005.jpg"},
|
||||
{
|
||||
id: "5", name: "Breakfast Pancakes", price: "$7.99", brand: "Breakfast", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/half-fried-egg-toast-salad-bacon-gray-ceramic-plate-wooden-table_23-2148067086.jpg"},
|
||||
{
|
||||
id: "6", name: "Cherry Pie Slice", price: "$4.50", brand: "Dessert", rating: 5,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/delicious-berry-pie-marble-surface_114579-73401.jpg"},
|
||||
{ id: "1", name: "Classic Cheeseburger", price: "$8.99", brand: "Main", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-chicken-sandwich-with-green-salad-vegetables-inside-white-desk_140725-38013.jpg" },
|
||||
{ id: "2", name: "Strawberry Shake", price: "$5.99", brand: "Dessert", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-freshly-made-milk-shake-grey-background_114579-59344.jpg" },
|
||||
{ id: "3", name: "Golden Fries", price: "$3.99", brand: "Side", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/tasty-french-fries-dark-background_1150-45302.jpg" },
|
||||
{ id: "4", name: "Chocolate Sundae", price: "$4.99", brand: "Dessert", rating: 5, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-jam-cake-plate-jam-bowl-wooden-spoon-fork-notebook-table_140725-161005.jpg" },
|
||||
{ id: "5", name: "Breakfast Pancakes", price: "$7.99", brand: "Breakfast", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/half-fried-egg-toast-salad-bacon-gray-ceramic-plate-wooden-table_23-2148067086.jpg" },
|
||||
{ id: "6", name: "Cherry Pie Slice", price: "$4.50", brand: "Dessert", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/delicious-berry-pie-marble-surface_114579-73401.jpg" },
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="All your classic diner favorites, prepared fresh daily."
|
||||
title="The Full Menu"
|
||||
description="Our complete selection of diner classics. If you have any questions about allergens or ingredients, please feel free to ask our staff."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -135,15 +94,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "69", title: "Years Open", description: "Serving since 1955", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m2", value: "1M+", title: "Burgers Served", description: "Classic and fresh", icon: Utensils,
|
||||
},
|
||||
{
|
||||
id: "m3", value: "500K+", title: "Happy Guests", description: "Our extended family", icon: Heart,
|
||||
},
|
||||
{ id: "m1", value: "69", title: "Years Open", description: "Serving since 1955", icon: Clock },
|
||||
{ id: "m2", value: "1M+", title: "Burgers Served", description: "Classic and fresh", icon: Utensils },
|
||||
{ id: "m3", value: "500K+", title: "Happy Guests", description: "Our extended family", icon: Heart },
|
||||
]}
|
||||
title="Joey's by the Numbers"
|
||||
description="Decades of serving our community."
|
||||
@@ -156,16 +109,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "John D.", role: "Local Regular", testimonial: "Best burger in the state, hands down. Tastes just like it did when I was a kid.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg"},
|
||||
{
|
||||
id: "t2", name: "Sarah P.", role: "Visitor", testimonial: "The atmosphere is so charming. Felt like I was back in the 50s immediately.", imageSrc: "http://img.b2bpic.net/free-photo/woman-colorful-outfit-retro-vintage-50-s-cafe-sitting-table-drinking-milk-shake-cocktail-blue-skirt-red-shirt-wearing-sunglasses-having-fun-cheerful-mood_285396-10314.jpg"},
|
||||
{
|
||||
id: "t3", name: "Mike & Jen", role: "Family", testimonial: "Joey's is our Saturday morning tradition. The pancakes are legendary.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-son-father-mixing-eggs_23-2148366203.jpg"},
|
||||
{
|
||||
id: "t4", name: "Emily C.", role: "Foodie", testimonial: "You haven't lived until you've tried their strawberry shake. Perfect thickness.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-attractive-smiling-woman-retro-vintage-50-s-cafe-music-jukebox-drinking-milk-shake-cocktail-hipster-outfit-having-fun-laughing-cheerful-mood_285396-10488.jpg"},
|
||||
{
|
||||
id: "t5", name: "Robert B.", role: "History Buff", testimonial: "Everything here is authentic and warm. A true American treasure.", imageSrc: "http://img.b2bpic.net/free-photo/flirt-cafe_1098-13549.jpg"},
|
||||
{ id: "t1", name: "John D.", role: "Local Regular", testimonial: "Best burger in the state, hands down. Tastes just like it did when I was a kid.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg" },
|
||||
{ id: "t2", name: "Sarah P.", role: "Visitor", testimonial: "The atmosphere is so charming. Felt like I was back in the 50s immediately.", imageSrc: "http://img.b2bpic.net/free-photo/woman-colorful-outfit-retro-vintage-50-s-cafe-sitting-table-drinking-milk-shake-cocktail-blue-skirt-red-shirt-wearing-sunglasses-having-fun-cheerful-mood_285396-10314.jpg" },
|
||||
{ id: "t3", name: "Mike & Jen", role: "Family", testimonial: "Joey's is our Saturday morning tradition. The pancakes are legendary.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-son-father-mixing-eggs_23-2148366203.jpg" },
|
||||
]}
|
||||
title="What Our Neighbors Say"
|
||||
description="Join our community of happy diners."
|
||||
@@ -177,12 +123,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "Do you accept reservations?", content: "We are first-come, first-served, classic diner style!"},
|
||||
{
|
||||
id: "f2", title: "Are you open on Sundays?", content: "Yes, we are open 7 days a week from 7 AM to 10 PM."},
|
||||
{
|
||||
id: "f3", title: "Do you offer takeout?", content: "Absolutely! Just give us a call and we'll have your food ready for pickup."},
|
||||
{ id: "f1", title: "Do you accept reservations?", content: "We are first-come, first-served, classic diner style!" },
|
||||
{ id: "f2", title: "Are you open on Sundays?", content: "Yes, we are open 7 days a week from 7 AM to 10 PM." },
|
||||
{ id: "f3", title: "Do you offer takeout?", content: "Absolutely! Just give us a call at (555) 123-4567 and we'll have your food ready for pickup." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-waitress-serving-coffee-couple-who-is-eating-cake-cafe_637285-9100.jpg"
|
||||
title="Common Questions"
|
||||
@@ -196,8 +139,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Food Network", "Local Chamber", "Dining Awards", "City Food Guild", "Best Burger Joint", "Heritage Guide", "Diner Partners"]}
|
||||
names={["Food Network", "Local Chamber", "Dining Awards", "Heritage Guide"]}
|
||||
title="Proudly Supported By"
|
||||
description="Partners who share our passion for quality."
|
||||
/>
|
||||
@@ -206,11 +148,10 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
tag="Stay Connected"
|
||||
title="Join Our Diner Club"
|
||||
description="Get exclusive offers and news directly to your inbox."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Contact Us"
|
||||
title="Visit Joey's Diner"
|
||||
description="We're located at 123 Diner Way, Classic City, USA. Our hours are 7:00 AM to 10:00 PM every day. For inquiries or large group orders, contact us at (555) 123-4567 or email dine@joeysdiner.com."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -219,40 +160,13 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-amusement-park_23-2147918019.jpg"
|
||||
logoText="Joey's Diner"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Burgers", href: "#products"},
|
||||
{
|
||||
label: "Shakes", href: "#products"},
|
||||
{
|
||||
label: "Breakfast", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our History", href: "#about"},
|
||||
{
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{ title: "Menu", items: [{ label: "View Full Menu", href: "#products" }] },
|
||||
{ title: "Socials", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "Contact Us", href: "#contact" }, { label: "FAQ", href: "#faq" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user