diff --git a/src/app/page.tsx b/src/app/page.tsx index 28adde5..00464c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Building2, Home, ShieldCheck } from "lucide-react"; +import { Building2, Home, ShieldCheck, Mail, Phone, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -186,24 +85,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Roof Repairs", - description: "Quick fix leaks, shingle replacement, and weather-proofing repairs.", - icon: Building2, - }, - { - title: "Full Restoration", - description: "Complete restoration service to extend the lifespan of your existing roof.", - icon: ShieldCheck, - }, - { - title: "Full Replacement", - description: "Professional installation of high-quality new roofing systems.", - icon: Home, - }, + { title: "Roof Repairs", description: "Fixing leaks, replacing damaged shingles, and weather-proofing your roof.", icon: Building2 }, + { title: "Roof Restoration", description: "Extend the lifespan of your existing roof with our proprietary restoration process.", icon: ShieldCheck }, + { title: "Roof Replacement", description: "Complete, professional tear-off and installation of high-quality roofing systems.", icon: Home } ]} title="Professional Roofing Services" - description="Comprehensive solutions tailored to your specific roofing needs." + description="Comprehensive solutions to maintain the integrity and value of your home." /> @@ -215,48 +102,16 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Alice T.", - role: "Homeowner", - company: "Local Area", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-architect-with-blueprints_23-2148269843.jpg", + id: "1", name: "Alice Taylor", role: "Homeowner", company: "Oakwood District", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-architect-with-blueprints_23-2148269843.jpg" }, { - id: "2", - name: "Bob B.", - role: "Property Owner", - company: "Local Area", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571913.jpg", - }, - { - id: "3", - name: "Charlie D.", - role: "Homeowner", - company: "Local Area", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-t-shirt-jacket-cap-looking-amazed-front-view_176474-57861.jpg", - }, - { - id: "4", - name: "Diana K.", - role: "Property Manager", - company: "Local Area", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343713.jpg", - }, - { - id: "5", - name: "Edward F.", - role: "Homeowner", - company: "Local Area", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg", - }, + id: "2", name: "Mark Simmons", role: "Property Investor", company: "City Center", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-t-shirt-jacket-cap-looking-amazed-front-view_176474-57861.jpg" + } ]} - title="What Homeowners Say" - description="Trusted by hundreds of homeowners in the community." + title="Our Happy Customers" + description="DDC Roof Restoration is proud to serve the community with reliable, high-quality roofing solutions." /> @@ -264,24 +119,12 @@ export default function LandingPage() { @@ -289,15 +132,11 @@ export default function LandingPage() {
@@ -306,36 +145,8 @@ export default function LandingPage() {