Merge version_6 into main #10

Merged
bender merged 4 commits from version_6 into main 2026-02-17 16:51:45 +00:00
4 changed files with 14 additions and 14 deletions

View File

@@ -95,4 +95,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -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>
);
}
}

View File

@@ -248,4 +248,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -120,4 +120,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}