Update src/app/page.tsx

This commit is contained in:
2026-02-17 14:44:02 +00:00
parent 9984deecc0
commit 2a0e3221c4

View File

@@ -1,7 +1,7 @@
"use client"
"use client";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
import HeroCarouselLogo from '@/components/sections/hero/HeroCarouselLogo';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
@@ -65,7 +65,7 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardDashboard
<HeroCarouselLogo
title="Welcome to Barakuda"
description="Experience the finest specialty coffee crafted with precision and passion. A sanctuary for coffee lovers seeking authentic flavor and genuine community."
tag="Premium Coffee Experience"
@@ -76,54 +76,12 @@ export default function LandingPage() {
{ text: "Book a Table", href: "#contact" }
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
dashboard={{
title: "Barakuda Live", logoIcon: Coffee,
imageSrc: "https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg", searchPlaceholder: "Search our menu...", chartTitle: "Daily Visitors", listTitle: "Today's Specials", sidebarItems: [
{ icon: Home, active: true },
{ icon: Coffee, active: false },
{ icon: Users, active: false }
],
stats: [
{
title: "Since", values: [2015, 2016, 2015],
description: "Serving coffee with passion"
},
{
title: "Beans", values: [48, 52, 45],
valueSuffix: "+", description: "Specialty varieties sourced globally"
},
{
title: "Community", values: [5000, 5200, 4800],
description: "Coffee lovers & regular guests"
}
],
chartData: [
{ value: 65 },
{ value: 78 },
{ value: 72 },
{ value: 85 },
{ value: 92 }
],
listItems: [
{
icon: Star,
title: "Ethiopian Yirgacheffe", status: "Available"
},
{
icon: Flame,
title: "Dark Roast Blend", status: "Limited"
},
{
icon: Leaf,
title: "Single Origin Cold Brew", status: "Fresh"
}
],
buttons: [
{ text: "Menu", href: "#features" },
{ text: "Reserve", href: "#contact" }
]
}}
logos={[
"https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg", "https://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg", "https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2328.jpg"
]}
carouselMode="auto"
speed={5}
autoPlayInterval={4000}
/>
</div>