Merge version_3 into main #4
@@ -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() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
logoText="Taraaneh"
|
||||
title="Taraaneh"
|
||||
description="Ethically Crafted Bohemian Elegance \nHandmade pearl jewellery designed with timeless charm"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collection", href: "/shop"},
|
||||
{
|
||||
text: "WhatsApp to Order", href: "https://wa.me/<YOUR_WHATSAPP_NUMBER>"},
|
||||
]}
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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/<YOUR_WHATSAPP_NUMBER>"},
|
||||
label: "Pinterest", href: "https://pinterest.com/taraaneh"}
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user