Update src/app/page.tsx

This commit is contained in:
2026-02-17 10:55:05 +00:00
parent 6cdaa827ce
commit e258ea22fd

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; 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 ProductCardOne from '@/components/sections/product/ProductCardOne';
import AboutMetric from '@/components/sections/about/AboutMetric'; import AboutMetric from '@/components/sections/about/AboutMetric';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
@@ -42,7 +42,7 @@ export default function BeachPerfumePage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroOverlayBlock
title="Discover the Essence of the Coast" 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." description="Luxury fragrances inspired by sun, sand, and sea. Each scent tells a story of coastal elegance and timeless beauty."
tag="Premium Collection" tag="Premium Collection"
@@ -54,28 +54,8 @@ export default function BeachPerfumePage() {
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "plain" }} background={{ variant: "plain" }}
carouselItems={[ imageSrc="https://img.b2bpic.net/free-photo/top-view-skincare-product-beach_23-2150167921.jpg"
{ imageAlt="Ocean Breeze Perfume"
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}
/> />
</div> </div>