diff --git a/src/app/page.tsx b/src/app/page.tsx index c3beb2a..a1448cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,12 +45,12 @@ export default function PearlCocoaExportsPage() { description="Connecting the world with the finest, ethically-sourced cocoa beans from the heart of Uganda." background={{ variant: "sparkles-gradient" }} carouselItems={[ - { id: "1", imageSrc: "https://images.unsplash.com/photo-1597362925123-77861d3fbac7?auto=format&fit=crop&q=80&w=800" }, - { id: "2", imageSrc: "https://images.unsplash.com/photo-1597362925123-77861d3fbac7?auto=format&fit=crop&q=80&w=800" }, - { id: "3", imageSrc: "https://images.unsplash.com/photo-1597362925123-77861d3fbac7?auto=format&fit=crop&q=80&w=800" }, - { id: "4", imageSrc: "https://images.unsplash.com/photo-1597362925123-77861d3fbac7?auto=format&fit=crop&q=80&w=800" }, - { id: "5", imageSrc: "https://images.unsplash.com/photo-1597362925123-77861d3fbac7?auto=format&fit=crop&q=80&w=800" }, - { id: "6", imageSrc: "https://images.unsplash.com/photo-1597362925123-77861d3fbac7?auto=format&fit=crop&q=80&w=800" } + { id: "1", imageSrc: "https://images.unsplash.com/photo-1597362925123-77861d3fbac7?auto=format&fit=crop&q=80&w=800&_wi=1" }, + { id: "2", imageSrc: "https://images.unsplash.com/photo-1597362925123-77861d3fbac7?auto=format&fit=crop&q=80&w=800&_wi=2" }, + { id: "3", imageSrc: "https://images.unsplash.com/photo-1597362925123-77861d3fbac7?auto=format&fit=crop&q=80&w=800&_wi=3" }, + { id: "4", imageSrc: "https://images.unsplash.com/photo-1597362925123-77861d3fbac7?auto=format&fit=crop&q=80&w=800&_wi=4" }, + { id: "5", imageSrc: "https://images.unsplash.com/photo-1597362925123-77861d3fbac7?auto=format&fit=crop&q=80&w=800&_wi=5" }, + { id: "6", imageSrc: "https://images.unsplash.com/photo-1597362925123-77861d3fbac7?auto=format&fit=crop&q=80&w=800&_wi=6" } ]} />