diff --git a/src/app/page.tsx b/src/app/page.tsx index 9830329..30eab18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,10 +49,10 @@ export default function LandingPage() { buttons={[{ text: "Get a Free Quote", href: "#contact" }]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149290157.jpg", imageAlt: "Modern residential wood fence" + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149290157.jpg?_wi=1", imageAlt: "Modern residential wood fence" }, { - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149290157.jpg", imageAlt: "Professional backyard fence installation" + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149290157.jpg?_wi=2", imageAlt: "Professional backyard fence installation" } ]} mediaAnimation="slide-up" @@ -97,9 +97,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "prod-1", brand: "Timberline", name: "Cedar Wood Privacy", price: "From $25/ft", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149290157.jpg" }, - { id: "prod-2", brand: "VinylPro", name: "White Picket Vinyl", price: "From $30/ft", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149290157.jpg" }, - { id: "prod-3", brand: "IronGuard", name: "Modern Ornamental Iron", price: "From $45/ft", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149290157.jpg" } + { id: "prod-1", brand: "Timberline", name: "Cedar Wood Privacy", price: "From $25/ft", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149290157.jpg?_wi=3" }, + { id: "prod-2", brand: "VinylPro", name: "White Picket Vinyl", price: "From $30/ft", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149290157.jpg?_wi=4" }, + { id: "prod-3", brand: "IronGuard", name: "Modern Ornamental Iron", price: "From $45/ft", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149290157.jpg?_wi=5" } ]} title="Popular Fencing Styles" description="Explore our most requested fencing solutions tailored for your unique space." @@ -111,11 +111,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "1", title: "Exceptional Service", quote: "They installed a beautiful fence in just two days. Professional and affordable!", name: "Sarah Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_93675-133241.jpg" }, + { id: "1", title: "Exceptional Service", quote: "They installed a beautiful fence in just two days. Professional and affordable!", name: "Sarah Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_93675-133241.jpg?_wi=1" }, { id: "2", title: "Great Quality", quote: "Solid craftsmanship, very impressed with the attention to detail.", name: "Michael Chen", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-his-laughing-daughter-sitting-table_259150-59411.jpg" }, { id: "3", title: "Fair Price", quote: "The most competitive pricing in the area without sacrificing quality.", name: "Emily Rodriguez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-holding-coat-his-shoulder-standing-near-corporate-building_23-2147941464.jpg" }, { id: "4", title: "Professionalism", quote: "The crew was prompt and polite, worked very hard to meet our needs.", name: "David Kim", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-teenage-students_1328-1088.jpg" }, - { id: "5", title: "Highly Recommended", quote: "Best experience I've had with home improvement services. Truly reliable.", name: "Jessica Lee", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_93675-133241.jpg" } + { id: "5", title: "Highly Recommended", quote: "Best experience I've had with home improvement services. Truly reliable.", name: "Jessica Lee", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_93675-133241.jpg?_wi=2" } ]} title="Voices of Satisfied Homeowners" description="See why locals trust us with their properties."