diff --git a/src/app/page.tsx b/src/app/page.tsx index 77fab5e..f9f0f4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; export default function LandingPage() { return ( @@ -45,19 +45,25 @@ export default function LandingPage() {
- "}, ]} - imageSrc="http://img.b2bpic.net/free-photo/cocoa-sesame-cookies-rustic-wooden-board_114579-62020.jpg?_wi=1" - imageAlt="Elegant handmade pearl necklace" + mediaItems={[ + { + imageSrc: "http://img.b2bpic.net/free-photo/cocoa-sesame-cookies-rustic-wooden-board_114579-62020.jpg?_wi=1", imageAlt: "Elegant handmade pearl necklace"}, + { + imageSrc: "http://img.b2bpic.net/free-photo/elegant-female-hand-with-pearl-bracelet_23-2148145718.jpg", imageAlt: "Female hand with pearl bracelet"}, + { + imageSrc: "http://img.b2bpic.net/free-photo/close-up-of-a-woman-wearing-a-pearl-necklace_23-2149187310.jpg", imageAlt: "Woman wearing a pearl necklace"}, + { + imageSrc: "http://img.b2bpic.net/free-photo/pearls-jewelry-earrings-necklace_23-2148819077.jpg", imageAlt: "Pearl jewelry"} + ]} mediaAnimation="slide-up" />
@@ -170,9 +176,7 @@ export default function LandingPage() { { label: "Instagram", href: "https://instagram.com/taraaneh"}, { - label: "Pinterest", href: "https://pinterest.com/taraaneh"}, - { - label: "WhatsApp to Order", href: "https://wa.me/"}, + label: "Pinterest", href: "https://pinterest.com/taraaneh"} ], }, ]}