|
|
|
@@ -14,15 +14,15 @@ export default function LandingPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<ThemeProvider
|
|
|
|
<ThemeProvider
|
|
|
|
defaultButtonVariant="expand-hover"
|
|
|
|
defaultButtonVariant="expand-hover"
|
|
|
|
defaultTextAnimation="entrance-slide"
|
|
|
|
defaultTextAnimation="reveal-blur"
|
|
|
|
borderRadius="pill"
|
|
|
|
borderRadius="soft"
|
|
|
|
contentWidth="medium"
|
|
|
|
contentWidth="medium"
|
|
|
|
sizing="medium"
|
|
|
|
sizing="medium"
|
|
|
|
background="circleGradient"
|
|
|
|
background="noiseDiagonalGradient"
|
|
|
|
cardStyle="glass-elevated"
|
|
|
|
cardStyle="gradient-mesh"
|
|
|
|
primaryButtonStyle="gradient"
|
|
|
|
primaryButtonStyle="gradient"
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
secondaryButtonStyle="solid"
|
|
|
|
headingFontWeight="normal"
|
|
|
|
headingFontWeight="medium"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<ReactLenis root>
|
|
|
|
<ReactLenis root>
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
@@ -57,7 +57,7 @@ export default function LandingPage() {
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
<SplitAbout
|
|
|
|
<SplitAbout
|
|
|
|
textboxLayout="split"
|
|
|
|
textboxLayout="split"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
title="Your Vision, Our Passion"
|
|
|
|
title="Your Vision, Our Passion"
|
|
|
|
description="At Everlasting Nuptials, we believe every love story deserves a unique and breathtaking celebration. Our team of expert planners brings creativity, precision, and a calm presence to ensure your wedding experience is nothing short of magical."
|
|
|
|
description="At Everlasting Nuptials, we believe every love story deserves a unique and breathtaking celebration. Our team of expert planners brings creativity, precision, and a calm presence to ensure your wedding experience is nothing short of magical."
|
|
|
|
bulletPoints={[
|
|
|
|
bulletPoints={[
|
|
|
|
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
|
|
|
animationType="slide-up"
|
|
|
|
animationType="slide-up"
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
features={[
|
|
|
|
features={[
|
|
|
|
{ title: "Full-Service Planning", description: "From concept to the final dance, we manage every detail.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wedding-planning-resources-arrangement_23-2150279504.jpg", imageAlt: "wedding timeline planner document" },
|
|
|
|
{ title: "Full-Service Planning", description: "From concept to the final dance, we manage every detail.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wedding-planning-resources-arrangement_23-2150279504.jpg", imageAlt: "wedding timeline planner document" },
|
|
|
|
{ title: "Vendor Coordination", description: "Curated selection and seamless communication with top-tier vendors.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-ring-laptop-copy-space_23-2148652068.jpg", imageAlt: "wedding vendor communication tool" },
|
|
|
|
{ title: "Vendor Coordination", description: "Curated selection and seamless communication with top-tier vendors.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-ring-laptop-copy-space_23-2148652068.jpg", imageAlt: "wedding vendor communication tool" },
|
|
|
|
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<TestimonialCardTen
|
|
|
|
<TestimonialCardTen
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
testimonials={[
|
|
|
|
testimonials={[
|
|
|
|
{ id: "1", title: "Dream Come True", quote: "They made our wedding vision a reality beyond our expectations!", name: "Sarah & Tom", role: "Newlyweds", imageSrc: "http://img.b2bpic.net/free-photo/pretty-lady-long-white-dress-holding-decoration-smiling-daytime_176474-7211.jpg" },
|
|
|
|
{ id: "1", title: "Dream Come True", quote: "They made our wedding vision a reality beyond our expectations!", name: "Sarah & Tom", role: "Newlyweds", imageSrc: "http://img.b2bpic.net/free-photo/pretty-lady-long-white-dress-holding-decoration-smiling-daytime_176474-7211.jpg" },
|
|
|
|
{ id: "2", title: "Stress-Free Day", quote: "We were able to enjoy our day knowing every detail was handled perfectly.", name: "Michael Chen", role: "Groom", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-groom-smiling-holding-bridal-bouquet_176420-1139.jpg" },
|
|
|
|
{ id: "2", title: "Stress-Free Day", quote: "We were able to enjoy our day knowing every detail was handled perfectly.", name: "Michael Chen", role: "Groom", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-groom-smiling-holding-bridal-bouquet_176420-1139.jpg" },
|
|
|
|
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<ContactCTA
|
|
|
|
<ContactCTA
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
tag="Let's Connect"
|
|
|
|
tag="Let's Connect"
|
|
|
|
title="Begin Your Planning Journey"
|
|
|
|
title="Begin Your Planning Journey"
|
|
|
|
|