Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-02-17 11:04:11 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroOverlayBlock from '@/components/sections/hero/HeroOverlayBlock';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import AboutMetric from '@/components/sections/about/AboutMetric';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
@@ -42,20 +42,25 @@ export default function BeachPerfumePage() {
</div>
<div id="hero" data-section="hero">
<HeroOverlayBlock
title="Discover the Essence of the Coast"
<HeroCarouselLogo
logoText="Beach"
description="Luxury fragrances inspired by sun, sand, and sea. Each scent tells a story of coastal elegance and timeless beauty."
tag="Premium Collection"
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Explore Collection", href: "#products" },
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
imageSrc="https://img.b2bpic.net/free-photo/top-view-skincare-product-beach_23-2150167921.jpg"
imageAlt="Ocean Breeze Perfume"
overlayPosition="bottom-right"
slides={[
{
imageSrc: "https://img.b2bpic.net/free-photo/top-view-skincare-product-beach_23-2150167921.jpg", imageAlt: "Ocean Breeze Perfume"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/perfume-bottle-nature_23-2151890526.jpg", imageAlt: "Premium Fragrance Collection"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/beach-skincare-product-still-life_23-2150167936.jpg", imageAlt: "Coastal Mist Perfume"
}
]}
autoplayDelay={5000}
/>
</div>