Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-13 17:03:02 +00:00

View File

@@ -29,23 +29,18 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "products",
},
name: "Menu", id: "products"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Sweet Crust Bakery"
button={{
text: "Order Online", href: "#contact"
}}
/>
</div>
@@ -55,9 +50,7 @@ export default function LandingPage() {
description="Artisanal breads and pastries baked daily with love in the heart of our community."
buttons={[
{
text: "View Our Menu",
href: "#products",
},
text: "View Our Menu", href: "#products"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-cookies-tied-with-rope-wood-board-dark-red-table-free-space_140725-144452.jpg"
@@ -83,59 +76,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Bakery",
name: "Butter Croissant",
price: "$3.50",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-wooden-board_613910-18345.jpg",
},
id: "p1", brand: "Bakery", name: "Butter Croissant", price: "$3.50", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-wooden-board_613910-18345.jpg"},
{
id: "p2",
brand: "Bakery",
name: "Sourdough Loaf",
price: "$6.00",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breads-as-sliced-rye-white-ones-with-knife-cutting-board-wooden-background-with-copy-space_141793-27708.jpg",
},
id: "p2", brand: "Bakery", name: "Sourdough Loaf", price: "$6.00", rating: 5,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breads-as-sliced-rye-white-ones-with-knife-cutting-board-wooden-background-with-copy-space_141793-27708.jpg"},
{
id: "p3",
brand: "Bakery",
name: "Vanilla Cupcake",
price: "$4.00",
rating: 4,
reviewCount: "80",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-little-cakes-with-purple-flowers-grey-table-cookie-tea-biscuit-sweet_140725-26066.jpg",
},
id: "p3", brand: "Bakery", name: "Vanilla Cupcake", price: "$4.00", rating: 4,
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-little-cakes-with-purple-flowers-grey-table-cookie-tea-biscuit-sweet_140725-26066.jpg"},
{
id: "p4",
brand: "Bakery",
name: "Cinnamon Roll",
price: "$4.50",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cinnamon-roll-copy-space_23-2148904737.jpg",
},
id: "p4", brand: "Bakery", name: "Cinnamon Roll", price: "$4.50", rating: 5,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cinnamon-roll-copy-space_23-2148904737.jpg"},
{
id: "p5",
brand: "Bakery",
name: "Chocolate Muffin",
price: "$3.75",
rating: 4,
reviewCount: "65",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vegan-baked-products-arrangement_23-2150251752.jpg",
},
id: "p5", brand: "Bakery", name: "Chocolate Muffin", price: "$3.75", rating: 4,
reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vegan-baked-products-arrangement_23-2150251752.jpg"},
{
id: "p6",
brand: "Bakery",
name: "Macaron Trio",
price: "$5.00",
rating: 5,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-macarons-inside-plate-white-table-biscuit-cake-sweet-fruit_140725-126477.jpg",
},
id: "p6", brand: "Bakery", name: "Macaron Trio", price: "$5.00", rating: 5,
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-macarons-inside-plate-white-table-biscuit-cake-sweet-fruit_140725-126477.jpg"},
]}
title="Fresh From The Oven"
description="Indulge in our selection of freshly baked artisanal goods."
@@ -149,40 +106,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Alice M.",
role: "Regular",
testimonial: "The best sourdough I've ever had!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-redhead-female-student-sits-armchair-leaning-arms-smiling_197531-22962.jpg",
},
id: "1", name: "Alice M.", role: "Regular", testimonial: "The best sourdough I've ever had!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-redhead-female-student-sits-armchair-leaning-arms-smiling_197531-22962.jpg"},
{
id: "2",
name: "Bob T.",
role: "Fan",
testimonial: "The croissants are buttery perfection.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-woman-sitting-cafe_171337-15663.jpg",
},
id: "2", name: "Bob T.", role: "Fan", testimonial: "The croissants are buttery perfection.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-woman-sitting-cafe_171337-15663.jpg"},
{
id: "3",
name: "Charlie D.",
role: "Visitor",
testimonial: "My go-to spot for birthday cakes.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waiter-waitress-holding-basket-bread_1170-612.jpg",
},
id: "3", name: "Charlie D.", role: "Visitor", testimonial: "My go-to spot for birthday cakes.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waiter-waitress-holding-basket-bread_1170-612.jpg"},
{
id: "4",
name: "Dana L.",
role: "Regular",
testimonial: "Service is always so friendly and warm.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-bread-side-view_23-2148544749.jpg",
},
id: "4", name: "Dana L.", role: "Regular", testimonial: "Service is always so friendly and warm.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-bread-side-view_23-2148544749.jpg"},
{
id: "5",
name: "Evan G.",
role: "Neighbor",
testimonial: "Always fresh, always delicious.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg",
},
id: "5", name: "Evan G.", role: "Neighbor", testimonial: "Always fresh, always delicious.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg"},
]}
title="Customer Favorites"
description="See why our neighbors keep coming back for more."
@@ -196,20 +128,12 @@ export default function LandingPage() {
description="Have an event coming up? Place a custom order with us."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
},
name: "name", type: "text", placeholder: "Your Name"},
{
name: "email",
type: "email",
placeholder: "Your Email",
},
name: "email", type: "email", placeholder: "Your Email"},
]}
textarea={{
name: "message",
placeholder: "Details of your custom order...",
}}
name: "message", placeholder: "Details of your custom order..."}}
imageSrc="http://img.b2bpic.net/free-photo/christmas-wreath-fir-tree-branches-vases-cups-all-around-modern-kitchen-modern-kitchen-with-black-fridge-decorated-christmas-new-year_132075-11268.jpg"
imageAlt="bakery storefront exterior warm evening"
buttonText="Send Request"
@@ -222,29 +146,19 @@ export default function LandingPage() {
logoText="Sweet Crust Bakery"
columns={[
{
title: "Store",
items: [
title: "Store", items: [
{
label: "Menu",
href: "#products",
},
label: "Menu", href: "#products"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
],
},
]}