Merge version_1 into main #2
166
src/app/page.tsx
166
src/app/page.tsx
@@ -30,69 +30,38 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="El Jardín de los Sabores"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+13050000000",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+13050000000"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Authentic Cuban Flavor in Miami"
|
||||
description="Experience the warmth of our garden of flavors. Cozy atmosphere, fresh ingredients, and the best Cuban coffee in town."
|
||||
tag="Since 1998"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+13050000000",
|
||||
},
|
||||
text: "Call Now", href: "tel:+13050000000"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Online", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-veggie-sub_23-2148322795.jpg",
|
||||
imageAlt: "Delicious Cuban Sandwich",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-veggie-sub_23-2148322795.jpg", imageAlt: "Delicious Cuban Sandwich"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-tasty-toast-sandwiches-with-cheese-ham-inside-plate-with-french-fries_140725-20023.jpg?_wi=1",
|
||||
imageAlt: "Authentic Cuban Coffee",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg?_wi=1",
|
||||
imageAlt: "Fresh ingredients kitchen",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg?_wi=1",
|
||||
imageAlt: "Cozy dining area",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenager-eating-dessert-library_23-2147860599.jpg?_wi=1",
|
||||
imageAlt: "Happy family lunch",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-tasty-toast-sandwiches-with-cheese-ham-inside-plate-with-french-fries_140725-20023.jpg", imageAlt: "Authentic Cuban Coffee"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -108,41 +77,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Cuban Sandwich",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-tasty-toast-sandwiches-with-cheese-ham-inside-plate-with-french-fries_140725-20023.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Cuban Sandwich", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-tasty-toast-sandwiches-with-cheese-ham-inside-plate-with-french-fries_140725-20023.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Steak & Eggs",
|
||||
price: "$15.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-tasty-toast-sandwiches-with-cheese-ham-inside-plate-with-french-fries_140725-20023.jpg?_wi=3",
|
||||
},
|
||||
id: "p2", name: "Steak & Eggs", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-tasty-toast-sandwiches-with-cheese-ham-inside-plate-with-french-fries_140725-20023.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Fresh Croquetas",
|
||||
price: "$8.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-tasty-toast-sandwiches-with-cheese-ham-inside-plate-with-french-fries_140725-20023.jpg?_wi=4",
|
||||
},
|
||||
id: "p3", name: "Fresh Croquetas", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-tasty-toast-sandwiches-with-cheese-ham-inside-plate-with-french-fries_140725-20023.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Café Cortado",
|
||||
price: "$3.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-tasty-toast-sandwiches-with-cheese-ham-inside-plate-with-french-fries_140725-20023.jpg?_wi=5",
|
||||
},
|
||||
id: "p4", name: "Café Cortado", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-tasty-toast-sandwiches-with-cheese-ham-inside-plate-with-french-fries_140725-20023.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Tostones",
|
||||
price: "$6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-tasty-toast-sandwiches-with-cheese-ham-inside-plate-with-french-fries_140725-20023.jpg?_wi=6",
|
||||
},
|
||||
id: "p5", name: "Tostones", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-tasty-toast-sandwiches-with-cheese-ham-inside-plate-with-french-fries_140725-20023.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Ropa Vieja",
|
||||
price: "$18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-tasty-toast-sandwiches-with-cheese-ham-inside-plate-with-french-fries_140725-20023.jpg?_wi=7",
|
||||
},
|
||||
id: "p6", name: "Ropa Vieja", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-tasty-toast-sandwiches-with-cheese-ham-inside-plate-with-french-fries_140725-20023.jpg"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="From traditional breakfasts to hearty dinners, we bring Cuba to your plate."
|
||||
@@ -155,45 +100,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Great Food!",
|
||||
quote: "Amazing food and kind staff. Truly the heart of Miami.",
|
||||
name: "Sarah J.",
|
||||
role: "Local Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg?_wi=2",
|
||||
},
|
||||
id: "t1", title: "Great Food!", quote: "Amazing food and kind staff. Truly the heart of Miami.", name: "Sarah J.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "So Cozy",
|
||||
quote: "Great vibe and relaxing atmosphere. My favorite coffee spot.",
|
||||
name: "Michael C.",
|
||||
role: "Coffee Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg?_wi=2",
|
||||
},
|
||||
id: "t2", title: "So Cozy", quote: "Great vibe and relaxing atmosphere. My favorite coffee spot.", name: "Michael C.", role: "Coffee Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Authentic!",
|
||||
quote: "Best Cuban sandwich I have had in years. Highly recommended.",
|
||||
name: "Emily R.",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893766.jpg",
|
||||
},
|
||||
id: "t3", title: "Authentic!", quote: "Best Cuban sandwich I have had in years. Highly recommended.", name: "Emily R.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893766.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Quick Service",
|
||||
quote: "Friendly service and fast. Perfect for my busy lunch break.",
|
||||
name: "David K.",
|
||||
role: "Professional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-muffins-front-smiling-senior-man-looking-her-wife-drinking-juice_23-2148128023.jpg",
|
||||
},
|
||||
id: "t4", title: "Quick Service", quote: "Friendly service and fast. Perfect for my busy lunch break.", name: "David K.", role: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/tasty-muffins-front-smiling-senior-man-looking-her-wife-drinking-juice_23-2148128023.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Breakfast Heaven",
|
||||
quote: "The breakfast here is unmatched. Will be coming back weekly.",
|
||||
name: "Maria L.",
|
||||
role: "Regular Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenager-eating-dessert-library_23-2147860599.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", title: "Breakfast Heaven", quote: "The breakfast here is unmatched. Will be coming back weekly.", name: "Maria L.", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenager-eating-dessert-library_23-2147860599.jpg"},
|
||||
]}
|
||||
title="Real Cuban Experiences"
|
||||
description="What our local Miami neighbors are saying about us."
|
||||
@@ -210,29 +125,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Coffee,
|
||||
title: "Fresh Roast Coffee",
|
||||
description: "Sourced from high-quality beans, ground fresh daily for that authentic Cuban kick.",
|
||||
},
|
||||
title: "Fresh Roast Coffee", description: "Sourced from high-quality beans, ground fresh daily for that authentic Cuban kick."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Family Recipes",
|
||||
description: "Generations of culinary secrets passed down to create the perfect flavor profile.",
|
||||
},
|
||||
title: "Family Recipes", description: "Generations of culinary secrets passed down to create the perfect flavor profile."},
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Local Ingredients",
|
||||
description: "Supporting local Miami farmers to ensure the highest quality produce on your plate.",
|
||||
},
|
||||
title: "Local Ingredients", description: "Supporting local Miami farmers to ensure the highest quality produce on your plate."},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Fast & Reliable",
|
||||
description: "Whether you dine in or carry out, we respect your time without compromising quality.",
|
||||
},
|
||||
title: "Fast & Reliable", description: "Whether you dine in or carry out, we respect your time without compromising quality."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Community Focus",
|
||||
description: "Proudly serving the Miami community as a gathering place for friends and families.",
|
||||
},
|
||||
title: "Community Focus", description: "Proudly serving the Miami community as a gathering place for friends and families."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -243,27 +148,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes! We offer local delivery via major apps and our own service.",
|
||||
},
|
||||
id: "q1", title: "Do you offer delivery?", content: "Yes! We offer local delivery via major apps and our own service."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are you open on weekends?",
|
||||
content: "We are open daily from 7 AM to 10 PM.",
|
||||
},
|
||||
id: "q2", title: "Are you open on weekends?", content: "We are open daily from 7 AM to 10 PM."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is there parking available?",
|
||||
content: "Yes, we are located in Bird Square Plaza with plenty of parking.",
|
||||
},
|
||||
id: "q3", title: "Is there parking available?", content: "Yes, we are located in Bird Square Plaza with plenty of parking."},
|
||||
]}
|
||||
ctaTitle="Need Catering or Reservations?"
|
||||
ctaDescription="We'd love to host your next event or prepare catering for your office. Call or drop us a message."
|
||||
ctaButton={{
|
||||
text: "Call Now",
|
||||
href: "tel:+13050000000",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+13050000000"}}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user