diff --git a/src/app/page.tsx b/src/app/page.tsx index 5de2e1c..7184542 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, ]} /> @@ -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." + ]} /> @@ -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() {