|
|
|
|
@@ -1,7 +1,7 @@
|
|
|
|
|
"use client";
|
|
|
|
|
|
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
|
import HeroSplitKPI from '@/components/sections/hero/HeroSplitKPI';
|
|
|
|
|
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,28 +65,28 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroSplitKPI
|
|
|
|
|
<HeroSplitKpi
|
|
|
|
|
title="Barakuda"
|
|
|
|
|
description="Experience the finest specialty coffee crafted with precision and passion."
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
kpiItems={[
|
|
|
|
|
kpis={[
|
|
|
|
|
{
|
|
|
|
|
value: "9", label: "Years"
|
|
|
|
|
value: "9", label: "Years", description: "Serving exceptional coffee"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
value: "48", label: "Origins"
|
|
|
|
|
value: "48", label: "Origins", description: "Coffee varieties worldwide"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
value: "5000", label: "Community"
|
|
|
|
|
value: "5000+", label: "Community", description: "Coffee lovers & regulars"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
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"
|
|
|
|
|
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"
|
|
|
|
|
imagePosition="right"
|
|
|
|
|
ariaLabel="Barakuda coffee hero with KPIs"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -272,4 +272,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|