diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ca64174..c48834e 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,131 +1,40 @@ -import { StyleProvider } from "@/components/ui/StyleProvider"; -import HeroTiltedCards from "@/components/sections/hero/HeroTiltedCards"; -import AboutMediaOverlay from "@/components/sections/about/AboutMediaOverlay"; -import ProductVariantCards from "@/components/sections/product/ProductVariantCards"; -import FeaturesRevealCards from "@/components/sections/features/FeaturesRevealCards"; -import TeamOverlayCards from "@/components/sections/team/TeamOverlayCards"; -import MetricsIconCards from "@/components/sections/metrics/MetricsIconCards"; -import TestimonialSplitCards from "@/components/sections/testimonial/TestimonialSplitCards"; -import ContactCta from "@/components/sections/contact/ContactCta"; +// 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. -export default function HomePage() { +import { StyleProvider } from "@/components/ui/StyleProvider"; +import React from 'react'; +import HeroSection from './HomePage/sections/Hero'; +import AboutSection from './HomePage/sections/About'; +import PropertiesSection from './HomePage/sections/Properties'; +import ServicesSection from './HomePage/sections/Services'; +import TeamSection from './HomePage/sections/Team'; +import MetricsSection from './HomePage/sections/Metrics'; +import TestimonialsSection from './HomePage/sections/Testimonials'; +import ContactSection from './HomePage/sections/Contact'; + + +import EnquirySection from './HomePage/sections/Enquiry';export default function HomePage(): React.JSX.Element { return ( -
- -
+ -
- -
+ -
- -
+ -
- -
+ -
- -
+ -
- -
+ -
- -
+ + -
- -
+
); -} \ No newline at end of file +} diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx new file mode 100644 index 0000000..a800b27 --- /dev/null +++ b/src/pages/HomePage/sections/About.tsx @@ -0,0 +1,20 @@ +// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this +// file as the canonical source for the "about" section. + +import React from 'react'; +import AboutMediaOverlay from "@/components/sections/about/AboutMediaOverlay"; + +export default function AboutSection(): React.JSX.Element { + return ( +
+ +
+ ); +} diff --git a/src/pages/HomePage/sections/Contact.tsx b/src/pages/HomePage/sections/Contact.tsx new file mode 100644 index 0000000..43e542d --- /dev/null +++ b/src/pages/HomePage/sections/Contact.tsx @@ -0,0 +1,18 @@ +// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this +// file as the canonical source for the "contact" section. + +import React from 'react'; +import ContactCta from "@/components/sections/contact/ContactCta"; + +export default function ContactSection(): React.JSX.Element { + return ( +
+ +
+ ); +} diff --git a/src/pages/HomePage/sections/Enquiry.tsx b/src/pages/HomePage/sections/Enquiry.tsx new file mode 100644 index 0000000..ded36d9 --- /dev/null +++ b/src/pages/HomePage/sections/Enquiry.tsx @@ -0,0 +1,56 @@ +import React from 'react'; +import Button from '@/components/ui/Button'; +import Input from '@/components/ui/Input'; +import Textarea from '@/components/ui/Textarea'; +import Label from '@/components/ui/Label'; +import TextAnimation from '@/components/ui/TextAnimation'; +import ScrollReveal from '@/components/ui/ScrollReveal'; +import Tag from '@/components/ui/Tag'; + +export default function EnquirySection() { + return ( +
+
+
+ + + +

+ Fill out the form below and our team will get back to you shortly to discuss your real estate needs. +

+
+ + +
+
e.preventDefault()}> +
+ + +
+
+ + +
+
+ + +
+
+ +