diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ccea95..aea23d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmallSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -46,24 +46,24 @@ export default function LandingPage() { tag="Happy to serve my neighbors" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/factory-worker-standing-metal-platform-industrial-storage-tanks-looking-up-visual-inspection-silos-food-production_342744-450.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/factory-worker-standing-metal-platform-industrial-storage-tanks-looking-up-visual-inspection-silos-food-production_342744-450.jpg" imageAlt="Professional pressure washing in action" imagePosition="right" mediaAnimation="slide-up" testimonials={[ { name: "Mike Johnson", handle: "Local Homeowner", testimonial: "Quality work and affordable pricing. Jack was fast, friendly, and my driveway looks brand new!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "professional portrait adult male smiling" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "professional portrait adult male smiling" }, { name: "Sarah Chen", handle: "Verified Customer", testimonial: "Best pressure washing service in town. Highly recommended to all my neighbors!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-smiling_23-2148352574.jpg?_wi=1", imageAlt: "professional portrait adult female smiling" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-smiling_23-2148352574.jpg", imageAlt: "professional portrait adult female smiling" }, { name: "Robert Martinez", handle: "5-Star Review", testimonial: "Professional, reliable, and the attention to detail is incredible. Will definitely call again!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-posing_23-2148729642.jpg?_wi=1", imageAlt: "professional portrait diverse adult smiling" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-posing_23-2148729642.jpg", imageAlt: "professional portrait diverse adult smiling" } ]} testimonialRotationInterval={5000} @@ -89,23 +89,23 @@ export default function LandingPage() { features={[ { id: 1, - title: "Driveway Washing", description: "Professional driveway cleaning to remove dirt, stains, and buildup. Makes your entrance look fresh and clean.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/plant-park-spring-nature-beautiful_1122-1741.jpg?_wi=1", imageAlt: "clean driveway concrete after pressure washing" }, + title: "Driveway Washing", description: "Professional driveway cleaning to remove dirt, stains, and buildup. Makes your entrance look fresh and clean.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/plant-park-spring-nature-beautiful_1122-1741.jpg", imageAlt: "clean driveway concrete after pressure washing" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/old-cement-wall_1150-8030.jpg", imageAlt: "dirty driveway before professional cleaning" } }, { id: 2, - title: "Patio Cleaning", description: "Transform your outdoor living space. We clean patios, decks, and outdoor furniture to like-new condition.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-watering-plants-hothouse_23-2147778863.jpg?_wi=1", imageAlt: "outdoor patio furniture clean pressure wash" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/plant-park-spring-nature-beautiful_1122-1741.jpg?_wi=2", imageAlt: "clean driveway concrete after pressure washing" } + title: "Patio Cleaning", description: "Transform your outdoor living space. We clean patios, decks, and outdoor furniture to like-new condition.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-watering-plants-hothouse_23-2147778863.jpg", imageAlt: "outdoor patio furniture clean pressure wash" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/plant-park-spring-nature-beautiful_1122-1741.jpg", imageAlt: "clean driveway concrete after pressure washing" } }, { id: 3, - title: "Trash Can Washing", description: "Keep your garbage cans clean and sanitary. Regular washing prevents odors and keeps pests away.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-trash-bags-filled-with-trash-after-cleaning-environment_169016-11808.jpg?_wi=1", imageAlt: "garbage trash can bin cleaning wash" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-watering-plants-hothouse_23-2147778863.jpg?_wi=2", imageAlt: "outdoor patio furniture clean pressure wash" } + title: "Trash Can Washing", description: "Keep your garbage cans clean and sanitary. Regular washing prevents odors and keeps pests away.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-trash-bags-filled-with-trash-after-cleaning-environment_169016-11808.jpg", imageAlt: "garbage trash can bin cleaning wash" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-watering-plants-hothouse_23-2147778863.jpg", imageAlt: "outdoor patio furniture clean pressure wash" } }, { id: 4, title: "Car Wash", description: "Professional car washing service to keep your vehicle clean and protected. Quick, efficient, and affordable.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193168.jpg", imageAlt: "car vehicle pressure washing clean detail" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-trash-bags-filled-with-trash-after-cleaning-environment_169016-11808.jpg?_wi=2", imageAlt: "garbage trash can bin cleaning wash" } + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-trash-bags-filled-with-trash-after-cleaning-environment_169016-11808.jpg", imageAlt: "garbage trash can bin cleaning wash" } } ]} /> @@ -139,15 +139,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Mike Johnson", handle: "Local Homeowner", testimonial: "Jack was professional, friendly, and did an amazing job. My driveway looks brand new. Will definitely call again!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "professional portrait adult male smiling" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "professional portrait adult male smiling" }, { id: "2", name: "Sarah Chen", handle: "Verified Customer", testimonial: "Best pressure washing service in the area. Great price, fast service, and excellent results. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-smiling_23-2148352574.jpg?_wi=2", imageAlt: "professional portrait adult female smiling" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-smiling_23-2148352574.jpg", imageAlt: "professional portrait adult female smiling" }, { id: "3", name: "Robert Martinez", handle: "5-Star Review", testimonial: "Attention to detail is incredible. Jack cleaned our entire exterior and everything looks fantastic. Best investment!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-posing_23-2148729642.jpg?_wi=2", imageAlt: "professional portrait diverse adult smiling" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-posing_23-2148729642.jpg", imageAlt: "professional portrait diverse adult smiling" }, { id: "4", name: "Jennifer Wong", handle: "Happy Customer", testimonial: "Professional, reliable, and honest pricing. Jack is happy to serve neighbors with quality work. Fantastic service!", rating: 5, @@ -164,9 +164,9 @@ export default function LandingPage() { tagAnimation="slide-up" title="Make Your Home Look New Again" description="Contact Jack's Pressure Washing today for a free quote. Call, text, or fill out the form below. We're happy to serve our neighbors with quality and affordable service." - background={{ variant: "grid" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/factory-worker-standing-metal-platform-industrial-storage-tanks-looking-up-visual-inspection-silos-food-production_342744-450.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/factory-worker-standing-metal-platform-industrial-storage-tanks-looking-up-visual-inspection-silos-food-production_342744-450.jpg" imageAlt="Jack's Pressure Washing" mediaPosition="right" mediaAnimation="slide-up"