From a31a3f2e24e0c1486bfde10bba5607476cc37428 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:31:26 +0000 Subject: [PATCH] Update src/app/home/page.tsx --- src/app/home/page.tsx | 118 +++++++++--------------------------------- 1 file changed, 25 insertions(+), 93 deletions(-) diff --git a/src/app/home/page.tsx b/src/app/home/page.tsx index 0a31632..189b418 100644 --- a/src/app/home/page.tsx +++ b/src/app/home/page.tsx @@ -21,24 +21,21 @@ export default function HomePage() { const footerColumns = [ { - title: "Experience", - items: [ + title: "Experience", items: [ { label: "The Weekend", href: "#weekend-experience" }, { label: "What This Is", href: "#what-this-is" }, { label: "Pricing", href: "/pricing" }, ], }, { - title: "Access", - items: [ + title: "Access", items: [ { label: "Secure Access", href: "/access" }, { label: "Founding Circle", href: "/founding-circle" }, { label: "Contact", href: "/contact" }, ], }, { - title: "Information", - items: [ + title: "Information", items: [ { label: "Hotel Partners", href: "/hotel" }, { label: "Sponsor Opportunities", href: "/sponsor" }, { label: "Privacy Policy", href: "#" }, @@ -82,9 +79,7 @@ Single Women Deserve Rooms Designed With Them in Mind" buttonAnimation="blur-reveal" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-dress-cafe-with-glass-wine_624325-768.jpg?_wi=2", - imageAlt: "Luxury candlelit dinner setting", - }, + imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-dress-cafe-with-glass-wine_624325-768.jpg", imageAlt: "Luxury candlelit dinner setting"}, ]} mediaAnimation="blur-reveal" /> @@ -94,10 +89,7 @@ Single Women Deserve Rooms Designed With Them in Mind" @@ -204,46 +160,22 @@ Single Women Deserve Rooms Designed With Them in Mind" useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Premium Seating", - role: "Exclusive Positioning", - testimonial: "Reserved placement at the candlelit dinner ensuring optimal connection and presence throughout the evening.", - icon: Crown, + id: "1", name: "Premium Seating", role: "Exclusive Positioning", testimonial: "Reserved placement at the candlelit dinner ensuring optimal connection and presence throughout the evening.", icon: Crown, }, { - id: "2", - name: "Ritual Participation", - role: "Leadership Role", - testimonial: "Anchor the founding circle ritual and be recognized as a founder of this inaugural experience.", - icon: Sparkles, + id: "2", name: "Ritual Participation", role: "Leadership Role", testimonial: "Anchor the founding circle ritual and be recognized as a founder of this inaugural experience.", icon: Sparkles, }, { - id: "3", - name: "Public Acknowledgment", - role: "Optional Recognition", - testimonial: "Choose to be publicly acknowledged as a Founding Circle member on our site and materials.", - icon: Award, + id: "3", name: "Public Acknowledgment", role: "Optional Recognition", testimonial: "Choose to be publicly acknowledged as a Founding Circle member on our site and materials.", icon: Award, }, { - id: "4", - name: "VIP Brunch Seating", - role: "Saturday Priority", - testimonial: "Automatic VIP seating at the Saturday Collective Brunch with premium placement and networking time.", - icon: Heart, + id: "4", name: "VIP Brunch Seating", role: "Saturday Priority", testimonial: "Automatic VIP seating at the Saturday Collective Brunch with premium placement and networking time.", icon: Heart, }, { - id: "5", - name: "2027 Priority Access", - role: "Future Guarantee", - testimonial: "Guaranteed priority access to the 2027 SOLO Woman Weekend before public release.", - icon: Star, + id: "5", name: "2027 Priority Access", role: "Future Guarantee", testimonial: "Guaranteed priority access to the 2027 SOLO Woman Weekend before public release.", icon: Star, }, { - id: "6", - name: "Invitation Code Required", - role: "Exclusive Entry", - testimonial: "Enter your private founding invitation code to unlock early access and secure your place in history.", - icon: Key, + id: "6", name: "Invitation Code Required", role: "Exclusive Entry", testimonial: "Enter your private founding invitation code to unlock early access and secure your place in history.", icon: Key, }, ]} /> -- 2.49.1