Update src/app/page.tsx
This commit is contained in:
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
title="Expert Roofing & Waterproofing Solutions"
|
||||
description="Protecting your property with premium roofing services and advanced waterproofing technology. Durable, reliable, and professional."
|
||||
buttons={[{ text: "Get a Quote", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-worker-with-helmet-working-roof_23-2149343663.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-worker-with-helmet-working-roof_23-2149343663.jpg?_wi=1"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-working-roof_23-2149343672.jpg", alt: "Full shot smiley man working on roof" },
|
||||
@@ -79,9 +79,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Roof Installation", description: "High-quality roof installation using durable, weather-resistant materials.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg", imageAlt: "Cheerful middle aged businesswoman" },
|
||||
{ title: "Leak Repair", description: "Swift identification and expert repair of roof and structure leaks.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-worker-with-helmet-working-roof_23-2149343663.jpg", imageAlt: "Worker roof" },
|
||||
{ title: "Waterproofing", description: "Advanced membrane systems to protect your home from moisture damage.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/content-businesswomen-with-digital-tablet_74855-5011.jpg", imageAlt: "Businesswoman" },
|
||||
{ title: "Routine Inspection", description: "Scheduled health checks to ensure your roof remains in perfect condition.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/african-business-lady-standing-grey-background_171337-16083.jpg", imageAlt: "Business lady" },
|
||||
{ title: "Leak Repair", description: "Swift identification and expert repair of roof and structure leaks.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-worker-with-helmet-working-roof_23-2149343663.jpg?_wi=2", imageAlt: "Worker roof" },
|
||||
{ title: "Waterproofing", description: "Advanced membrane systems to protect your home from moisture damage.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/content-businesswomen-with-digital-tablet_74855-5011.jpg?_wi=1", imageAlt: "Businesswoman" },
|
||||
{ title: "Routine Inspection", description: "Scheduled health checks to ensure your roof remains in perfect condition.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/african-business-lady-standing-grey-background_171337-16083.jpg?_wi=1", imageAlt: "Business lady" },
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
description="Comprehensive roofing and waterproofing solutions tailored to your needs."
|
||||
@@ -110,8 +110,8 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "John Doe", role: "Homeowner", company: "Private Residence", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/content-businesswomen-with-digital-tablet_74855-5011.jpg" },
|
||||
{ id: "t2", name: "Jane Smith", role: "Property Manager", company: "RealEstate Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-business-lady-standing-grey-background_171337-16083.jpg" },
|
||||
{ id: "t1", name: "John Doe", role: "Homeowner", company: "Private Residence", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/content-businesswomen-with-digital-tablet_74855-5011.jpg?_wi=2" },
|
||||
{ id: "t2", name: "Jane Smith", role: "Property Manager", company: "RealEstate Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-business-lady-standing-grey-background_171337-16083.jpg?_wi=2" },
|
||||
{ id: "t3", name: "Mike Ross", role: "Facility Lead", company: "TechPark Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smart-asian-engineer-manager-with-safety-uniform-checking-site-construction-with-steel-concrete-structure-background_609648-1336.jpg" },
|
||||
{ id: "t4", name: "Alice Brown", role: "Director", company: "GreenBuilds", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-business-woman-portrait-smiling-face_53876-137693.jpg" },
|
||||
{ id: "t5", name: "Tom Clark", role: "Architect", company: "Modern Designs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg" },
|
||||
|
||||
Reference in New Issue
Block a user