From acc929544c13e7f19d70d3b56fd984f9625b44e5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:15:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f07fc9..aef89a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -176,10 +176,10 @@ export default function SiteContent() { "http://img.b2bpic.net/free-photo/high-angle-man-holding-black-condom_23-2148237826.jpg", imageAlt: "Classic Comfort condoms"}, { id: "2", name: "Ultra Thin Sensation", price: "$12.99", imageSrc: - "http://img.b2bpic.net/free-photo/abstract-sexual-health-assortment-with-condom_23-2149101467.jpg?_wi=1", imageAlt: "Ultra Thin Sensation condoms"}, + "http://img.b2bpic.net/free-photo/abstract-sexual-health-assortment-with-condom_23-2149101467.jpg", imageAlt: "Ultra Thin Sensation condoms"}, { id: "3", name: "Premium Pleasure", price: "$14.99", imageSrc: - "http://img.b2bpic.net/free-photo/abstract-sexual-health-assortment-with-condom_23-2149101467.jpg?_wi=2", imageAlt: "Premium Pleasure condoms"}, + "http://img.b2bpic.net/free-photo/abstract-sexual-health-assortment-with-condom_23-2149101467.jpg", imageAlt: "Premium Pleasure condoms"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -204,11 +204,11 @@ export default function SiteContent() { { id: "1", name: "Emma Rodriguez", handle: "@EmmaR", testimonial: "Finally found a product I trust completely. SafeGuard gives me peace of mind without any compromise. Highly recommend!", imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Emma Rodriguez"}, + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Emma Rodriguez"}, { id: "2", name: "James Chen", handle: "@JamesChen88", testimonial: "The quality is unmatched. I've tried other brands, but SafeGuard is in a completely different league. Worth every penny.", imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "James Chen"}, + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "James Chen"}, { id: "3", name: "Sophia Williams", handle: "@SophiaW_", testimonial: "Discrete packaging, fast shipping, and excellent customer service. SafeGuard truly cares about their customers.", imageSrc: @@ -242,8 +242,8 @@ export default function SiteContent() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} - names=[ - "ISO 4267 Certified", "FDA Approved", "Dermatology Tested", "Eco-Certified", "Quality Assured", "Safety Verified", "Health Endorsed"] + names={[ + "ISO 4267 Certified", "FDA Approved", "Dermatology Tested", "Eco-Certified", "Quality Assured", "Safety Verified", "Health Endorsed"]} logos={[ "http://img.b2bpic.net/free-vector/flat-design-medical-label-pack_23-2149078704.jpg", "http://img.b2bpic.net/free-vector/flat-design-compostable-labels-stamps_23-2149396307.jpg", "http://img.b2bpic.net/free-vector/iso-certification-stamp-collection_23-2148681655.jpg", "http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg", "http://img.b2bpic.net/free-vector/gradient-patented-label-collection_23-2149741512.jpg", "http://img.b2bpic.net/free-vector/flat-design-medical-label-collection_23-2149122143.jpg", "http://img.b2bpic.net/free-vector/verified-check-mark-badges_78370-9292.jpg"]} speed={40} -- 2.49.1