Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ce044ccd52 | |||
| 693a9bf63c |
163
src/app/page.tsx
163
src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Visit Us", id: "contact"},
|
||||
]}
|
||||
brandName="Arahi's Bakery"
|
||||
/>
|
||||
@@ -49,47 +43,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Arahi's",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Arahi's", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985156.jpg",
|
||||
imageAlt: "Bakery interior",
|
||||
},
|
||||
id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985156.jpg", imageAlt: "Bakery interior"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354580.jpg?_wi=1",
|
||||
imageAlt: "Cuban coffee",
|
||||
},
|
||||
id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354580.jpg?_wi=1", imageAlt: "Cuban coffee"},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-potatoes-beautifully-decorated-wooden-table_181624-27177.jpg?_wi=1",
|
||||
imageAlt: "Cuban sandwich",
|
||||
},
|
||||
id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-potatoes-beautifully-decorated-wooden-table_181624-27177.jpg?_wi=1", imageAlt: "Cuban sandwich"},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-fried-croquettes-isolated-white-background_123827-23196.jpg?_wi=1",
|
||||
imageAlt: "Croqueta",
|
||||
},
|
||||
id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-fried-croquettes-isolated-white-background_123827-23196.jpg?_wi=1", imageAlt: "Croqueta"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,47 +75,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
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: "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"},
|
||||
{
|
||||
id: "p2",
|
||||
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: "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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Signature Flavors"
|
||||
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"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
},
|
||||
text: "Our Story"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -166,30 +108,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-staff-holding-croissant-wicker-basket-bread-counter_107420-63667.jpg",
|
||||
},
|
||||
id: "t1", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/female-staff-holding-croissant-wicker-basket-bread-counter_107420-63667.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg",
|
||||
},
|
||||
id: "t2", name: "Marcus J.", imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Abuelo Luis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grandpa-spending-time-country-side_23-2149518782.jpg",
|
||||
},
|
||||
id: "t3", name: "Abuelo Luis", imageSrc: "http://img.b2bpic.net/free-photo/grandpa-spending-time-country-side_23-2149518782.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sarah W.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-smiling-young-woman_181624-40759.jpg",
|
||||
},
|
||||
id: "t4", name: "Sarah W.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-smiling-young-woman_181624-40759.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Daniel P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-street-food-entertainment_23-2151542729.jpg",
|
||||
},
|
||||
id: "t5", name: "Daniel P.", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-street-food-entertainment_23-2151542729.jpg"},
|
||||
]}
|
||||
cardTitle="What the Neighbors Say"
|
||||
cardAnimation="slide-up"
|
||||
@@ -202,25 +129,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What are Pastelitos?",
|
||||
content: "Our signature pastries made with flaky dough and filled with sweet guava or savory cheese.",
|
||||
},
|
||||
id: "f1", title: "What are Pastelitos?", content: "Our signature pastries made with flaky dough and filled with sweet guava or savory cheese."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is it good for breakfast?",
|
||||
content: "It is the perfect spot for an authentic Cuban breakfast to start your Miami day.",
|
||||
},
|
||||
id: "f3", title: "Is it good for breakfast?", content: "It is the perfect spot for an authentic Cuban breakfast to start your Miami day."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Do you offer takeaway?",
|
||||
content: "Everything we serve is available to-go, perfect for strolling through Little Havana.",
|
||||
},
|
||||
id: "f4", title: "Do you offer takeaway?", content: "Everything we serve is available to-go, perfect for strolling through Little Havana."},
|
||||
]}
|
||||
sideTitle="Frequently Asked"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -231,15 +146,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Visit Us Today"
|
||||
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={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
},
|
||||
text: "Get Directions"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -250,23 +163,17 @@ export default function LandingPage() {
|
||||
{
|
||||
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: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -276,4 +183,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user