From 6830810765513c8390aa3983abfd75a4e26de0d4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 19 Jun 2026 13:02:24 +0000 Subject: [PATCH] Switch to version 9: modified src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 188 +++++++++++++++++++++++++++++++++++------ 1 file changed, 160 insertions(+), 28 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index e7e4138..08c89d2 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,39 +1,171 @@ -// AUTO-GENERATED shell by per-section-migrate. -// Section bodies live in .//sections/.tsx. Edit the section -// files directly. Non-block content (wrappers, non-inlinable sections) is -// preserved inline; extracted section blocks become refs. +import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay'; +import ContactCta from '@/components/sections/contact/ContactCta'; +import FaqTabbedAccordion from '@/components/sections/faq/FaqTabbedAccordion'; +import FeaturesComparison from '@/components/sections/features/FeaturesComparison'; +import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVerticalMarquee'; +import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; +import TeamListCards from '@/components/sections/team/TeamListCards'; +import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; +import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; -import React from 'react'; -import HeroSection from './HomePage/sections/Hero'; -import AboutSection from './HomePage/sections/About'; -import DetailsSection from './HomePage/sections/Details'; -import MetricsSection from './HomePage/sections/Metrics'; -import TeamSection from './HomePage/sections/Team'; -import TestimonialsSection from './HomePage/sections/Testimonials'; -import FaqSection from './HomePage/sections/Faq'; -import ContactSection from './HomePage/sections/Contact'; - - -{/* webild-stub @2026-06-19T13:01:05.263Z: Update the website sections to include: 1. A hero section featuring a large photograph of Anastasia and Mikhail in the background. 2. A section for the invitation text and the wedding date. 3. A section detailing the wedding venue/location. */} - -export default function HomePage(): React.JSX.Element { +export default function HomePage() { return ( -<> - + <> +
+ + + +
- +
+ + + +
- +
+ + + +
- +
+ + + +
- +
+ + + +
- +
+ + + +
- +
+ + + +
- +
+ + + +
); -} +} \ No newline at end of file