|
|
|
|
@@ -1,7 +1,7 @@
|
|
|
|
|
"use client";
|
|
|
|
|
|
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
|
|
|
|
import HeroSplitKPI from '@/components/sections/hero/HeroSplitKPI';
|
|
|
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
|
|
|
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
|
|
|
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
|
|
|
|
@@ -65,26 +65,28 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroBillboardCarousel
|
|
|
|
|
<HeroSplitKPI
|
|
|
|
|
title="Barakuda"
|
|
|
|
|
description="Experience the finest specialty coffee crafted with precision and passion."
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
mediaItems={[
|
|
|
|
|
kpiItems={[
|
|
|
|
|
{
|
|
|
|
|
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"
|
|
|
|
|
value: "9", label: "Years"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2328.jpg", imageAlt: "Barista preparing specialty coffee"
|
|
|
|
|
value: "48", label: "Origins"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "https://img.b2bpic.net/free-photo/coffee-bean-pattern_181624-8624.jpg", imageAlt: "Coffee beans"
|
|
|
|
|
value: "5000", label: "Community"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
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" }
|
|
|
|
|
]}
|
|
|
|
|
ariaLabel="Barakuda coffee showcase carousel"
|
|
|
|
|
ariaLabel="Barakuda coffee showcase"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -270,4 +272,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|