Merge version_2 into main #2
124
src/app/page.tsx
124
src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="The Flame Diner"
|
||||
/>
|
||||
@@ -48,42 +42,27 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="🔥 Warning: You might not finish your plate."
|
||||
description="Home-style comfort food, stacked high and made right. Breakfast, lunch, dinner… and pie that ruins diets."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-spending-time-outdoors_23-2150361023.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-spending-time-outdoors_23-2150361023.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-woman-having-breakfast-cafe_23-2147799010.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-woman-having-breakfast-cafe_23-2147799010.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-smiling-watching-man-playing-guitar-party_23-2149187062.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-smiling-watching-man-playing-guitar-party_23-2149187062.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2865.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2865.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg", alt: "Customer"},
|
||||
]}
|
||||
avatarText="Join our happy regulars"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "View Menu", href: "/menu"},
|
||||
{
|
||||
text: "Visit Us Today",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Visit Us Today", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,20 +74,11 @@ export default function LandingPage() {
|
||||
description="We don’t do small portions. We don’t do boring food. Simple."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Massive Portions",
|
||||
content: "Portions so big you’ll need a break halfway through.",
|
||||
},
|
||||
id: "f1", title: "Massive Portions", content: "Portions so big you’ll need a break halfway through."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Signature Treats",
|
||||
content: "That melt-in-your-mouth cinnamon bread? Yeah, it’s real.",
|
||||
},
|
||||
id: "f2", title: "Signature Treats", content: "That melt-in-your-mouth cinnamon bread? Yeah, it’s real."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Home-style Quality",
|
||||
content: "Breakfast that feels just like home, every time.",
|
||||
},
|
||||
id: "f3", title: "Home-style Quality", content: "Breakfast that feels just like home, every time."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pancake-set-wooden-table_1150-10681.jpg"
|
||||
imageAlt="The Legendary Hash Stack"
|
||||
@@ -123,40 +93,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "@foodie",
|
||||
testimonial: "This place is so yummy. Down-home food and a home-style feel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-spending-time-outdoors_23-2150361023.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", handle: "@foodie", testimonial: "This place is so yummy. Down-home food and a home-style feel.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-spending-time-outdoors_23-2150361023.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
handle: "@dinerfan",
|
||||
testimonial: "More than filling… I could only eat half!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-having-breakfast-cafe_23-2147799010.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark D.", handle: "@dinerfan", testimonial: "More than filling… I could only eat half!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-having-breakfast-cafe_23-2147799010.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
handle: "@regular",
|
||||
testimonial: "Wonderful place to eat that won’t disappoint.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-watching-man-playing-guitar-party_23-2149187062.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily R.", handle: "@regular", testimonial: "Wonderful place to eat that won’t disappoint.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-watching-man-playing-guitar-party_23-2149187062.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Tom B.",
|
||||
handle: "@local",
|
||||
testimonial: "Best hash stack in the city, period.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2865.jpg",
|
||||
},
|
||||
id: "t4", name: "Tom B.", handle: "@local", testimonial: "Best hash stack in the city, period.", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2865.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica L.",
|
||||
handle: "@yums",
|
||||
testimonial: "The atmosphere is as warm as the coffee. Simply perfect.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg",
|
||||
},
|
||||
id: "t5", name: "Jessica L.", handle: "@yums", testimonial: "The atmosphere is as warm as the coffee. Simply perfect.", imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg"},
|
||||
]}
|
||||
title="What Our Regulars Say"
|
||||
description="Real folks, real hunger, real satisfaction."
|
||||
@@ -168,14 +113,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A History of Hungry Neighbors"
|
||||
description={[
|
||||
"Founded in 1985, The Flame Diner has been serving up comfort one stack at a time.",
|
||||
"We believe in local ingredients, fair prices, and coffee that actually wakes you up.",
|
||||
]}
|
||||
"Founded in 1985, The Flame Diner has been serving up comfort one stack at a time.", "We believe in local ingredients, fair prices, and coffee that actually wakes you up."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More", href: "/about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -189,26 +130,11 @@ export default function LandingPage() {
|
||||
description="Evidence that we take our comfort food seriously."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Plates Served",
|
||||
subtitle: "Total satisfied bellies",
|
||||
category: "Count",
|
||||
value: "500k+",
|
||||
},
|
||||
id: "m1", title: "Plates Served", subtitle: "Total satisfied bellies", category: "Count", value: "500k+"},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Coffee Cups",
|
||||
subtitle: "Fueling the neighborhood",
|
||||
category: "Poured",
|
||||
value: "1.2M",
|
||||
},
|
||||
id: "m2", title: "Coffee Cups", subtitle: "Fueling the neighborhood", category: "Poured", value: "1.2M"},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Pies Baked",
|
||||
subtitle: "Fresh daily",
|
||||
category: "Count",
|
||||
value: "85k",
|
||||
},
|
||||
id: "m3", title: "Pies Baked", subtitle: "Fresh daily", category: "Count", value: "85k"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -222,4 +148,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user