Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c7aac98684 | |||
| 26738d4087 |
@@ -8,7 +8,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import { Award, Heart, Sparkles, Instagram, Mail, Phone } from 'lucide-react';
|
import { Award, Heart, Sparkles, Instagram, Mail, Phone } from 'lucide-react';
|
||||||
|
|
||||||
@@ -224,15 +224,20 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactSplit
|
||||||
text="2,000+ happy customers trust Dream Fragrances. Ready to dream your fragrance? Reach out to us and discover how scent can transform your identity, celebrate your moments, and leave a lasting impression."
|
tag="Get in Touch"
|
||||||
animationType="entrance-slide"
|
title="Ready to Dream Your Fragrance?"
|
||||||
buttons={[
|
description="Connect with our fragrance artisans and discover how scent can transform your identity, celebrate your moments, and leave a lasting impression."
|
||||||
{ text: "Contact Us", href: "mailto:dreamfragrances.24@gmail.com" },
|
|
||||||
{ text: "WhatsApp +92 333 2151778", href: "https://wa.me/923332151778" }
|
|
||||||
]}
|
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={false}
|
||||||
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWsvJgz7vTlElFWswVJjuOIiQy/uploaded-1772720387047-t9vr58gx.jpg"
|
||||||
|
imageAlt="Dream Fragrances luxury collection"
|
||||||
|
mediaAnimation="blur-reveal"
|
||||||
|
mediaPosition="right"
|
||||||
|
inputPlaceholder="Enter your email"
|
||||||
|
buttonText="Subscribe"
|
||||||
|
termsText="By subscribing, you agree to receive updates about new fragrances and exclusive offers."
|
||||||
|
onSubmit={(email) => console.log('Newsletter signup:', email)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -249,4 +254,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user