Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-02-22 12:21:22 +00:00
2 changed files with 4 additions and 11 deletions

View File

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

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
@@ -64,16 +64,10 @@ export default function HomePage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
<HeroBillboardScroll
title="Elevate Your Hookah Experience"
description="Discover a curated selection of premium hookahs, exquisite tobacco flavors, and high-quality accessories for the perfect session."
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "1000+", label: "Premium Products" },
{ value: "24/7", label: "Customer Support" },
{ value: "Fast", label: "Worldwide Shipping" },
]}
enableKpiAnimation={true}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Shop Now", href: "/products" },
{ text: "Explore Flavors", href: "/products#tobacco" },
@@ -81,7 +75,6 @@ export default function HomePage() {
imageSrc="https://img.b2bpic.net/free-photo/classic-hookah-beautiful-colored-rays-light-smoke-concept-hookah-smoking_169016-5136.jpg"
imageAlt="Elegant hookah setup with smoke in a luxurious setting"
mediaAnimation="slide-up"
imagePosition="right"
/>
</div>