Merge version_3 into main #8

Merged
bender merged 1 commits from version_3 into main 2026-03-04 02:19:44 +00:00

View File

@@ -50,9 +50,9 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=1200&h=800&fit=crop", imageAlt: "Professional driveway sealing showing before and after" },
{ imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=1200&h=800&fit=crop", imageAlt: "Commercial parking lot sealing and maintenance" },
{ imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=1200&h=800&fit=crop", imageAlt: "Expert crack filling and asphalt repair" }
{ imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=1200&h=800&fit=crop&_wi=1", imageAlt: "Professional driveway sealing showing before and after" },
{ imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=1200&h=800&fit=crop&_wi=2", imageAlt: "Commercial parking lot sealing and maintenance" },
{ imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=1200&h=800&fit=crop&_wi=3", imageAlt: "Expert crack filling and asphalt repair" }
]}
mediaAnimation="slide-up"
/>
@@ -96,15 +96,15 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Driveway Sealing", description: "Professional sealcoating to protect your driveway from UV damage, water infiltration, and harsh weather conditions. Extends pavement life by 5-10 years.", imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=600&h=400&fit=crop", imageAlt: "Driveway sealing service"
title: "Driveway Sealing", description: "Professional sealcoating to protect your driveway from UV damage, water infiltration, and harsh weather conditions. Extends pavement life by 5-10 years.", imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=600&h=400&fit=crop&_wi=1", imageAlt: "Driveway sealing service"
},
{
id: 2,
title: "Parking Lot Maintenance", description: "Commercial-grade sealing services for parking lots, ensuring longevity and professional appearance for your business. Includes line striping and repairs.", imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=600&h=400&fit=crop", imageAlt: "Parking lot maintenance"
title: "Parking Lot Maintenance", description: "Commercial-grade sealing services for parking lots, ensuring longevity and professional appearance for your business. Includes line striping and repairs.", imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=600&h=400&fit=crop&_wi=2", imageAlt: "Parking lot maintenance"
},
{
id: 3,
title: "Crack Filling & Repair", description: "Expert crack identification and filling to prevent further damage and maintain surface integrity. Prevents water infiltration and extends surface life.", imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=600&h=400&fit=crop", imageAlt: "Crack filling service"
title: "Crack Filling & Repair", description: "Expert crack identification and filling to prevent further damage and maintain surface integrity. Prevents water infiltration and extends surface life.", imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=600&h=400&fit=crop&_wi=3", imageAlt: "Crack filling service"
}
]}
textboxLayout="default"