Update src/app/page.tsx

This commit is contained in:
2026-05-08 18:59:04 +00:00
parent 27bac8a42a
commit 0cec07f52c

View File

@@ -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" }
]}
/>
</div>