Merge version_1 into main #1
278
src/app/page.tsx
278
src/app/page.tsx
@@ -28,87 +28,39 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Golden Grain Bakery"
|
||||
button={{ text: "Order Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Freshly Baked Every Morning"
|
||||
description="Experience the warmth and aroma of handcrafted breads, pastries, and artisanal treats made from the finest local ingredients."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View Our Menu", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273148.jpg"
|
||||
imageAlt="Artisan bakery storefront"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-holding-mould-stack-tray_1170-2040.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chef-holding-hands-round-bread_23-2148438628.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-pastry-cake-female-customer-coffee-shop_23-2148028059.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-positive-curly-haired-young-woman-eats-delicious-appetizing-cookies-with-chocolate-winks-eye-dressed-casual-green-t-shirt-has-sweet-tooth-addiction-sugar-poses-indoor_273609-62661.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-cooking-bowl_23-2147959012.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-holding-mould-stack-tray_1170-2040.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/chef-holding-hands-round-bread_23-2148438628.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-pastry-cake-female-customer-coffee-shop_23-2148028059.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-shot-positive-curly-haired-young-woman-eats-delicious-appetizing-cookies-with-chocolate-winks-eye-dressed-casual-green-t-shirt-has-sweet-tooth-addiction-sugar-poses-indoor_273609-62661.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/girl-cooking-bowl_23-2147959012.jpg", alt: "Customer 5" }
|
||||
]}
|
||||
avatarText="Join 500+ happy bread lovers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Baked",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Organic",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisanal Quality",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Batches",
|
||||
},
|
||||
{ type: "text", text: "Freshly Baked" },
|
||||
{ type: "text", text: "100% Organic" },
|
||||
{ type: "text", text: "Artisanal Quality" },
|
||||
{ type: "text", text: "Locally Sourced" },
|
||||
{ type: "text", text: "Daily Batches" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,18 +72,9 @@ export default function LandingPage() {
|
||||
title="Our Baking Journey"
|
||||
description="Founded on a passion for traditional techniques, Golden Grain Bakery brings you the best of classic and modern baking. Every loaf tells a story of patience, quality, and love."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Traditional Methods",
|
||||
description: "We use time-honored slow fermentation to achieve the perfect crumb and flavor.",
|
||||
},
|
||||
{
|
||||
title: "Local Ingredients",
|
||||
description: "Sourced from nearby farms, our flour and grains support local sustainable agriculture.",
|
||||
},
|
||||
{
|
||||
title: "Handcrafted Daily",
|
||||
description: "Everything is baked fresh in-house before the sun rises every single day.",
|
||||
},
|
||||
{ title: "Traditional Methods", description: "We use time-honored slow fermentation to achieve the perfect crumb and flavor." },
|
||||
{ title: "Local Ingredients", description: "Sourced from nearby farms, our flour and grains support local sustainable agriculture." },
|
||||
{ title: "Handcrafted Daily", description: "Everything is baked fresh in-house before the sun rises every single day." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-hands-are-sprinkling-flour-into-bowl-make-dough-close-up-view-black-background_639032-455.jpg"
|
||||
imageAlt="Artisan baker at work"
|
||||
@@ -146,60 +89,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Bread",
|
||||
name: "Signature Sourdough",
|
||||
price: "$8.00",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-wooden-spoon-old-wooden-background_169016-1933.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Pastry",
|
||||
name: "Classic Butter Croissant",
|
||||
price: "$4.50",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-top-view_23-2150408535.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Dessert",
|
||||
name: "Rich Chocolate Brownie",
|
||||
price: "$3.75",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-jaggery-dessert-arrangement_23-2149335593.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Pastry",
|
||||
name: "French Macaron Box",
|
||||
price: "$15.00",
|
||||
rating: 5,
|
||||
reviewCount: "62",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-french-macarons-delicious-baked-inside-basket-dark-table-cake-biscuit-cookie-sugar_140725-27849.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Muffin",
|
||||
name: "Blueberry Muffin",
|
||||
price: "$4.00",
|
||||
rating: 5,
|
||||
reviewCount: "74",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muffin-filled-with-berries-nuts_141793-709.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Cupcake",
|
||||
name: "Vanilla Bean Cupcake",
|
||||
price: "$4.25",
|
||||
rating: 4,
|
||||
reviewCount: "56",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-chocolate-brownies-with-cranberries-light-surface_140725-19860.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Bread", name: "Signature Sourdough", price: "$8.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-wooden-spoon-old-wooden-background_169016-1933.jpg" },
|
||||
{ id: "p2", brand: "Pastry", name: "Classic Butter Croissant", price: "$4.50", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-top-view_23-2150408535.jpg" },
|
||||
{ id: "p3", brand: "Dessert", name: "Rich Chocolate Brownie", price: "$3.75", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/sweet-jaggery-dessert-arrangement_23-2149335593.jpg" },
|
||||
{ id: "p4", brand: "Pastry", name: "French Macaron Box", price: "$15.00", rating: 5, reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-french-macarons-delicious-baked-inside-basket-dark-table-cake-biscuit-cookie-sugar_140725-27849.jpg" },
|
||||
{ id: "p5", brand: "Muffin", name: "Blueberry Muffin", price: "$4.00", rating: 5, reviewCount: "74", imageSrc: "http://img.b2bpic.net/free-photo/muffin-filled-with-berries-nuts_141793-709.jpg" },
|
||||
{ id: "p6", brand: "Cupcake", name: "Vanilla Bean Cupcake", price: "$4.25", rating: 4, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-chocolate-brownies-with-cranberries-light-surface_140725-19860.jpg" }
|
||||
]}
|
||||
title="Handmade Treats"
|
||||
description="From crispy sourdough to melt-in-your-mouth pastries, discover our daily selection."
|
||||
@@ -213,46 +108,11 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Emma L.",
|
||||
role: "Foodie",
|
||||
company: "Local Guide",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-holding-mould-stack-tray_1170-2040.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus R.",
|
||||
role: "Regular",
|
||||
company: "Neighbor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-hands-round-bread_23-2148438628.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sofia G.",
|
||||
role: "Blogger",
|
||||
company: "FoodiesCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-pastry-cake-female-customer-coffee-shop_23-2148028059.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "James T.",
|
||||
role: "Dad",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-positive-curly-haired-young-woman-eats-delicious-appetizing-cookies-with-chocolate-winks-eye-dressed-casual-green-t-shirt-has-sweet-tooth-addiction-sugar-poses-indoor_273609-62661.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chloe P.",
|
||||
role: "Student",
|
||||
company: "Fan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-cooking-bowl_23-2147959012.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Emma L.", role: "Foodie", company: "Local Guide", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-holding-mould-stack-tray_1170-2040.jpg" },
|
||||
{ id: "t2", name: "Marcus R.", role: "Regular", company: "Neighbor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-hands-round-bread_23-2148438628.jpg" },
|
||||
{ id: "t3", name: "Sofia G.", role: "Blogger", company: "FoodiesCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-pastry-cake-female-customer-coffee-shop_23-2148028059.jpg" },
|
||||
{ id: "t4", name: "James T.", role: "Dad", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-positive-curly-haired-young-woman-eats-delicious-appetizing-cookies-with-chocolate-winks-eye-dressed-casual-green-t-shirt-has-sweet-tooth-addiction-sugar-poses-indoor_273609-62661.jpg" },
|
||||
{ id: "t5", name: "Chloe P.", role: "Student", company: "Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-cooking-bowl_23-2147959012.jpg" }
|
||||
]}
|
||||
title="Loved by Locals"
|
||||
description="Hear what our wonderful community has to say about our daily bakes."
|
||||
@@ -265,23 +125,10 @@ export default function LandingPage() {
|
||||
title="Visit Us Today"
|
||||
description="Have a custom order or want to say hello? Drop us a line or swing by the bakery during our operating hours."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your order or ask a question",
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your order or ask a question" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/asian-couple-shopping-flowers-barcelona_657883-571.jpg"
|
||||
imageAlt="Bakery storefront"
|
||||
buttonText="Send Message"
|
||||
@@ -292,52 +139,25 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Menu", href: "#products" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com",
|
||||
},
|
||||
],
|
||||
title: "Follow Us", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 Golden Grain Bakery"
|
||||
bottomRightText="All rights reserved"
|
||||
|
||||
Reference in New Issue
Block a user