1 Commits

Author SHA1 Message Date
c0551e8215 Update src/app/page.tsx 2026-03-27 05:08:28 +00:00

View File

@@ -12,163 +12,96 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Our Story",
id: "about",
},
{
name: "Menu",
id: "products",
},
{
name: "Reviews",
id: "testimonials",
},
]}
brandName="Great Harvest"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "hero" },
{ name: "Our Story", id: "about" },
{ name: "Menu", id: "products" },
{ name: "Reviews", id: "testimonials" },
]}
brandName="Great Harvest"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "plain",
}}
title="Freshness Baked Daily."
description="Experience the warmth of artisanal bread, crafted with heart and the finest local ingredients. From our oven to your table."
tag="Since 1976"
buttons={[
{
text: "View Menu",
href: "#products",
},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-bread-wooden-board_23-2148613554.jpg",
imageAlt: "Freshly baked artisan bread",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379550.jpg",
imageAlt: "Inside our bakery kitchen",
},
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Loved by thousands of bread enthusiasts"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
title="Freshness Baked Daily."
description="Experience the warmth of artisanal bread, crafted with heart and the finest local ingredients. From our oven to your table."
tag="Since 1976"
background={{ variant: "plain" }}
rating={5}
ratingText="Loved by thousands of bread enthusiasts"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-bread-wooden-board_23-2148613554.jpg", imageAlt: "Freshly baked artisan bread" },
{ imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379550.jpg", imageAlt: "Inside our bakery kitchen" }
]}
mediaAnimation="slide-up"
buttons={[{ text: "View Menu", href: "#products" }]}
/>
</div>
<div id="about" data-section="about">
<TextSplitAbout
useInvertedBackground={false}
title="A Legacy of Love and Loaves"
description={[
"Every loaf we bake tells a story of tradition, passion, and the pure joy of fresh ingredients. We believe in simplicity: pure flour, filtered water, salt, and time.",
"Our team of passionate bakers arrives before dawn to ensure every slice you take is as fresh and flavorful as possible. Whether it's our Montana crunch bread or signature green chile melts, we put heart into every bite.",
]}
/>
</div>
<div id="about" data-section="about">
<TextSplitAbout
title="A Legacy of Love and Loaves"
description={[
"Every loaf we bake tells a story of tradition, passion, and the pure joy of fresh ingredients. We believe in simplicity: pure flour, filtered water, salt, and time.", "Our team of passionate bakers arrives before dawn to ensure every slice you take is as fresh and flavorful as possible. Whether it's our Montana crunch bread or signature green chile melts, we put heart into every bite."
]}
useInvertedBackground={false}
/>
</div>
<div id="products" data-section="products">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Hot Turkey Green Chile Melt",
price: "$12.95",
imageSrc: "http://img.b2bpic.net/free-photo/panini-sandwich-with-ham-cheese-tomato-arugula-isolated-white-background_123827-27058.jpg",
imageAlt: "Turkey green chile melt on bread",
},
{
id: "p2",
name: "Veggie Baja Sandwich",
price: "$10.50",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-bread-cheese-tomato-cucumber-sausage-greens-flat-lay-wooden-table_176474-8298.jpg",
imageAlt: "Veggie Baja sandwich",
},
{
id: "p3",
name: "Classic Cinnamon Roll",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/pieces-mixed-homemade-breads-presented-different-levels-wooden-table-as-samples-sale_346278-832.jpg",
imageAlt: "Fresh cinnamon roll",
},
]}
title="Handcrafted Favorites"
description="Indulge in our signature sandwiches and freshly baked treats, made to satisfy your cravings."
/>
</div>
<div id="products" data-section="products">
<ProductCardOne
title="Handcrafted Favorites"
description="Indulge in our signature sandwiches and freshly baked treats, made to satisfy your cravings."
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
products={[
{ id: "p1", name: "Hot Turkey Green Chile Melt", price: "$12.95", imageSrc: "http://img.b2bpic.net/free-photo/panini-sandwich-with-ham-cheese-tomato-arugula-isolated-white-background_123827-27058.jpg", imageAlt: "Turkey green chile melt on bread" },
{ id: "p2", name: "Veggie Baja Sandwich", price: "$10.50", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-bread-cheese-tomato-cucumber-sausage-greens-flat-lay-wooden-table_176474-8298.jpg", imageAlt: "Veggie Baja sandwich" },
{ id: "p3", name: "Classic Cinnamon Roll", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/pieces-mixed-homemade-breads-presented-different-levels-wooden-table-as-samples-sale_346278-832.jpg", imageAlt: "Fresh cinnamon roll" }
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "@sarahj",
testimonial: "The staff is always welcoming and the sandwiches are always fresh. Try the green chile cheese melt!",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-flour-hands_23-2148785718.jpg",
},
{
id: "2",
name: "Michael Chen",
handle: "@mchen",
testimonial: "Veggie Baja on Montana crunch bread is my new absolute favorite. Incredible bakery!",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breads-as-black-seeded-black-vietnamese-baguette-black-cob-rye-bread-with-jam-knife-cutting-board-with-tea-butter-wooden-table_141793-11588.jpg",
},
{
id: "3",
name: "Emily Rodriguez",
handle: "@emilyrod",
testimonial: "Fresh bread and treats every single time. A truly wonderful local spot.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-unrecognizable-woman-cutting-loaf-bread_637285-2696.jpg",
},
{
id: "4",
name: "David Kim",
handle: "@dkim",
testimonial: "Best sourdough in town. You can really taste the quality and the love in their baking.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273180.jpg",
},
]}
title="Community Love"
description="What our customers are saying about our fresh breads and warm staff."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="Community Love"
description="What our customers are saying about our fresh breads and warm staff."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The staff is always welcoming and the sandwiches are always fresh. Try the green chile cheese melt!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-flour-hands_23-2148785718.jpg" },
{ id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Veggie Baja on Montana crunch bread is my new absolute favorite. Incredible bakery!", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breads-as-black-seeded-black-vietnamese-baguette-black-cob-rye-bread-with-jam-knife-cutting-board-with-tea-butter-wooden-table_141793-11588.jpg" },
{ id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "Fresh bread and treats every single time. A truly wonderful local spot.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-unrecognizable-woman-cutting-loaf-bread_637285-2696.jpg" },
{ id: "4", name: "David Kim", handle: "@dkim", testimonial: "Best sourdough in town. You can really taste the quality and the love in their baking.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273180.jpg" }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Great Harvest"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
rightLink={{
text: "Contact Us",
href: "#",
}}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Great Harvest"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Contact Us", href: "#" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);