Update src/app/page.tsx
This commit is contained in:
@@ -14,15 +14,15 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -57,7 +57,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
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."
|
||||
bulletPoints={[
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
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: "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">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
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: "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">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Let's Connect"
|
||||
title="Begin Your Planning Journey"
|
||||
|
||||
Reference in New Issue
Block a user