2 Commits

Author SHA1 Message Date
ce044ccd52 Update src/app/page.tsx 2026-04-05 11:07:18 +00:00
693a9bf63c Merge version_1 into main
Merge version_1 into main
2026-04-05 10:58:44 +00:00

View File

@@ -30,17 +30,11 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "Our Story", name: "Our Story", id: "about"},
id: "about",
},
{ {
name: "Visit Us", name: "Visit Us", id: "contact"},
id: "contact",
},
]} ]}
brandName="Arahi's Bakery" brandName="Arahi's Bakery"
/> />
@@ -49,47 +43,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
title="A Taste of Cuba in the Heart of Miami" title="A Taste of Cuba in the Heart of Miami"
description="Authentic recipes, handmade with pride in Little Havana. Experience the warm, flaky perfection of our famous pastelitos and the rich comfort of our traditional Cuban coffee." description="Authentic recipes, handmade with pride in Little Havana. Experience the warm, flaky perfection of our famous pastelitos and the rich comfort of our traditional Cuban coffee."
buttons={[ buttons={[
{ {
text: "Visit Arahi's", text: "Visit Arahi's", href: "#contact"},
href: "#contact",
},
]} ]}
carouselItems={[ carouselItems={[
{ {
id: "c1", id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/traditional-sweets-wooden-board-pakhlava-shakarbura-badambura-mutaki-side-view_141793-4544.jpg", imageAlt: "Fresh pastries"},
imageSrc: "http://img.b2bpic.net/free-photo/traditional-sweets-wooden-board-pakhlava-shakarbura-badambura-mutaki-side-view_141793-4544.jpg",
imageAlt: "Fresh pastries",
},
{ {
id: "c2", id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985156.jpg", imageAlt: "Bakery interior"},
imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985156.jpg",
imageAlt: "Bakery interior",
},
{ {
id: "c3", id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-honey-cake-dark-background-dough-sugar-cake-biscuit-sweet-bake-tea-dessert-pie_140725-157557.jpg?_wi=1", imageAlt: "Guava pastry"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-honey-cake-dark-background-dough-sugar-cake-biscuit-sweet-bake-tea-dessert-pie_140725-157557.jpg?_wi=1",
imageAlt: "Guava pastry",
},
{ {
id: "c4", id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354580.jpg?_wi=1", imageAlt: "Cuban coffee"},
imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354580.jpg?_wi=1",
imageAlt: "Cuban coffee",
},
{ {
id: "c5", id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-potatoes-beautifully-decorated-wooden-table_181624-27177.jpg?_wi=1", imageAlt: "Cuban sandwich"},
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-potatoes-beautifully-decorated-wooden-table_181624-27177.jpg?_wi=1",
imageAlt: "Cuban sandwich",
},
{ {
id: "c6", id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-fried-croquettes-isolated-white-background_123827-23196.jpg?_wi=1", imageAlt: "Croqueta"},
imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-fried-croquettes-isolated-white-background_123827-23196.jpg?_wi=1",
imageAlt: "Croqueta",
},
]} ]}
/> />
</div> </div>
@@ -102,47 +75,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Guava & Cheese Pastelito", price: "Fresh", variant: "Classic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bt5CIOzLITr8QrhDYCfwTbB9zl/uploaded-1775387220443-7uddz4ga.jpg"},
name: "Guava & Cheese Pastelito",
price: "Fresh",
variant: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-honey-cake-dark-background-dough-sugar-cake-biscuit-sweet-bake-tea-dessert-pie_140725-157557.jpg?_wi=2",
},
{ {
id: "p2", id: "p2", name: "Ham Croquetas", price: "Crispy", variant: "Authentic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bt5CIOzLITr8QrhDYCfwTbB9zl/uploaded-1775387220443-26tt7qyy.jpg"},
name: "Ham Croquetas",
price: "Crispy",
variant: "Authentic",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-fried-croquettes-isolated-white-background_123827-23196.jpg?_wi=2",
},
{ {
id: "p3", id: "p3", name: "Cuban Sandwich", price: "Hot", variant: "Local", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-potatoes-beautifully-decorated-wooden-table_181624-27177.jpg?_wi=2"},
name: "Cuban Sandwich",
price: "Hot",
variant: "Local",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-potatoes-beautifully-decorated-wooden-table_181624-27177.jpg?_wi=2",
},
{ {
id: "p4", id: "p4", name: "Café Con Leche", price: "Strong", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354580.jpg?_wi=2"},
name: "Café Con Leche",
price: "Strong",
variant: "Traditional",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354580.jpg?_wi=2",
},
{ {
id: "p5", id: "p5", name: "Beef Empanada", price: "Savory", variant: "Handmade", imageSrc: "http://img.b2bpic.net/free-photo/side-view-badamburas-plate-plaid-cloth-wooden-surface_141793-11314.jpg"},
name: "Beef Empanada",
price: "Savory",
variant: "Handmade",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-badamburas-plate-plaid-cloth-wooden-surface_141793-11314.jpg",
},
{ {
id: "p6", id: "p6", name: "Colada", price: "Bold", variant: "Little Havana", imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354580.jpg?_wi=3"},
name: "Colada",
price: "Bold",
variant: "Little Havana",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354580.jpg?_wi=3",
},
]} ]}
title="Signature Flavors" title="Signature Flavors"
description="From our oven to your hands—classic Cuban traditions made fresh daily." description="From our oven to your hands—classic Cuban traditions made fresh daily."
@@ -155,8 +98,7 @@ export default function LandingPage() {
title="The Soul of Little Havana" title="The Soul of Little Havana"
buttons={[ buttons={[
{ {
text: "Our Story", text: "Our Story"},
},
]} ]}
/> />
</div> </div>
@@ -166,30 +108,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/female-staff-holding-croissant-wicker-basket-bread-counter_107420-63667.jpg"},
name: "Elena R.",
imageSrc: "http://img.b2bpic.net/free-photo/female-staff-holding-croissant-wicker-basket-bread-counter_107420-63667.jpg",
},
{ {
id: "t2", id: "t2", name: "Marcus J.", imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg"},
name: "Marcus J.",
imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg",
},
{ {
id: "t3", id: "t3", name: "Abuelo Luis", imageSrc: "http://img.b2bpic.net/free-photo/grandpa-spending-time-country-side_23-2149518782.jpg"},
name: "Abuelo Luis",
imageSrc: "http://img.b2bpic.net/free-photo/grandpa-spending-time-country-side_23-2149518782.jpg",
},
{ {
id: "t4", id: "t4", name: "Sarah W.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-smiling-young-woman_181624-40759.jpg"},
name: "Sarah W.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-smiling-young-woman_181624-40759.jpg",
},
{ {
id: "t5", id: "t5", name: "Daniel P.", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-street-food-entertainment_23-2151542729.jpg"},
name: "Daniel P.",
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-street-food-entertainment_23-2151542729.jpg",
},
]} ]}
cardTitle="What the Neighbors Say" cardTitle="What the Neighbors Say"
cardAnimation="slide-up" cardAnimation="slide-up"
@@ -202,25 +129,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "What are Pastelitos?", content: "Our signature pastries made with flaky dough and filled with sweet guava or savory cheese."},
title: "What are Pastelitos?",
content: "Our signature pastries made with flaky dough and filled with sweet guava or savory cheese.",
},
{ {
id: "f2", id: "f2", title: "Do you serve coffee all day?", content: "Yes, our Cuban espresso and café con leche are brewed fresh from dawn until we close."},
title: "Do you serve coffee all day?",
content: "Yes, our Cuban espresso and café con leche are brewed fresh from dawn until we close.",
},
{ {
id: "f3", id: "f3", title: "Is it good for breakfast?", content: "It is the perfect spot for an authentic Cuban breakfast to start your Miami day."},
title: "Is it good for breakfast?",
content: "It is the perfect spot for an authentic Cuban breakfast to start your Miami day.",
},
{ {
id: "f4", id: "f4", title: "Do you offer takeaway?", content: "Everything we serve is available to-go, perfect for strolling through Little Havana."},
title: "Do you offer takeaway?",
content: "Everything we serve is available to-go, perfect for strolling through Little Havana.",
},
]} ]}
sideTitle="Frequently Asked" sideTitle="Frequently Asked"
faqsAnimation="blur-reveal" faqsAnimation="blur-reveal"
@@ -231,15 +146,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
tag="Visit Us Today" tag="Visit Us Today"
title="Experience Little Havana" title="Experience Little Havana"
description="Located in the heart of the community. Come grab a coffee, share a pastry, and feel the love in every bite." description="Located in the heart of the community. Come grab a coffee, share a pastry, and feel the love in every bite. Find us at 745 SW 8th St, Miami, FL 33130, United States."
buttons={[ buttons={[
{ {
text: "Get Directions", text: "Get Directions"},
},
]} ]}
/> />
</div> </div>
@@ -250,23 +163,17 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Little Havana, Miami", label: "745 SW 8th St, Miami, FL 33130, United States"},
},
{ {
label: "Open Daily 7AM-6PM", label: "Open Daily 7AM-6PM"},
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Menu", label: "Menu", href: "#menu"},
href: "#menu",
},
{ {
label: "Contact Us", label: "Contact Us", href: "#contact"},
href: "#contact",
},
], ],
}, },
]} ]}