diff --git a/src/app/page.tsx b/src/app/page.tsx index 393f229..2b9cfd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { ]} brandName="John's Headlight Restorations" button={{ - text: "Get a Free Quote", href: "#contact"}} + text: "Get a Free Quote", href: "#contact"}} /> @@ -122,17 +122,17 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "p1", name: "Standard Clarity Restoration", price: "Starting at $75", variant: "Single Headlight", imageSrc: "http://img.b2bpic.net/free-photo/modern-led-headlight-black-auto_23-2147963034.jpg", imageAlt: "Before and after comparison of a single headlight, showing significant improvement from hazy to clear."}, + id: "p1", name: "Standard Clarity Restoration", price: "Starting at $75", variant: "Single Headlight", imageSrc: "https://images.unsplash.com/photo-1627964654060-911e86a0b2d6?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Close-up of a single headlight after standard clarity restoration, now crystal clear and bright."}, { - id: "p2", name: "Premium Full Restoration", price: "Starting at $140", variant: "Pair of Headlights", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lights-brand-new-car_23-2148510550.jpg", imageAlt: "A pair of headlights, one before restoration (yellowed) and one after (crystal clear)."}, + id: "p2", name: "Premium Full Restoration", price: "Starting at $140", variant: "Pair of Headlights", imageSrc: "https://images.unsplash.com/photo-1582239474987-21a48c48d289?q=80&w=1935&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Front view of a car with both headlights fully restored to pristine, bright condition."}, { - id: "p3", name: "SUV/Truck Headlight Revive", price: "Starting at $160", variant: "Larger Vehicles", imageSrc: "http://img.b2bpic.net/free-photo/closeup-headlights-gray-car_158538-8144.jpg", imageAlt: "Large SUV headlights, showing a dramatic before and after transformation."}, + id: "p3", name: "SUV/Truck Headlight Revive", price: "Starting at $160", variant: "Larger Vehicles", imageSrc: "https://images.unsplash.com/photo-1590740030541-b844f2425026?q=80&w=1935&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "A large SUV headlight after revival service, showcasing improved clarity and shine."}, { - id: "p4", name: "Advanced UV Protection", price: "Add-on $30", variant: "Long-lasting finish", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp_74190-5517.jpg", imageAlt: "A close-up of a perfectly clear headlight with a protective coating applied."}, + id: "p4", name: "Advanced UV Protection", price: "Add-on $30", variant: "Long-lasting finish", imageSrc: "https://images.unsplash.com/photo-1616429532587-8d07f3c4e0b0?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "A freshly restored headlight with advanced UV protection, showing a highly reflective, durable finish."}, { - id: "p5", name: "Headlight Refurbishment", price: "Custom Quote", variant: "Severe Oxidation", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-antique-white-car-headlight_181624-4205.jpg", imageAlt: "Headlights with severe oxidation half-restored, showing the powerful cleaning effect."}, + id: "p5", name: "Headlight Refurbishment", price: "Custom Quote", variant: "Severe Oxidation", imageSrc: "https://images.unsplash.com/photo-158301198647-8a3c870932c0?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "A headlight after full refurbishment from severe oxidation, now perfectly clear and restored."}, { - id: "p6", name: "Fleet Headlight Service", price: "Contact for Quote", variant: "Commercial Vehicles", imageSrc: "http://img.b2bpic.net/free-photo/stylish-headlight-dark-automobile_23-2147963045.jpg", imageAlt: "Multiple commercial vehicle headlights, all professionally restored and shining brightly."}, + id: "p6", name: "Fleet Headlight Service", price: "Contact for Quote", variant: "Commercial Vehicles", imageSrc: "https://images.unsplash.com/photo-1606775791781-80a6b7e2e7c5?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Front of a commercial truck showing its headlights after professional fleet restoration service, shining brightly."}, ]} title="See the Transformation: John's Work" description="Explore my gallery of before-and-after photos, showcasing the dramatic difference my headlight restoration services can make." @@ -264,4 +264,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}