Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-31 15:56:06 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Reviews",
id: "reviews",
},
name: "Reviews", id: "reviews"},
]}
brandName="Brown Bear Bakery"
/>
@@ -52,62 +44,39 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "plain",
}}
variant: "plain"}}
title="Artisanal Delights, Baked Fresh Daily."
description="Experience the warmth and intimacy of Brown Bear Bakery in every bite. From hand-crafted pastries to our signature toasted breads, we bring a touch of luxury to your breakfast table."
buttons={[
{
text: "Visit Our Menu",
href: "#menu",
},
text: "Visit Our Menu", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/cool-sweet-breakfast-bed_23-2147658681.jpg"
imageAlt="Brown Bear Bakery Interior Display"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-red-lipstick-is-licking-teaspoon-girl-cashmere-outfit-enjoying-croissant_197531-13460.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-red-lipstick-is-licking-teaspoon-girl-cashmere-outfit-enjoying-croissant_197531-13460.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/young-beautiful-woman-kitchen-apron-with-coffee-croissant-enjoys-her-morning_343596-6650.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/young-beautiful-woman-kitchen-apron-with-coffee-croissant-enjoys-her-morning_343596-6650.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/aged-man-with-tablet_23-2147689342.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/aged-man-with-tablet_23-2147689342.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-red-lipstick-is-licking-teaspoon-girl-cashmere-outfit-enjoying-croissant_197531-13460.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-red-lipstick-is-licking-teaspoon-girl-cashmere-outfit-enjoying-croissant_197531-13460.jpg", alt: "Customer"},
]}
avatarText="Join 500+ happy breakfast lovers"
marqueeItems={[
{
type: "text",
text: "Freshly Baked",
},
type: "text", text: "Freshly Baked"},
{
type: "text",
text: "Artisan Crafted",
},
type: "text", text: "Artisan Crafted"},
{
type: "text",
text: "Locally Sourced",
},
type: "text", text: "Locally Sourced"},
{
type: "text",
text: "Daily Specials",
},
type: "text", text: "Daily Specials"},
{
type: "text",
text: "Luxury Taste",
},
type: "text", text: "Luxury Taste"},
]}
/>
</div>
@@ -119,17 +88,11 @@ export default function LandingPage() {
description="Nestled in a characteristic corner of the city, Brown Bear Bakery is more than a café—it's an experience. We pride ourselves on healthy, high-quality products and a cozy environment where you can slow down and enjoy the start of your day."
metrics={[
{
value: "100%",
title: "Fresh Daily",
},
value: "100%", title: "Fresh Daily"},
{
value: "24+",
title: "Artisan Pastries",
},
value: "24+", title: "Artisan Pastries"},
{
value: "5⭐",
title: "Customer Loved",
},
value: "5⭐", title: "Customer Loved"},
]}
imageSrc="http://img.b2bpic.net/free-photo/handful-flour-with-egg-rustic-kitchen-against-background-men-s-hands-knead-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-449.jpg"
imageAlt="Our artisan process"
@@ -146,23 +109,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Apple Muffin",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-bakery-arrangement-with-copy-space_23-2148654059.jpg",
},
id: "p1", name: "Apple Muffin", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-bakery-arrangement-with-copy-space_23-2148654059.jpg"},
{
id: "p2",
name: "Toasted Black Bread",
price: "$6.00",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-forest-fruit-jam-croissant_23-2148531770.jpg",
},
id: "p2", name: "Toasted Black Bread", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/homemade-forest-fruit-jam-croissant_23-2148531770.jpg"},
{
id: "p3",
name: "Fresh Squeezed OJ",
price: "$5.00",
imageSrc: "http://img.b2bpic.net/free-photo/jar-with-straw-fruits_23-2147640363.jpg",
},
id: "p3", name: "Fresh Squeezed OJ", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/jar-with-straw-fruits_23-2147640363.jpg"},
]}
title="Artisan Selection"
description="Discover our wide selection of freshly baked goods and healthy breakfast staples."
@@ -173,42 +124,18 @@ export default function LandingPage() {
<TestimonialCardTwo
textboxLayout="default"
useInvertedBackground={false}
animationType="blur-reveal"
testimonials={[
{
id: "1",
name: "Fabio Ago",
role: "Foodie",
testimonial: "Characteristic spot that catches your curiosity. Delicious breakfast!",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-red-lipstick-is-licking-teaspoon-girl-cashmere-outfit-enjoying-croissant_197531-13460.jpg?_wi=1",
},
id: "1", name: "Fabio Ago", role: "Foodie", testimonial: "Characteristic spot that catches your curiosity. Delicious breakfast!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-red-lipstick-is-licking-teaspoon-girl-cashmere-outfit-enjoying-croissant_197531-13460.jpg"},
{
id: "2",
name: "Licia Lucarini",
role: "Local Guide",
testimonial: "Small and cozy. Very helpful with allergy recommendations.",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-kitchen-apron-with-coffee-croissant-enjoys-her-morning_343596-6650.jpg",
},
id: "2", name: "Licia Lucarini", role: "Local Guide", testimonial: "Small and cozy. Very helpful with allergy recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-kitchen-apron-with-coffee-croissant-enjoys-her-morning_343596-6650.jpg"},
{
id: "3",
name: "Ruben Di Fiore",
role: "Local Guide",
testimonial: "Wide selection of healthy products, poke bowls, and fresh individual desserts. Top!",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
},
id: "3", name: "Ruben Di Fiore", role: "Local Guide", testimonial: "Wide selection of healthy products, poke bowls, and fresh individual desserts. Top!", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg"},
{
id: "4",
name: "emmegi erre",
role: "Local Guide",
testimonial: "Small but characteristic place, had a very good breakfast.",
imageSrc: "http://img.b2bpic.net/free-photo/aged-man-with-tablet_23-2147689342.jpg",
},
id: "4", name: "emmegi erre", role: "Local Guide", testimonial: "Small but characteristic place, had a very good breakfast.", imageSrc: "http://img.b2bpic.net/free-photo/aged-man-with-tablet_23-2147689342.jpg"},
{
id: "5",
name: "Sara Bianchi",
role: "Regular",
testimonial: "The best place to start the morning, truly a luxury experience.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-red-lipstick-is-licking-teaspoon-girl-cashmere-outfit-enjoying-croissant_197531-13460.jpg?_wi=2",
},
id: "5", name: "Sara Bianchi", role: "Regular", testimonial: "The best place to start the morning, truly a luxury experience.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-red-lipstick-is-licking-teaspoon-girl-cashmere-outfit-enjoying-croissant_197531-13460.jpg"},
]}
title="Words from Our Guests"
description="Loved for our intimacy, service, and delicious breakfast options."
@@ -222,22 +149,14 @@ export default function LandingPage() {
description="Have a large group or a special request? Send us a message and we'll be ready for you."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
textarea={{
name: "message",
placeholder: "How can we help?",
rows: 4,
name: "message", placeholder: "How can we help?", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-girl-holding-welcome-sign_23-2148639792.jpg"
@@ -251,29 +170,19 @@ export default function LandingPage() {
<FooterBaseReveal
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Pastries",
href: "#menu",
},
label: "Pastries", href: "#menu"},
{
label: "Breakfast",
href: "#menu",
},
label: "Breakfast", href: "#menu"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Reviews",
href: "#reviews",
},
label: "Reviews", href: "#reviews"},
],
},
]}