diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c17d16..317e8a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,18 +43,18 @@ export default function LandingPage() { background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/jar-with-fresh-lemonade_23-2148602847.jpg", imageAlt: "Premium INVOLVE WATER bottle" + imageSrc: "http://img.b2bpic.net/free-photo/jar-with-fresh-lemonade_23-2148602847.jpg?_wi=1", imageAlt: "Premium INVOLVE WATER bottle" }, { - imageSrc: "http://img.b2bpic.net/free-photo/glasses-water-with-lemon-slices-table_23-2148863444.jpg", imageAlt: "Luxury water bottle design" + imageSrc: "http://img.b2bpic.net/free-photo/glasses-water-with-lemon-slices-table_23-2148863444.jpg?_wi=1", imageAlt: "Luxury water bottle design" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/transparent-water-bottle-outdoors_23-2151049102.jpg", imageAlt: "Premium water bottle packaging" + imageSrc: "http://img.b2bpic.net/free-photo/transparent-water-bottle-outdoors_23-2151049102.jpg?_wi=1", imageAlt: "Premium water bottle packaging" }, { - imageSrc: "http://img.b2bpic.net/free-photo/jar-with-fresh-lemonade_23-2148602847.jpg", imageAlt: "INVOLVE WATER luxury product" + imageSrc: "http://img.b2bpic.net/free-photo/jar-with-fresh-lemonade_23-2148602847.jpg?_wi=2", imageAlt: "INVOLVE WATER luxury product" } ]} tag="Business Profile" @@ -74,7 +74,7 @@ export default function LandingPage() { tag="About Our Solution" tagIcon={Zap} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/glasses-water-with-lemon-slices-table_23-2148863444.jpg" + imageSrc="http://img.b2bpic.net/free-photo/glasses-water-with-lemon-slices-table_23-2148863444.jpg?_wi=2" imageAlt="Premium branded water bottles" useInvertedBackground={true} buttons={[{ text: "Explore More", href: "#features" }]} @@ -95,7 +95,7 @@ export default function LandingPage() { features={[ { id: "feature-1", title: "Premium Quality", description: "TDS: 50-150 | UV Protected & Ozonated water for optimal freshness", media: { - imageSrc: "http://img.b2bpic.net/free-photo/glasses-water-with-lemon-slices-table_23-2148863444.jpg", imageAlt: "Premium quality water" + imageSrc: "http://img.b2bpic.net/free-photo/glasses-water-with-lemon-slices-table_23-2148863444.jpg?_wi=3", imageAlt: "Premium quality water" }, items: [ { icon: CheckCircle, text: "Pure mineral water" }, @@ -105,7 +105,7 @@ export default function LandingPage() { }, { id: "feature-2", title: "Custom Branding", description: "Your logo, your message, your brand identity on every bottle", media: { - imageSrc: "http://img.b2bpic.net/free-photo/transparent-water-bottle-outdoors_23-2151049102.jpg", imageAlt: "Custom branded water" + imageSrc: "http://img.b2bpic.net/free-photo/transparent-water-bottle-outdoors_23-2151049102.jpg?_wi=2", imageAlt: "Custom branded water" }, items: [ { icon: Sparkles, text: "Luxury packaging" },