Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-17 13:35:14 +00:00

View File

@@ -2,16 +2,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Award, Building2, Heart, Home, Users, Wrench } from "lucide-react";
import { Award, Building2, Heart, Home, Mail, MapPin, Phone, Users, Wrench } from "lucide-react";
export default function LandingPage() {
return (
@@ -51,9 +51,6 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-architecture-building-seoul-city_74190-3346.jpg", imageAlt: "happy diverse family new home" },
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-residential-area-with-houses-along-canal_1308-189700.jpg", imageAlt: "happy diverse family new home" },
{ imageSrc: "http://img.b2bpic.net/free-photo/family-spending-time-together-home_23-2149038324.jpg", imageAlt: "happy diverse family new home" },
{ imageSrc: "http://img.b2bpic.net/free-photo/neighborhood-life-enjoyed-by-group-friends_23-2149402017.jpg", imageAlt: "happy diverse family new home" },
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-young-family-bought-new-house_7861-3097.jpg", imageAlt: "happy diverse family new home" },
{ imageSrc: "http://img.b2bpic.net/free-photo/city_1127-4058.jpg", imageAlt: "happy diverse family new home" },
]}
/>
</div>
@@ -63,7 +60,8 @@ export default function LandingPage() {
useInvertedBackground={true}
title="About Rooftop Housing"
description={[
"For over 25 years, Rooftop Housing Association has been dedicated to providing quality homes and excellent services. Our mission is to support our tenants in thriving communities.", "We focus on sustainable housing solutions, community development, and personalized resident support. We believe everyone deserves a place they can call home."]}
"For over 25 years, Rooftop Housing Association has been dedicated to providing quality homes and excellent services. Our mission is to support our tenants in thriving communities.", "We focus on sustainable housing solutions, community development, and personalized resident support. We believe everyone deserves a place they can call home."
]}
/>
</div>
@@ -106,9 +104,6 @@ export default function LandingPage() {
testimonials={[
{ id: "1", name: "Margaret T.", role: "Resident", company: "Willow Heights", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-enjoying-cup-coffee_23-2148937755.jpg" },
{ id: "2", name: "John D.", role: "Resident", company: "Oak Gardens", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-male-models-posing-outdoor-stairs_23-2148289233.jpg" },
{ id: "3", name: "Sarah P.", role: "Resident", company: "Maple Court", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-girl-sitting-balcony-sipping-coffee-messaging-via-smartphone_1098-20814.jpg" },
{ id: "4", name: "David L.", role: "Resident", company: "Pine Village", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/our-family-is-priority-us_329181-8640.jpg" },
{ id: "5", name: "Elena R.", role: "Resident", company: "Cedar House", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg" },
]}
kpiItems={[{ value: "4.8/5", label: "Average Rating" }, { value: "95%", label: "Reliability" }, { value: "24/7", label: "Support" }]}
title="Resident Stories"
@@ -123,7 +118,6 @@ export default function LandingPage() {
faqs={[
{ id: "f1", title: "How do I apply for housing?", content: "You can fill out our online application form or call our support team for guidance." },
{ id: "f2", title: "How do I report a repair?", content: "Report repairs directly through the tenant portal or via our 24/7 helpline." },
{ id: "f3", title: "What community support is available?", content: "We offer financial advice, employment support, and local activity programs." },
]}
title="Frequently Asked Questions"
description="Common questions about our housing and services."
@@ -132,26 +126,25 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Contact"
useInvertedBackground={false}
background={{ variant: "plain" }}
<ContactSplitForm
title="Get In Touch"
description="Our team is here to assist you with any questions you may have."
imageSrc="http://img.b2bpic.net/free-photo/female-staff-guiding-passengers_107420-85046.jpg"
mediaAnimation="slide-up"
description="Find our corporate office location or contact our dedicated support team using the form below."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "subject", type: "text", placeholder: "Subject" }
]}
textarea={{ name: "message", placeholder: "How can we help you?", rows: 4 }}
buttonText="Submit Enquiry"
mediaPosition="left"
imageSrc="http://img.b2bpic.net/free-photo/map-location-pin-concept_23-2148817757.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{ title: "Services", items: [{ label: "Housing", href: "#services" }, { label: "Repairs", href: "#" }, { label: "Support", href: "#" }] },
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
bottomLeftText="© 2024 Rooftop Housing Association Limited."
bottomRightText="All rights reserved."
<FooterCard
logoText="Rooftop Housing"
copyrightText="© 2025 Rooftop Housing Association Limited. All rights reserved."
/>
</div>
</ReactLenis>