Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 23:44:23 +00:00

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="compact"
sizing="medium"
background="noise"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -39,7 +39,7 @@ export default function LandingPage() {
<HeroBillboardGallery
title="Professional Sealing Services for O'Fallon"
description="Protect and preserve your concrete and asphalt surfaces with expert sealing solutions from Sarabia Sealing. Serving O'Fallon, IL with quality workmanship and lasting results."
background={{ variant: "noise" }}
background={{ variant: "radial-gradient" }}
tag="Quality Assured"
tagIcon={Shield}
tagAnimation="slide-up"
@@ -49,9 +49,9 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/funny-kid-rain-boots-playing-rain-park_1157-37673.jpg?_wi=1", imageAlt: "concrete sealing driveway sealing professional construction asphalt maintenance" },
{ imageSrc: "http://img.b2bpic.net/free-photo/funny-kid-rain-boots-playing-rain-park_1157-37673.jpg?_wi=2", imageAlt: "driveway sealing asphalt protection concrete repair surface treatment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-parking-lot-parking-lane-outdoor-public-park_1127-3373.jpg?_wi=1", imageAlt: "parking lot sealing commercial paving asphalt maintenance parking surface" }
{ imageSrc: "http://img.b2bpic.net/free-photo/funny-kid-rain-boots-playing-rain-park_1157-37673.jpg", imageAlt: "concrete sealing driveway sealing professional construction asphalt maintenance" },
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-parking-lot-parking-lane-outdoor-public-park_1127-3373.jpg", imageAlt: "parking lot sealing commercial paving asphalt maintenance parking surface" },
{ imageSrc: "http://img.b2bpic.net/free-photo/funny-kid-rain-boots-playing-rain-park_1157-37673.jpg", imageAlt: "driveway sealing asphalt protection concrete repair surface treatment" }
]}
mediaAnimation="slide-up"
/>
@@ -82,21 +82,20 @@ 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.", imageSrc: "http://img.b2bpic.net/free-photo/funny-kid-rain-boots-playing-rain-park_1157-37673.jpg?_wi=3", imageAlt: "Driveway sealing service"
title: "Driveway Sealing", description: "Professional sealcoating to protect your driveway from UV damage, water infiltration, and harsh weather conditions.", imageSrc: "http://img.b2bpic.net/free-photo/funny-kid-rain-boots-playing-rain-park_1157-37673.jpg", 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.", imageSrc: "http://img.b2bpic.net/free-photo/empty-parking-lot-parking-lane-outdoor-public-park_1127-3373.jpg?_wi=2", imageAlt: "Parking lot maintenance"
title: "Parking Lot Maintenance", description: "Commercial-grade sealing services for parking lots, ensuring longevity and professional appearance for your business.", imageSrc: "http://img.b2bpic.net/free-photo/empty-parking-lot-parking-lane-outdoor-public-park_1127-3373.jpg", imageAlt: "Parking lot maintenance"
},
{
id: 3,
title: "Crack Filling & Repair", description: "Expert crack identification and filling to prevent further damage and maintain surface integrity.", imageSrc: "http://img.b2bpic.net/free-photo/funny-kid-rain-boots-playing-rain-park_1157-37673.jpg?_wi=4", imageAlt: "Crack filling service"
title: "Crack Filling & Repair", description: "Expert crack identification and filling to prevent further damage and maintain surface integrity.", imageSrc: "http://img.b2bpic.net/free-photo/funny-kid-rain-boots-playing-rain-park_1157-37673.jpg", imageAlt: "Crack filling service"
}
]}
textboxLayout="default"
useInvertedBackground={false}
buttonAnimation="slide-up"
mediaAnimation="slide-up"
/>
</div>