Merge version_1 into main #2
358
src/app/page.tsx
358
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Good Food Bakery"
|
||||
/>
|
||||
@@ -55,104 +43,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Gluten Free. Exceptionally Delicious. Completely Safe."
|
||||
description="Finally, a bakery where everything is gluten free—and nothing tastes like it is."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@foodie",
|
||||
testimonial: "Top tier cinnamon rolls I came back for the next day.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-with-apron-holding-plate-muffins_23-2148414889.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Mark D.",
|
||||
handle: "@gf_life",
|
||||
testimonial: "A godsend for gluten-free living.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-butcher-giving-sausages-from-counter_7502-4787.jpg",
|
||||
},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@pastryfan",
|
||||
testimonial: "The only gluten-free éclairs I’ve ever found.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-female-gardener-optical-glasses-uniform-wearing-gardening-hat-holds-pumpkin-isolated-pink-wall-with-copy-space_141793-93572.jpg",
|
||||
},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@dessert",
|
||||
testimonial: "Dangerously easy to eat everything.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-curious-woman-portrait_158595-2749.jpg",
|
||||
},
|
||||
{
|
||||
name: "Lisa M.",
|
||||
handle: "@baker",
|
||||
testimonial: "I didn’t think gluten-free could taste like this.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-woman-with-short-hair-apron-hat-holding-pumpkin-kissing-it_141793-47148.jpg",
|
||||
},
|
||||
{ name: "Sarah J.", handle: "@foodie", testimonial: "Top tier cinnamon rolls I came back for the next day.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-with-apron-holding-plate-muffins_23-2148414889.jpg" },
|
||||
{ name: "Mark D.", handle: "@gf_life", testimonial: "A godsend for gluten-free living.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-butcher-giving-sausages-from-counter_7502-4787.jpg" },
|
||||
{ name: "Emily R.", handle: "@pastryfan", testimonial: "The only gluten-free éclairs I’ve ever found.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-female-gardener-optical-glasses-uniform-wearing-gardening-hat-holds-pumpkin-isolated-pink-wall-with-copy-space_141793-93572.jpg" },
|
||||
{ name: "David K.", handle: "@dessert", testimonial: "Dangerously easy to eat everything.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-curious-woman-portrait_158595-2749.jpg" },
|
||||
{ name: "Lisa M.", handle: "@baker", testimonial: "I didn’t think gluten-free could taste like this.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-woman-with-short-hair-apron-hat-holding-pumpkin-kissing-it_141793-47148.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Fresh Bakes",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Pre-Order Now",
|
||||
href: "#holiday",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-collection-bread-buns_122409-64.jpg?_wi=1"
|
||||
buttons={[{ text: "Shop Fresh Bakes", href: "#products" }, { text: "Pre-Order Now", href: "#holiday" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-collection-bread-buns_122409-64.jpg"
|
||||
imageAlt="delicious fresh baked goods close up"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg",
|
||||
alt: "Customer portrait 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-beautiful-joyful-african-student-woman-with-dark-wavy-hair-green-cardigan-sitting-cafe-drinking-cup-coffee-smiling-camera-woman-waiting-her-boyfriend-after-university_176420-12329.jpg",
|
||||
alt: "Customer portrait 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-baker-standing-by-counter-talking-phone_1303-32313.jpg",
|
||||
alt: "Customer portrait 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-smiley-barista-serving-cups-coffee_23-2148522984.jpg",
|
||||
alt: "Customer portrait 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/satisfied-female-baker-looking-freshly-baked-croissant_23-2148189112.jpg",
|
||||
alt: "Customer portrait 5",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100% GF Certified",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Daily",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisan Crafted",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "No Cross Contamination",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Holiday Pre-orders Open",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg", alt: "Customer portrait 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-beautiful-joyful-african-student-woman-with-dark-wavy-hair-green-cardigan-sitting-cafe-drinking-cup-coffee-smiling-camera-woman-waiting-her-boyfriend-after-university_176420-12329.jpg", alt: "Customer portrait 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-baker-standing-by-counter-talking-phone_1303-32313.jpg", alt: "Customer portrait 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/low-angle-smiley-barista-serving-cups-coffee_23-2148522984.jpg", alt: "Customer portrait 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/satisfied-female-baker-looking-freshly-baked-croissant_23-2148189112.jpg", alt: "Customer portrait 5" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -162,55 +72,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "100% Gluten Free",
|
||||
description: "No cross-contamination. No guessing. Just confidence.",
|
||||
icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert_23-2148904683.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109435.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-collection-bread-buns_122409-64.jpg?_wi=2",
|
||||
imageAlt: "fresh cinnamon roll pull apart",
|
||||
},
|
||||
{
|
||||
title: "Small Batch Bakes",
|
||||
description: "We bake fresh, in limited quantities—because quality matters.",
|
||||
icon: Croissant,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-sunflower-seeds-sandwich-bread-background-uses_141793-5297.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-white-oval-plate-cone-fir-tree-leaves-cinnamon-different-biscuits-cup-tea-dark-wooden-ground_140725-90868.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-bagels-with-cakes-cup-tea-white-desk_140725-63674.jpg",
|
||||
imageAlt: "fresh cinnamon roll pull apart",
|
||||
},
|
||||
{
|
||||
title: "Signature Favorites",
|
||||
description: "From cinnamon rolls to artichoke rolls, discover our cult favorites.",
|
||||
icon: Star,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-fresh-red-strawberries-cakes-waffles-light-blue-surface_140725-66649.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-accurately-breaks-egg-make-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-451.jpg?_wi=1",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-with-apron-holding-plate-muffins_23-2148414889.jpg?_wi=2",
|
||||
imageAlt: "fresh cinnamon roll pull apart",
|
||||
},
|
||||
]}
|
||||
title="“This Doesn’t Taste Gluten Free…”"
|
||||
description="Our customers say it best—this is the bakery they didn’t think existed."
|
||||
features={[
|
||||
{ title: "100% Gluten Free", description: "No cross-contamination. No guessing. Just confidence.", icon: Shield, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert_23-2148904683.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109435.jpg" }] },
|
||||
{ title: "Small Batch Bakes", description: "We bake fresh, in limited quantities—because quality matters.", icon: Croissant, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-sunflower-seeds-sandwich-bread-background-uses_141793-5297.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-white-oval-plate-cone-fir-tree-leaves-cinnamon-different-biscuits-cup-tea-dark-wooden-ground_140725-90868.jpg" }] },
|
||||
{ title: "Signature Favorites", description: "From cinnamon rolls to artichoke rolls, discover our cult favorites.", icon: Star, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-fresh-red-strawberries-cakes-waffles-light-blue-surface_140725-66649.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/cook-accurately-breaks-egg-make-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-451.jpg" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -219,61 +87,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Bakery",
|
||||
name: "Cinnamon Roll",
|
||||
price: "$5.00",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cinnamon-rolls-tray_23-2148904706.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Bakery",
|
||||
name: "Jalapeño Cheese Scone",
|
||||
price: "$4.50",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cannabis-cookies-cannabis-leaves-put-wooden-cutting-board_1150-28003.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Bakery",
|
||||
name: "Cinnamon Bread",
|
||||
price: "$9.00",
|
||||
rating: 4,
|
||||
reviewCount: "92",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-slices-wooden-board-blue-table_114579-14451.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Bakery",
|
||||
name: "Gluten-Free Éclair",
|
||||
price: "$6.00",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eclairs-profiteroles-with-black-chocolate-white-chocolate-with-custard-inside-traditional-french-dessert_114579-9071.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Bakery",
|
||||
name: "Artichoke Roll",
|
||||
price: "$5.50",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-avocados-with-sliced-peppers-bread-pieces-grey-surface_140725-90220.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Bakery",
|
||||
name: "Assorted Box",
|
||||
price: "$25.00",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/some-fresh-delicious-cookies-white-table_114579-22355.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Bakery", name: "Cinnamon Roll", price: "$5.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cinnamon-rolls-tray_23-2148904706.jpg" },
|
||||
{ id: "p2", brand: "Bakery", name: "Jalapeño Cheese Scone", price: "$4.50", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/cannabis-cookies-cannabis-leaves-put-wooden-cutting-board_1150-28003.jpg" },
|
||||
{ id: "p3", brand: "Bakery", name: "Cinnamon Bread", price: "$9.00", rating: 4, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-slices-wooden-board-blue-table_114579-14451.jpg" },
|
||||
]}
|
||||
title="Fresh From Today’s Oven"
|
||||
description="Handcrafted perfection, daily."
|
||||
@@ -289,130 +107,14 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Clock,
|
||||
title: "Bake Cycles",
|
||||
value: "Daily",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Package,
|
||||
title: "Limited Batches",
|
||||
value: "Small",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Users,
|
||||
title: "Happy Fans",
|
||||
value: "10k+",
|
||||
},
|
||||
]}
|
||||
title="Come Early. We Sell Out Fast."
|
||||
description="Small bakery, big demand. Here's why we move fast:"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"The Daily Times",
|
||||
"City Eats",
|
||||
"Gluten-Free Weekly",
|
||||
"Local Foodie",
|
||||
"Bakery Review",
|
||||
"Dessert Scout",
|
||||
"Healthy Living",
|
||||
]}
|
||||
title="Trusted by Local Foodies"
|
||||
description="What people are saying about our bakes."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="holiday" data-section="holiday">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
text="Don’t Miss Out This Holiday Season. Pre-order your favorites—especially the artichoke rolls—to ensure your table is full."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Order",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
text="Get First Pick of Fresh Bakes. Join our list for daily menu drops, holiday pre-orders, and new releases."
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Bakery List",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cook-accurately-breaks-egg-make-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-451.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cook-accurately-breaks-egg-make-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-451.jpg"
|
||||
logoText="Good Food"
|
||||
columns={[
|
||||
{
|
||||
title: "Bakery",
|
||||
items: [
|
||||
{
|
||||
label: "Shop Menu",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Pre-Order",
|
||||
href: "#holiday",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Visit Us",
|
||||
href: "#metrics",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Bakery", items: [{ label: "Shop Menu", href: "#products" }, { label: "Pre-Order", href: "#holiday" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Visit Us", href: "#metrics" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user