From 428615702217091b091dca05d1f11621730c8b42 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 17:10:22 +0000 Subject: [PATCH] Update src/app/shipping/page.tsx --- src/app/shipping/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shipping/page.tsx b/src/app/shipping/page.tsx index b85ed7a..ce5e776 100644 --- a/src/app/shipping/page.tsx +++ b/src/app/shipping/page.tsx @@ -36,9 +36,9 @@ export default function ShippingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { title: "Climate Controlled Transport", description: "Our vehicles are optimized to keep our birds safe and stress-free throughout their entire journey.", imageSrc: "https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05?q=80&w=600" }, - { title: "International Safety Protocols", description: "Strict adherence to global wildlife transit regulations to protect every species we ship.", imageSrc: "https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05?q=80&w=600" }, - { title: "Care Commitment", description: "We work with specialized handlers to ensure a comfortable journey from our facility to your home.", imageSrc: "https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05?q=80&w=600" } + { title: "Climate Controlled Transport", description: "Our vehicles are optimized to keep our birds safe and stress-free throughout their entire journey.", imageSrc: "https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05?q=80&w=600&_wi=1" }, + { title: "International Safety Protocols", description: "Strict adherence to global wildlife transit regulations to protect every species we ship.", imageSrc: "https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05?q=80&w=600&_wi=2" }, + { title: "Care Commitment", description: "We work with specialized handlers to ensure a comfortable journey from our facility to your home.", imageSrc: "https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05?q=80&w=600&_wi=3" } ]} /> -- 2.49.1