Merge version_2 into main #4

Merged
bender merged 5 commits from version_2 into main 2026-02-17 14:46:49 +00:00
5 changed files with 18 additions and 16 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 HeroCarouselLogo from '@/components/sections/hero/HeroCarouselLogo';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
@@ -66,22 +66,24 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
title="Welcome to Barakuda"
logoText="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"
tagIcon={Coffee}
tagAnimation="slide-up"
buttons={[
{ text: "Explore Our Menu", href: "#features" },
{ text: "Book a Table", href: "#contact" }
]}
buttonAnimation="slide-up"
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"
slides={[
{
imageSrc: "https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg", imageAlt: "Barista at work in coffee shop"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg", imageAlt: "Cafe interior design"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2328.jpg", imageAlt: "Coffee preparation process"
}
]}
carouselMode="auto"
speed={5}
autoPlayInterval={4000}
autoplayDelay={4000}
/>
</div>
@@ -267,4 +269,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>
);
}
}