Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bd7c353aa6 | |||
| 080a921d95 | |||
| bec44c133d | |||
| 8d392f639a | |||
| 816e52501f |
@@ -7,9 +7,9 @@ import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSp
|
||||
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { Star, Heart, Users, Camera, Sparkles, Crown } from "lucide-react";
|
||||
import { Star, Heart, Users, Camera, Sparkles, Crown, Phone, MessageCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -49,8 +49,7 @@ export default function LandingPage() {
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:(747)800-7770" },
|
||||
{ text: "Book Appointment", href: "#appointment" }
|
||||
{ text: "Call Now", href: "tel:(747)800-7770" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
leftCarouselItems={[
|
||||
@@ -147,10 +146,6 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-bride-posing_23-2148105871.jpg?_wi=2", imageAlt: "Michelle Rodriguez - Happy bride moment"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "See More Reviews", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -158,16 +153,12 @@ export default function LandingPage() {
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardFour
|
||||
title="Our Dress Collection"
|
||||
description="Handpicked dresses for every bride, every style, every story. From classic elegance to modern minimalism."
|
||||
description="Handpicked dresses for every bride, every style, every story. From classic elegance to modern minimalism. Some of these dresses are exquisitely and elegantly sewed and crafted by MARAL."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Gallery"
|
||||
tagIcon={Camera}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Book Your Fitting", href: "#appointment" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
@@ -202,10 +193,6 @@ export default function LandingPage() {
|
||||
tag="Accessory Collection"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Explore Shoes", href: "#appointment" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
@@ -240,10 +227,6 @@ export default function LandingPage() {
|
||||
tag="Veil Collection"
|
||||
tagIcon={Crown}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Shop Veils", href: "#appointment" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
@@ -269,6 +252,23 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Get in Touch"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="Ready to Find Your Dream Dress?"
|
||||
description="Call or text us at 747-800-7770 to schedule your personal styling appointment. Our team is here to make your bridal journey unforgettable."
|
||||
buttons={[
|
||||
{ text: "Call (747) 800-7770", href: "tel:(747)800-7770" },
|
||||
{ text: "Text (747) 800-7770", href: "sms:(747)800-7770" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user