Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-02-17 10:55:10 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import HeroOverlayBlock from '@/components/sections/hero/HeroOverlayBlock';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import AboutMetric from '@/components/sections/about/AboutMetric';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
@@ -42,7 +42,7 @@ export default function BeachPerfumePage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
<HeroOverlayBlock
title="Discover the Essence of the Coast"
description="Luxury fragrances inspired by sun, sand, and sea. Each scent tells a story of coastal elegance and timeless beauty."
tag="Premium Collection"
@@ -54,28 +54,8 @@ export default function BeachPerfumePage() {
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
carouselItems={[
{
id: "carousel-1", imageSrc: "https://img.b2bpic.net/free-photo/top-view-skincare-product-beach_23-2150167921.jpg", imageAlt: "Ocean Breeze Perfume"
},
{
id: "carousel-2", imageSrc: "https://img.b2bpic.net/free-photo/perfume-bottle-nature_23-2151890497.jpg", imageAlt: "Coastal Fragrance"
},
{
id: "carousel-3", imageSrc: "https://img.b2bpic.net/free-photo/perfume-bottle-nature_23-2151890530.jpg", imageAlt: "Luxury Perfume Bottle"
},
{
id: "carousel-4", imageSrc: "https://img.b2bpic.net/free-photo/accessories-sunglasses-perfume-hat-craft-surface_176420-11866.jpg", imageAlt: "Beach Collection"
},
{
id: "carousel-5", imageSrc: "https://img.b2bpic.net/free-photo/perfume-bottle-nature_23-2151890498.jpg", imageAlt: "Premium Fragrance"
},
{
id: "carousel-6", imageSrc: "https://img.b2bpic.net/free-photo/skin-care-product-sand-ocean_23-2148761469.jpg", imageAlt: "Coastal Perfume Selection"
}
]}
autoPlay={true}
autoPlayInterval={4000}
imageSrc="https://img.b2bpic.net/free-photo/top-view-skincare-product-beach_23-2150167921.jpg"
imageAlt="Ocean Breeze Perfume"
/>
</div>