diff --git a/src/app/page.tsx b/src/app/page.tsx index 11ce252..d274026 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -47,16 +47,16 @@ export default function LandingPage() { tag="Your Local Experts" tagIcon={Wrench} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} buttons={[ { text: "Get Free Quote", href: "#contact" }, { text: "Emergency Service", href: "#contact" } ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/long-shot-friends-sitting-outdoors_23-2149085443.jpg?_wi=1", imageAlt: "Modern garage door installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg?_wi=1", imageAlt: "Professional garage door repair" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283219.jpg?_wi=1", imageAlt: "Garage door installation service" } + { imageSrc: "http://img.b2bpic.net/free-photo/long-shot-friends-sitting-outdoors_23-2149085443.jpg", imageAlt: "Modern garage door installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg", imageAlt: "Professional garage door repair" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283219.jpg", imageAlt: "Garage door installation service" } ]} mediaAnimation="slide-up" /> @@ -88,11 +88,11 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Installation", title: "Professional Installation", subtitle: "New garage door systems for your home or business", description: "We install high-quality garage doors from top manufacturers. Our expert technicians ensure proper alignment, balance, and functionality for years of reliable service.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283219.jpg?_wi=2", imageAlt: "Professional garage door installation", buttons: [] + tag: "Installation", title: "Professional Installation", subtitle: "New garage door systems for your home or business", description: "We install high-quality garage doors from top manufacturers. Our expert technicians ensure proper alignment, balance, and functionality for years of reliable service.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283219.jpg", imageAlt: "Professional garage door installation", buttons: [] }, { id: 2, - tag: "Repair", title: "Expert Repair Services", subtitle: "Fix any garage door issue quickly and affordably", description: "From broken springs to faulty openers, we diagnose and repair all garage door problems. 24/7 emergency service available for urgent needs.", imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg?_wi=2", imageAlt: "Garage door repair technician", buttons: [] + tag: "Repair", title: "Expert Repair Services", subtitle: "Fix any garage door issue quickly and affordably", description: "From broken springs to faulty openers, we diagnose and repair all garage door problems. 24/7 emergency service available for urgent needs.", imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg", imageAlt: "Garage door repair technician", buttons: [] }, { id: 3, @@ -111,10 +111,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} products={[ - { id: "1", name: "Free Inspection & Quote", price: "Step 1", imageSrc: "/placeholders/placeholder1.webp?_wi=1" }, - { id: "2", name: "Schedule Service", price: "Step 2", imageSrc: "/placeholders/placeholder1.webp?_wi=2" }, - { id: "3", name: "Professional Service", price: "Step 3", imageSrc: "/placeholders/placeholder1.webp?_wi=3" }, - { id: "4", name: "Quality Guarantee", price: "Step 4", imageSrc: "/placeholders/placeholder1.webp?_wi=4" } + { id: "1", name: "Free Inspection & Quote", price: "Step 1", imageSrc: "/placeholders/placeholder1.webp" }, + { id: "2", name: "Schedule Service", price: "Step 2", imageSrc: "/placeholders/placeholder1.webp" }, + { id: "3", name: "Professional Service", price: "Step 3", imageSrc: "/placeholders/placeholder1.webp" }, + { id: "4", name: "Quality Guarantee", price: "Step 4", imageSrc: "/placeholders/placeholder1.webp" } ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -180,7 +180,7 @@ export default function LandingPage() {