17 Commits

Author SHA1 Message Date
0121202e53 Update src/app/shop/page.tsx 2026-02-17 16:51:41 +00:00
0bdf15ed5a Update src/app/shop/[id]/page.tsx 2026-02-17 16:51:40 +00:00
fd1f26ee72 Update src/app/page.tsx 2026-02-17 16:51:40 +00:00
24d7add6db Update src/app/blog/page.tsx 2026-02-17 16:51:39 +00:00
55df85df00 Update src/app/shop/page.tsx 2026-02-17 16:48:38 +00:00
d1a5b48911 Update src/app/shop/[id]/page.tsx 2026-02-17 16:48:38 +00:00
86510ec22f Update src/app/page.tsx 2026-02-17 16:48:37 +00:00
e3339b33bd Update src/app/blog/page.tsx 2026-02-17 16:48:36 +00:00
e96cda7aff Merge version_5 into main
Merge version_5 into main
2026-02-17 15:25:06 +00:00
893119fe8d Update src/app/page.tsx 2026-02-17 15:25:01 +00:00
4d3ffda703 Merge version_5 into main
Merge version_5 into main
2026-02-17 15:22:30 +00:00
2a8a0c9351 Update src/app/shop/page.tsx 2026-02-17 15:22:26 +00:00
12c2c57065 Update src/app/shop/[id]/page.tsx 2026-02-17 15:22:25 +00:00
bd83b378b6 Update src/app/page.tsx 2026-02-17 15:22:25 +00:00
e18827df57 Update src/app/layout.tsx 2026-02-17 15:22:24 +00:00
c3716f77b9 Update src/app/blog/page.tsx 2026-02-17 15:22:23 +00:00
1a974bdde5 Merge version_4 into main
Merge version_4 into main
2026-02-17 15:00:58 +00:00
5 changed files with 24 additions and 13 deletions

View File

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

View File

@@ -1290,4 +1290,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -1,7 +1,7 @@
"use client";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
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,17 +65,28 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="Barakuda"
description="Experience the finest specialty coffee crafted with precision and passion. A sanctuary for coffee lovers seeking authentic flavor and genuine community."
<HeroSplitKpi
title="Barakuda"
description="Experience the finest specialty coffee crafted with precision and passion."
kpis={[
{
value: "9", label: "Years", description: "Serving exceptional coffee"
},
{
value: "48", label: "Origins", description: "Coffee varieties worldwide"
},
{
value: "5000+", label: "Community", description: "Coffee lovers & regulars"
}
]}
buttons={[
{ text: "Explore Our Menu", href: "#features" },
{ text: "Book a Table", href: "#contact" }
]}
background={{ variant: "plain" }}
imageAlt="Barista at work in coffee shop"
mediaAnimation="none"
frameStyle="card"
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>
@@ -261,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>
);
}
}