3 Commits

Author SHA1 Message Date
5f2edcf90e Update src/app/styles/variables.css 2026-04-02 21:25:49 +00:00
42d597ca89 Update src/app/page.tsx 2026-04-02 21:25:48 +00:00
31235dad47 Merge version_1 into main
Merge version_1 into main
2026-04-02 21:24:42 +00:00
2 changed files with 17 additions and 17 deletions

View File

@@ -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"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--background: #fbf2f0;
--card: #f4e9e7;
--foreground: #4a3b38;
--primary-cta: #d66e6e;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta: #e8d6d3;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
--accent: #f7b5b5;
--background-accent: #f2d1d1;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);