Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-09 05:42:38 +00:00

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
@@ -40,17 +40,17 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{ variant: "plain" }}
logoText="Ethereal Gems"
description="Timeless elegance crafted for the moments that define you. Explore our signature collections of fine jewellery."
buttons={[
{ text: "Shop Collections", href: "#products" },
{ text: "Contact Us", href: "#contact" },
<HeroBillboardGallery
title="Timeless Elegance"
description="Discover the craftsmanship behind our signature collections, designed for the moments that define you."
background={{ variant: "gradient-bars" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599061.jpg", imageAlt: "Elegant necklace" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-stylish-blond-young-woman-model-with-bright-yellow-makeup-with-perfect-clean-skin-with-gold-jewelery-black-cloth_158538-2008.jpg", imageAlt: "Glamorous model" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-sterling-silver-earrings-with-swarovski-crystal-with-studs-black-wall_140725-12952.jpg", imageAlt: "Crystal earrings" }
]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599061.jpg"
imageAlt="Ethereal Gems hero image"
mediaAnimation="blur-reveal"
buttons={[{ text: "Shop Now", href: "#products" }]}
/>
</div>