diff --git a/src/app/page.tsx b/src/app/page.tsx index d7c66c6..b3f9983 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureBento from "@/components/sections/feature/FeatureBento"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import ContactText from "@/components/sections/contact/ContactText"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { CheckCircle, Clock, DollarSign, Droplets, Home, Shield, Wrench } from "lucide-react"; +import { CheckCircle, Clock, DollarSign, Droplets, Home, Shield, Wrench, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -48,7 +48,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/set-architect-tools_93675-132834.jpg", imageAlt: "Professional hardwood flooring installation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-people-watching-smartphone-office_23-2147668943.jpg?_wi=1", imageAlt: "Modern vinyl plank flooring in home"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-people-watching-smartphone-office_23-2147668943.jpg", imageAlt: "Modern vinyl plank flooring in home"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -62,7 +62,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Miguel Flooring", name: "Hardwood Installation", price: "Premium Quality", rating: 5, - reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/young-people-watching-smartphone-office_23-2147668943.jpg?_wi=2", imageAlt: "Beautiful hardwood flooring installation"}, + reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/young-people-watching-smartphone-office_23-2147668943.jpg", imageAlt: "Beautiful hardwood flooring installation"}, { id: "2", brand: "Miguel Flooring", name: "Laminate Flooring", price: "Durable & Affordable", rating: 5, reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/couch-armchair-seen-from-floor_1203-737.jpg", imageAlt: "Laminate floor renovation project"}, @@ -120,13 +120,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Maria Rodriguez", role: "Homeowner", company: "Las Vegas, NV", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Maria Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Maria Rodriguez"}, { id: "2", name: "James Thompson", role: "Property Manager", company: "Downtown Vegas", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", imageAlt: "James Thompson"}, { id: "3", name: "Sarah Chen", role: "Interior Designer", company: "Design Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Sarah Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Chen"}, { id: "4", name: "David Martinez", role: "Business Owner", company: "Commercial Space", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg", imageAlt: "David Martinez"},