Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-05 12:57:48 +00:00

View File

@@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Coffee } from "lucide-react";
import { Coffee, Heart, Bowl, EggFried } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,83 +32,51 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Favorites",
id: "#favorites",
},
name: "Favorites", id: "#favorites"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Benefits",
id: "#benefits",
},
name: "Benefits", id: "#benefits"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
logoSrc="http://img.b2bpic.net/free-photo/take-away-food-composition-with-sandwich_23-2147805025.jpg"
logoAlt="Ironside Cafe Bistro Logo"
brandName="Ironside Cafe Bistro"
button={{
text: "Reserve a Table",
href: "#contact",
}}
text: "Reserve a Table", href: "#contact"}}
/>
</div>
<div id="home" data-section="home">
<HeroCarouselLogo
logoText="Ironside Cafe Bistro"
description="Fresh. Organic. Mediterranean. Discover one of Miamis favorite hidden gems, where fresh ingredients, warm hospitality, and Mediterranean flavors come together in a beautiful outdoor setting."
description="Fresh. Organic. Mediterranean. Discover ones of Miamis favorite hidden gems, where fresh ingredients, warm hospitality, and Mediterranean flavors come together in a beautiful outdoor setting."
buttons={[
{
text: "Reserve a Table",
href: "#contact",
},
text: "Reserve a Table", href: "#contact"},
{
text: "Order Online",
href: "#",
},
text: "Order Online", href: "#"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/pensive-business-lady_1098-17148.jpg",
imageAlt: "mediterranean outdoor cafe sunny",
},
imageSrc: "http://img.b2bpic.net/free-photo/pensive-business-lady_1098-17148.jpg", imageAlt: "mediterranean outdoor cafe sunny"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-asparagus-with-mashed-potatoes-herbs-plate_141793-6091.jpg",
imageAlt: "fresh organic salads bright",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-asparagus-with-mashed-potatoes-herbs-plate_141793-6091.jpg", imageAlt: "fresh organic salads bright"},
{
imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244118.jpg",
imageAlt: "artisan coffee latte art",
},
imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244118.jpg", imageAlt: "artisan coffee latte art"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-food_23-2149073429.jpg",
imageAlt: "outdoor brunch setting friends",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-food_23-2149073429.jpg", imageAlt: "outdoor brunch setting friends"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-croissants_1232-1242.jpg",
imageAlt: "fresh baked pastries display",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-croissants_1232-1242.jpg", imageAlt: "fresh baked pastries display"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-delicious-bagels-inside-tray-with-sour-plums-tea-light-pink-surface_140725-66183.jpg",
imageAlt: "mediterranean breakfast table spread",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-delicious-bagels-inside-tray-with-sour-plums-tea-light-pink-surface_140725-66183.jpg", imageAlt: "mediterranean breakfast table spread"},
]}
autoplayDelay={4000}
showDimOverlay={true}
@@ -135,32 +103,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Brazilian Cheese Bread",
description: "Our most talked-about menu item. Freshly baked, cheesy, warm, and absolutely irresistible.",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274826.jpg",
imageAlt: "brazilian cheese bread close-up",
buttonIcon: "Heart",
title: "Brazilian Cheese Bread", description: "Our most talked-about menu item. Freshly baked, cheesy, warm, and absolutely irresistible.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274826.jpg", imageAlt: "brazilian cheese bread close-up", buttonIcon: Heart,
},
{
title: "Artisan Coffee",
description: "Perfectly crafted coffee drinks made to complement your breakfast or afternoon break.",
imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-apron-holding-decorated-coffee-glass_23-2148824459.jpg",
imageAlt: "artisan coffee cup latte",
buttonIcon: "Coffee",
title: "Artisan Coffee", description: "Perfectly crafted coffee drinks made to complement your breakfast or afternoon break.", imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-apron-holding-decorated-coffee-glass_23-2148824459.jpg", imageAlt: "artisan coffee cup latte", buttonIcon: Coffee,
},
{
title: "Mediterranean Bowls",
description: "Fresh vegetables, premium ingredients, and authentic Mediterranean flavors.",
imageSrc: "http://img.b2bpic.net/free-photo/close-view-poke-bowl_1268-21961.jpg",
imageAlt: "mediterranean bowl fresh vegetables",
buttonIcon: "Bowl",
title: "Mediterranean Bowls", description: "Fresh vegetables, premium ingredients, and authentic Mediterranean flavors.", imageSrc: "http://img.b2bpic.net/free-photo/close-view-poke-bowl_1268-21961.jpg", imageAlt: "mediterranean bowl fresh vegetables", buttonIcon: Bowl,
},
{
title: "Signature Brunch Plates",
description: "Healthy, flavorful brunch dishes loved by locals and visitors alike.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweets-cake-with-berries-sweets-waffles-cookies-cup-tea_140725-71676.jpg",
imageAlt: "signature brunch plate eggs",
buttonIcon: "EggFried",
title: "Signature Brunch Plates", description: "Healthy, flavorful brunch dishes loved by locals and visitors alike.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweets-cake-with-berries-sweets-waffles-cookies-cup-tea_140725-71676.jpg", imageAlt: "signature brunch plate eggs", buttonIcon: EggFried,
},
]}
title="Customer Favorites"
@@ -177,61 +129,21 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "p1",
name: "Organic Egg Breakfasts",
price: "From $12",
imageSrc: "http://img.b2bpic.net/free-photo/fried-egg-white-plate-with-toast-sliced-spring-onion-sliced-tomatoes_1150-20759.jpg",
imageAlt: "organic egg breakfast plate",
},
id: "p1", name: "Organic Egg Breakfasts", price: "From $12", imageSrc: "http://img.b2bpic.net/free-photo/fried-egg-white-plate-with-toast-sliced-spring-onion-sliced-tomatoes_1150-20759.jpg", imageAlt: "organic egg breakfast plate"},
{
id: "p2",
name: "Avocado Toast",
price: "$10",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-avocado-toast-with-runny-poached-egg-top_23-2148417424.jpg",
imageAlt: "avocado toast poached egg",
},
id: "p2", name: "Avocado Toast", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-avocado-toast-with-runny-poached-egg-top_23-2148417424.jpg", imageAlt: "avocado toast poached egg"},
{
id: "p3",
name: "Fresh Pastries",
price: "From $4",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-strawberries-waffles-cup-tea-light-blue-surface_140725-66681.jpg",
imageAlt: "assorted fresh pastries bakery",
},
id: "p3", name: "Fresh Pastries", price: "From $4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-strawberries-waffles-cup-tea-light-pink-surface_140725-66681.jpg", imageAlt: "assorted fresh pastries bakery"},
{
id: "p4",
name: "Brazilian Cheese Bread",
price: "$6",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cheese-bread-baked-arrangement_23-2149042417.jpg",
imageAlt: "brazilian cheese bread close-up",
},
id: "p4", name: "Brazilian Cheese Bread", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cheese-bread-baked-arrangement_23-2149042417.jpg", imageAlt: "brazilian cheese bread close-up"},
{
id: "p5",
name: "Mediterranean Bowls",
price: "From $14",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lula-kebab-slices-wrapped-flatbread-garnished-with-tomato-sauce_141793-2149.jpg",
imageAlt: "mediterranean bowl fresh vegetables",
},
id: "p5", name: "Mediterranean Bowls", price: "From $14", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lula-kebab-slices-wrapped-flatbread-garnished-with-tomato-sauce_141793-2149.jpg", imageAlt: "mediterranean bowl fresh vegetables"},
{
id: "p6",
name: "Fresh Salads",
price: "From $11",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-breakfast_23-2148454807.jpg",
imageAlt: "fresh mediterranean salad bowl",
},
id: "p6", name: "Fresh Salads", price: "From $11", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-breakfast_23-2148454807.jpg", imageAlt: "fresh mediterranean salad bowl"},
{
id: "p7",
name: "Gourmet Sandwiches",
price: "From $13",
imageSrc: "http://img.b2bpic.net/free-photo/panini-sandwich-with-ham-cheese-tomato-arugula-wooden-table_123827-27059.jpg",
imageAlt: "gourmet sandwich fresh bread",
},
id: "p7", name: "Gourmet Sandwiches", price: "From $13", imageSrc: "http://img.b2bpic.net/free-photo/panini-sandwich-with-ham-cheese-tomato-arugula-wooden-table_123827-27059.jpg", imageAlt: "gourmet sandwich fresh bread"},
{
id: "p8",
name: "Specialty Coffee",
price: "From $5",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-relax-morning-coffee-cup-set_1150-7037.jpg",
imageAlt: "artisan coffee cup latte",
},
id: "p8", name: "Specialty Coffee", price: "From $5", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-relax-morning-coffee-cup-set_1150-7037.jpg", imageAlt: "artisan coffee cup latte"},
]}
title="Explore Our Menu"
description="From organic egg breakfasts and fresh pastries to gourmet sandwiches and refreshing smoothies, our diverse menu has something for everyone."
@@ -245,45 +157,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Maggie Krebs",
handle: "@maggie_k",
testimonial: "“Wow—so much food for a great price and sooo yummy!!!”",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-showing-thumb-up_1187-5092.jpg",
imageAlt: "happy woman portrait smiling",
},
id: "t1", name: "Maggie Krebs", handle: "@maggie_k", testimonial: "“Wow—so much food for a great price and sooo yummy!!!”", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-showing-thumb-up_1187-5092.jpg", imageAlt: "happy woman portrait smiling"},
{
id: "t2",
name: "Patricia Franco",
handle: "@patricia_f",
testimonial: "“Love the atmosphere. The service is amazing and the girls are always happy to serve!”",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-romantic-pretty-girl-with-bright-holiday-make-up-posing-camera-with-closed-eyes-shy-smile-city-background_291650-1770.jpg",
imageAlt: "smiling woman close-up happy",
},
id: "t2", name: "Patricia Franco", handle: "@patricia_f", testimonial: "“Love the atmosphere. The service is amazing and the girls are always happy to serve!”", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-romantic-pretty-girl-with-bright-holiday-make-up-posing-camera-with-closed-eyes-shy-smile-city-background_291650-1770.jpg", imageAlt: "smiling woman close-up happy"},
{
id: "t3",
name: "David Smith",
handle: "@david_s",
testimonial: "“A hidden gem in Miami. The Mediterranean bowls are a must-try. Fresh and flavorful every time!”",
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg",
imageAlt: "diverse young man smiling",
},
id: "t3", name: "David Smith", handle: "@david_s", testimonial: "“A hidden gem in Miami. The Mediterranean bowls are a must-try. Fresh and flavorful every time!”", imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg", imageAlt: "diverse young man smiling"},
{
id: "t4",
name: "Sophia Lee",
handle: "@sophia_l",
testimonial: "“The outdoor seating is absolutely beautiful and so relaxing. Perfect spot for my morning coffee and pastry.”",
imageSrc: "http://img.b2bpic.net/free-photo/little-boy-trying-climbing-wall_23-2148796835.jpg",
imageAlt: "ethnic woman smiling portrait",
},
id: "t4", name: "Sophia Lee", handle: "@sophia_l", testimonial: "“The outdoor seating is absolutely beautiful and so relaxing. Perfect spot for my morning coffee and pastry.”", imageSrc: "http://img.b2bpic.net/free-photo/little-boy-trying-climbing-wall_23-2148796835.jpg", imageAlt: "ethnic woman smiling portrait"},
{
id: "t5",
name: "James Wilson",
handle: "@james_w",
testimonial: "“Rated 4.8 Stars by Hundreds of Happy Guests. This place lives up to the hype. Exceptional service and delicious food!”",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-woman-wearing-casual-sweater-standing-red-background-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-6469.jpg",
imageAlt: "older gentleman smiling portrait",
},
id: "t5", name: "James Wilson", handle: "@james_w", testimonial: "“Rated 4.8 Stars by Hundreds of Happy Guests. This place lives up to the hype. Exceptional service and delicious food!”", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-woman-wearing-casual-sweater-standing-red-background-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-6469.jpg", imageAlt: "older gentleman smiling portrait"},
]}
title="What Our Guests Are Saying"
description="Don't just take our word for it. Our customers consistently rate us highly for delicious food, wonderful atmosphere, and friendly service."
@@ -299,37 +181,13 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "Organic",
title: "Organic Ingredients",
description: "Fresh, high-quality ingredients in every dish, sourced sustainably.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-vegetables-carrot-cabbage-bell-pepper-with-greens-dark-table_140725-143493.jpg",
imageAlt: "organic fresh produce basket",
},
id: "m1", value: "Organic", title: "Organic Ingredients", description: "Fresh, high-quality ingredients in every dish, sourced sustainably.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-vegetables-carrot-cabbage-bell-pepper-with-greens-dark-table_140725-143493.jpg", imageAlt: "organic fresh produce basket"},
{
id: "m2",
value: "Outdoor",
title: "Beautiful Outdoor Seating",
description: "Relax in our charming open-air patio, surrounded by the unique atmosphere of Miami Ironside.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-trendy-round-shades-resting-hands-wooden-table-with-mobile-phone-fresh-shake-bowl-fruits-while-having-breakfast-outdoor-cafe-waiting-friends-smiling-looking_273609-6701.jpg",
imageAlt: "outdoor cafe patio seating",
},
id: "m2", value: "Outdoor", title: "Beautiful Outdoor Seating", description: "Relax in our charming open-air patio, surrounded by the unique atmosphere of Miami Ironside.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-trendy-round-shades-resting-hands-wooden-table-with-mobile-phone-fresh-shake-bowl-fruits-while-having-breakfast-outdoor-cafe-waiting-friends-smiling-looking_273609-6701.jpg", imageAlt: "outdoor cafe patio seating"},
{
id: "m3",
value: "Friendly",
title: "Friendly Service",
description: "Our team is known for making guests feel welcome from the moment they arrive.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-girl-barista-giving-out-order-cafe-inviting-guest-pick-up-takeaway_1258-199326.jpg",
imageAlt: "smiling waiter serving customer",
},
id: "m3", value: "Friendly", title: "Friendly Service", description: "Our team is known for making guests feel welcome from the moment they arrive.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-girl-barista-giving-out-order-cafe-inviting-guest-pick-up-takeaway_1258-199326.jpg", imageAlt: "smiling waiter serving customer"},
{
id: "m4",
value: "Healthy",
title: "Healthy & Vegan-Friendly",
description: "A variety of vegetarian, vegan, and health-conscious options available daily for all dietary needs.",
imageSrc: "http://img.b2bpic.net/free-photo/veggie-lettering-notebook-surrounded-by-veggie-food_23-2148305836.jpg",
imageAlt: "healthy vegan food plate",
},
id: "m4", value: "Healthy", title: "Healthy & Vegan-Friendly", description: "A variety of vegetarian, vegan, and health-conscious options available daily for all dietary needs.", imageSrc: "http://img.b2bpic.net/free-photo/veggie-lettering-notebook-surrounded-by-veggie-food_23-2148305836.jpg", imageAlt: "healthy vegan food plate"},
]}
title="Why Customers Love Us"
description="Our commitment to quality, comfort, and a unique dining experience makes Ironside Cafe Bistro a beloved spot in Miami."
@@ -340,8 +198,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Visit Us"
title="Visit Us Today"
description="Experience fresh Mediterranean cuisine, exceptional service, and a welcoming atmosphere in one of Miamis most unique dining destinations.\n\nAddress:\n7580 NE 4th Ct\nMiami, FL 33138\n\nPhone:\n(305) 438-7641\n\nHours:\nOpen Daily\nCloses at 4:00 PM"
@@ -359,61 +216,37 @@ export default function LandingPage() {
{
items: [
{
label: "Home",
href: "#home",
},
label: "Home", href: "#home"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
],
},
{
items: [
{
label: "Reserve a Table",
href: "#contact",
},
label: "Reserve a Table", href: "#contact"},
{
label: "Order Online",
href: "#",
},
label: "Order Online", href: "#"},
{
label: "Gift Cards",
href: "#",
},
label: "Gift Cards", href: "#"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
items: [
{
label: "7580 NE 4th Ct, Miami, FL 33138",
href: "https://maps.app.goo.gl/example",
},
label: "7580 NE 4th Ct, Miami, FL 33138", href: "https://maps.app.goo.gl/example"},
{
label: "(305) 438-7641",
href: "tel:+13054387641",
},
label: "(305) 438-7641", href: "tel:+13054387641"},
{
label: "Open Daily, Closes at 4:00 PM",
href: "#",
},
label: "Open Daily, Closes at 4:00 PM", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}