diff --git a/src/app/page.tsx b/src/app/page.tsx index 384c99a..391c00e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="largeSmallSizeLargeTitles" - background="circleGradient" + background="aurora" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Get Free Quote", href: "#contact" }, ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/grey-terrazzo-surface-with-colorful-aggregates_84443-73140.jpg" imageAlt="Professional concrete driveway installation" mediaAnimation="slide-up" @@ -66,7 +66,7 @@ export default function LandingPage() { { value: "500+", title: "Projects Completed" }, { value: "15+", title: "Years Experience" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-cement-concrete-floor-with-dry-leaves_23-2148209821.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-cement-concrete-floor-with-dry-leaves_23-2148209821.jpg" imageAlt="Tucson Concrete Pros team at work" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -84,7 +84,7 @@ export default function LandingPage() { textboxLayout="default" features={[ { - title: "Driveway Installation & Repair", description: "Professional driveway construction and repairs. We handle everything from new installations to crack repair and resurfacing.", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702199.jpg?_wi=1", imageAlt: "Concrete driveway service", button: { text: "Learn More", href: "#" }, + title: "Driveway Installation & Repair", description: "Professional driveway construction and repairs. We handle everything from new installations to crack repair and resurfacing.", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702199.jpg", imageAlt: "Concrete driveway service", button: { text: "Learn More", href: "#" }, }, { title: "Patio & Decorative Concrete", description: "Create beautiful outdoor spaces with stamped, stained, or polished concrete. Perfect for patios, pools, and entertaining areas.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-skater-boy_23-2147670725.jpg", imageAlt: "Decorative concrete patio", button: { text: "Learn More", href: "#" }, @@ -93,7 +93,7 @@ export default function LandingPage() { title: "Foundation & Structural Concrete", description: "Strong, reliable concrete foundations for residential and commercial buildings. Built to code with precision and expertise.", imageSrc: "http://img.b2bpic.net/free-photo/construction-workers-are-installing-steel-rods-reinforced-concrete-column_1150-6197.jpg", imageAlt: "Concrete foundation work", button: { text: "Learn More", href: "#" }, }, { - title: "Concrete Repair & Restoration", description: "Expert repair services for damaged concrete surfaces. We restore functionality and appearance to extend service life.", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702199.jpg?_wi=2", imageAlt: "Concrete repair service", button: { text: "Learn More", href: "#" }, + title: "Concrete Repair & Restoration", description: "Expert repair services for damaged concrete surfaces. We restore functionality and appearance to extend service life.", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702199.jpg", imageAlt: "Concrete repair service", button: { text: "Learn More", href: "#" }, }, ]} gridVariant="two-columns-alternating-heights" @@ -113,7 +113,7 @@ export default function LandingPage() { textboxLayout="default" products={[ { - id: "project-residential-driveway", name: "Residential Driveway Renovation", price: "Completed", variant: "East Side Tucson Residence", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cement-concrete-floor-with-dry-leaves_23-2148209821.jpg?_wi=2", imageAlt: "Residential driveway project"}, + id: "project-residential-driveway", name: "Residential Driveway Renovation", price: "Completed", variant: "East Side Tucson Residence", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cement-concrete-floor-with-dry-leaves_23-2148209821.jpg", imageAlt: "Residential driveway project"}, { id: "project-patio-extension", name: "Backyard Patio Extension", price: "Completed", variant: "North Tucson Family Home", imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg", imageAlt: "Patio extension project"}, { @@ -167,7 +167,7 @@ export default function LandingPage() { { text: "Get Free Quote", href: "#" }, { text: "Call Us Now", href: "tel:+15551234567" }, ]} - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} />