Merge version_1 into main #1
@@ -56,10 +56,10 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "Professional roofing installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg", imageAlt: "Modern residential roof" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg", imageAlt: "Contemporary roof design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Quality roofing finish" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Shingle installation" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=1", imageAlt: "Modern residential roof" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=2", imageAlt: "Contemporary roof design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1", imageAlt: "Quality roofing finish" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2", imageAlt: "Shingle installation" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
id: "3", title: "Inspections & Maintenance", description: "Regular inspections and preventive maintenance to extend your roof's lifespan. Catch problems early and avoid costly repairs down the road.", imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg", imageAlt: "Professional roof inspection"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Emergency Services", description: "Available 24/7 for emergency roof repairs. Storm damage, leaks, or urgent issues are handled immediately to protect your property.", imageSrc: "http://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg", imageAlt: "Emergency roofing response"
|
||||
id: "4", title: "Emergency Services", description: "Available 24/7 for emergency roof repairs. Storm damage, leaks, or urgent issues are handled immediately to protect your property.", imageSrc: "http://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg?_wi=1", imageAlt: "Emergency roofing response"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -111,19 +111,19 @@ export default function LandingPage() {
|
||||
tag="Portfolio"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Modern Shingle Installation", price: "Residential", variant: "2,500 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg", imageAlt: "Modern shingle roof installation"
|
||||
id: "1", name: "Modern Shingle Installation", price: "Residential", variant: "2,500 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=3", imageAlt: "Modern shingle roof installation"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Contemporary Metal Roof", price: "Residential", variant: "3,200 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg", imageAlt: "Contemporary metal roof design"
|
||||
id: "2", name: "Contemporary Metal Roof", price: "Residential", variant: "3,200 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=4", imageAlt: "Contemporary metal roof design"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Premium Asphalt Shingles", price: "Commercial", variant: "5,000 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Premium asphalt shingle finish"
|
||||
id: "3", name: "Premium Asphalt Shingles", price: "Commercial", variant: "5,000 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=3", imageAlt: "Premium asphalt shingle finish"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Architectural Shingles", price: "Residential", variant: "2,800 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Architectural shingle installation"
|
||||
id: "4", name: "Architectural Shingles", price: "Residential", variant: "2,800 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=4", imageAlt: "Architectural shingle installation"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Standing Seam Metal", price: "Commercial", variant: "6,500 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg", imageAlt: "Standing seam metal roof"
|
||||
id: "5", name: "Standing Seam Metal", price: "Commercial", variant: "6,500 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg?_wi=2", imageAlt: "Standing seam metal roof"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -157,16 +157,16 @@ export default function LandingPage() {
|
||||
tag="Testimonials"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "John Martinez", role: "Homeowner", testimonial: "ProRoof replaced our entire roof in record time. The team was professional, clean, and the quality is outstanding. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "John Martinez portrait"
|
||||
id: "1", name: "John Martinez", role: "Homeowner", testimonial: "ProRoof replaced our entire roof in record time. The team was professional, clean, and the quality is outstanding. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=1", imageAlt: "John Martinez portrait"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Anderson", role: "Property Manager", testimonial: "We've used ProRoof for multiple commercial properties. Their emergency response is incredible and their workmanship is top-notch.", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Sarah Anderson portrait"
|
||||
id: "2", name: "Sarah Anderson", role: "Property Manager", testimonial: "We've used ProRoof for multiple commercial properties. Their emergency response is incredible and their workmanship is top-notch.", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1", imageAlt: "Sarah Anderson portrait"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Michael Chen", role: "Homeowner", testimonial: "After a severe storm, ProRoof was there within hours. They assessed the damage professionally and restored our roof beautifully.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "Michael Chen portrait"
|
||||
id: "3", name: "Michael Chen", role: "Homeowner", testimonial: "After a severe storm, ProRoof was there within hours. They assessed the damage professionally and restored our roof beautifully.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=2", imageAlt: "Michael Chen portrait"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Jennifer Thompson", role: "Business Owner", testimonial: "The best roofing company I've worked with. Fair pricing, excellent communication, and they stand behind their work 100%.", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Jennifer Thompson portrait"
|
||||
id: "4", name: "Jennifer Thompson", role: "Business Owner", testimonial: "The best roofing company I've worked with. Fair pricing, excellent communication, and they stand behind their work 100%.", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2", imageAlt: "Jennifer Thompson portrait"
|
||||
},
|
||||
{
|
||||
id: "5", name: "David Rodriguez", role: "Homeowner", testimonial: "Professional, reliable, and honest. They found additional issues during inspection and fixed them without upselling. Truly customer-focused.", icon: Heart
|
||||
|
||||
Reference in New Issue
Block a user