Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 77d2464abf | |||
| 14fe1bcb50 | |||
| 4971ab2bf0 | |||
| 047e6a418f | |||
| dfe00de544 |
@@ -7,7 +7,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|||||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { Award, Globe, Package, Sparkles } from 'lucide-react';
|
import { Award, Globe, Package, Sparkles } from 'lucide-react';
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
title="Welcome to Jio - Where Joy Comes to Play"
|
title="Welcome to Jio - Where Joy Comes to Play"
|
||||||
description="Discover the world's most delightful toys crafted for imagination, learning, and endless fun. Every toy tells a story of happiness."
|
description="Discover the world's most delightful toys crafted for imagination, learning, and endless fun. Every toy tells a story of happiness."
|
||||||
tag="Premium Toys for Every Age"
|
tag="Premium Toys for Every Age"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/elevated-view-two-boys-gathering-confetti-wooden-floor_23-2148046178.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/elevated-view-two-boys-gathering-confetti-wooden-floor_23-2148046178.jpg?_wi=1"
|
||||||
imageAlt="Colorful toys and children playing"
|
imageAlt="Colorful toys and children playing"
|
||||||
textPosition="bottom-left"
|
textPosition="bottom-left"
|
||||||
showBlur={true}
|
showBlur={true}
|
||||||
@@ -143,12 +143,16 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactSplit
|
||||||
tag="Stay Connected"
|
tag="Stay Connected"
|
||||||
title="Never Miss Out on New Toys & Exclusive Deals"
|
title="Never Miss Out on New Toys & Exclusive Deals"
|
||||||
description="Subscribe to our newsletter for the latest toy releases, special discounts, and parenting tips delivered straight to your inbox."
|
description="Subscribe to our newsletter for the latest toy releases, special discounts, and parenting tips delivered straight to your inbox."
|
||||||
background={{ variant: "rotated-rays-animated-grid" }}
|
background={{ variant: "rotated-rays-animated-grid" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/uploaded-1771684785214-9g6egt6v.mp4"
|
||||||
|
imageAlt="Newsletter signup"
|
||||||
|
mediaPosition="right"
|
||||||
|
mediaAnimation="slide-up"
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Subscribe"
|
buttonText="Subscribe"
|
||||||
termsText="We respect your privacy. Unsubscribe at any time. No spam, just pure toy joy!"
|
termsText="We respect your privacy. Unsubscribe at any time. No spam, just pure toy joy!"
|
||||||
|
|||||||
Reference in New Issue
Block a user