Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -50,8 +50,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
features={[{ title: "Roofing Systems", description: "Expert design, installation, and replacement of TPO, Metal, Tile, and Shingle roofs.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg" }, { title: "Waterproofing", description: "Protect your building envelope with our advanced, seamless hot and cold applied membranes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxSkc6NOjtry37B1C4CFRgvFWI/uploaded-1777342183296-4zp5q9yi.png" }, { title: "Specialty Roofing", description: "Customized solutions including solar PV panels, green roofs, and custom architectural accents.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxSkc6NOjtry37B1C4CFRgvFWI/uploaded-1777342183296-1dxxnsl3.jpg" }, { title: "Service & Maintenance", description: "Routine inspections and emergency response to maximize roof longevity and save costs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxSkc6NOjtry37B1C4CFRgvFWI/uploaded-1777342183296-bm4u3c7n.jpg" }]}
|
||||
title="Our Roofing Services"
|
||||
features={[{ title: "Roofing Systems", description: "Expert design, installation, and replacement of TPO, Metal, Tile, and Shingle roofs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxSkc6NOjtry37B1C4CFRgvFWI/uploaded-1777342869325-5051aw2c.jpg" }, { title: "Waterproofing", description: "Protect your building envelope with our advanced, seamless hot and cold applied membranes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxSkc6NOjtry37B1C4CFRgvFWI/uploaded-1777342869326-779e1wgg.jpg" }, { title: "Specialty Roofing", description: "Customized solutions including solar PV panels, green roofs, and custom architectural accents.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxSkc6NOjtry37B1C4CFRgvFWI/uploaded-1777342869326-6h83k6gp.jpg" }, { title: "Service & Maintenance", description: "Routine inspections and emergency response to maximize roof longevity and save costs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxSkc6NOjtry37B1C4CFRgvFWI/uploaded-1777342869326-eqm6o3zs.jpg" }]}
|
||||
title="Our Roofing Portfolio"
|
||||
description="Specializing in commercial and residential roofing with 20+ years of experience."
|
||||
/>
|
||||
</div>
|
||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[{ id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg" }, { id: "2", name: "Michael Chen", role: "Property Manager", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg" }, { id: "3", name: "Emily Rodriguez", role: "Director", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" }, { id: "4", name: "David Kim", role: "Project Manager", company: "StartupXYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064880.jpg" }, { id: "5", name: "Lisa Wang", role: "Operations", company: "GlobalTech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-equipment_23-2149366625.jpg" }]}
|
||||
testimonials={[{ id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", testimonial: "Pinnacle A Roofing exceeded all expectations with their professionalism and quality." }, { id: "2", name: "Michael Chen", role: "Property Manager", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg", testimonial: "Fantastic service and quick turnaround times. Highly recommend for any commercial needs." }, { id: "3", name: "Emily Rodriguez", role: "Director", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", testimonial: "Incredible communication and attention to detail throughout the entire project." }, { id: "4", name: "David Kim", role: "Project Manager", company: "StartupXYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064880.jpg", testimonial: "Top-tier roofers! Reliable, efficient, and great value for the quality they provide." }, { id: "5", name: "Lisa Wang", role: "Operations", company: "GlobalTech", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxSkc6NOjtry37B1C4CFRgvFWI/uploaded-1777342869326-uid2d1ls.jpg", testimonial: "Truly a local expert. They solved our waterproofing issue within days!" }]}
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by businesses and residents throughout South Florida."
|
||||
/>
|
||||
@@ -97,4 +97,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user