Merge version_5 into main #8

Merged
bender merged 1 commits from version_5 into main 2026-02-17 15:25:06 +00:00

View File

@@ -66,31 +66,24 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
slides={[
title="Barakuda"
description="Experience the finest specialty coffee crafted with precision and passion."
background={{ variant: "plain" }}
mediaItems={[
{
id: "1", title: "Barakuda", description: "Experience the finest specialty coffee crafted with precision and passion.", imageSrc: "https://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg", imageAlt: "Barakuda coffee shop interior", buttons: [
{ text: "Explore Our Menu", href: "#features" },
{ text: "Book a Table", href: "#contact" }
]
imageSrc: "https://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg", imageAlt: "Barakuda coffee shop interior"
},
{
id: "2", title: "Specialty Coffee", description: "A sanctuary for coffee lovers seeking authentic flavor and genuine community.", imageSrc: "https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2328.jpg", imageAlt: "Barista preparing specialty coffee", buttons: [
{ text: "Learn More", href: "#about" },
{ text: "Visit Us", href: "#contact" }
]
imageSrc: "https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2328.jpg", imageAlt: "Barista preparing specialty coffee"
},
{
id: "3", title: "Ethically Sourced", description: "Direct relationships with coffee farmers worldwide ensuring premium quality.", imageSrc: "https://img.b2bpic.net/free-photo/coffee-bean-pattern_181624-8624.jpg", imageAlt: "Coffee beans", buttons: [
{ text: "Our Story", href: "#about" },
{ text: "Get Started", href: "#contact" }
]
imageSrc: "https://img.b2bpic.net/free-photo/coffee-bean-pattern_181624-8624.jpg", imageAlt: "Coffee beans"
}
]}
autoPlay={true}
autoPlayInterval={5000}
background={{ variant: "plain" }}
mediaAnimation="none"
frameStyle="card"
buttons={[
{ text: "Explore Our Menu", href: "#features" },
{ text: "Book a Table", href: "#contact" }
]}
ariaLabel="Barakuda coffee showcase carousel"
/>
</div>