6 Commits

Author SHA1 Message Date
eaef44e942 Merge version_2 into main
Merge version_2 into main
2026-04-09 05:43:01 +00:00
cffe783ab6 Update src/app/page.tsx 2026-04-09 05:42:58 +00:00
ee6029aced Merge version_2 into main
Merge version_2 into main
2026-04-09 05:42:37 +00:00
6e9fb6c631 Update src/app/page.tsx 2026-04-09 05:42:35 +00:00
a19d3354fc Merge version_1 into main
Merge version_1 into main
2026-04-09 05:39:55 +00:00
4f2d9865c5 Merge version_1 into main
Merge version_1 into main
2026-04-09 05:37:48 +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?_wi=1", 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?_wi=1", 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>
@@ -62,8 +62,8 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{ id: "p1", name: "Golden Radiance Ring", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/charming-playful-cute-redhead-girl-curly-haired-hide-face-palm-look-through-fingers_176420-44128.jpg" },
{ id: "p2", name: "Ivory Pearl Necklace", price: "$1,200", 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" },
{ id: "p3", name: "Diamond Halo Earrings", price: "$2,400", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sterling-silver-earrings-with-swarovski-crystal-with-studs-black-wall_140725-12952.jpg" },
{ id: "p2", name: "Ivory Pearl Necklace", price: "$1,200", 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?_wi=2" },
{ id: "p3", name: "Diamond Halo Earrings", price: "$2,400", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sterling-silver-earrings-with-swarovski-crystal-with-studs-black-wall_140725-12952.jpg?_wi=2" },
{ id: "p4", name: "Delicate Gold Chain", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/shiny-gold-jewelry-symbol-wealth-generated-by-ai_188544-10733.jpg" },
{ id: "p5", name: "Sapphire Solitaire Pendant", price: "$1,850", imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-with-feathers_1122-433.jpg" },
{ id: "p6", name: "Minimalist Diamond Studs", price: "$900", imageSrc: "http://img.b2bpic.net/free-photo/close-shot-rich-luxury-woman-dress-hand-ear-wearing-earrings-ring-finger_343596-2016.jpg" },