5 Commits

Author SHA1 Message Date
01dfed0aa9 Merge version_2 into main
Merge version_2 into main
2026-03-29 10:34:47 +00:00
ad1ee6fe22 Update src/app/page.tsx 2026-03-29 10:34:44 +00:00
18dacff2a6 Merge version_1 into main
Merge version_1 into main
2026-03-29 10:29:37 +00:00
ee6d7195f4 Merge version_1 into main
Merge version_1 into main
2026-03-29 10:29:10 +00:00
01df9fcb11 Merge version_1 into main
Merge version_1 into main
2026-03-29 10:28:43 +00:00

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardThree from '@/components/sections/product/ProductCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
@@ -38,11 +38,14 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlay <HeroBillboardCarousel
title="Timeless Elegance, Reimagined." title="Timeless Elegance, Reimagined."
description="Discover the art of refined living with our hand-selected collections crafted for the discerning eye." description="Discover the art of refined living with our hand-selected collections crafted for the discerning eye."
buttons={[{ text: "Shop Collection", href: "#products" }]} buttons={[{ text: "Shop Collection", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/woman-posing-black-dress-full-shot_23-2149697977.jpg" background={{ variant: "sparkles-gradient" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-black-dress-full-shot_23-2149697977.jpg" }
]}
/> />
</div> </div>