Merge version_5 into main
Merge version_5 into main
This commit was merged in pull request #8.
This commit is contained in:
@@ -66,31 +66,24 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<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: [
|
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"
|
||||||
{ text: "Explore Our Menu", href: "#features" },
|
|
||||||
{ text: "Book a Table", href: "#contact" }
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
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: [
|
imageSrc: "https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2328.jpg", imageAlt: "Barista preparing specialty coffee"
|
||||||
{ text: "Learn More", href: "#about" },
|
|
||||||
{ text: "Visit Us", href: "#contact" }
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
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: [
|
imageSrc: "https://img.b2bpic.net/free-photo/coffee-bean-pattern_181624-8624.jpg", imageAlt: "Coffee beans"
|
||||||
{ text: "Our Story", href: "#about" },
|
|
||||||
{ text: "Get Started", href: "#contact" }
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
autoPlay={true}
|
buttons={[
|
||||||
autoPlayInterval={5000}
|
{ text: "Explore Our Menu", href: "#features" },
|
||||||
background={{ variant: "plain" }}
|
{ text: "Book a Table", href: "#contact" }
|
||||||
mediaAnimation="none"
|
]}
|
||||||
frameStyle="card"
|
|
||||||
ariaLabel="Barakuda coffee showcase carousel"
|
ariaLabel="Barakuda coffee showcase carousel"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user