diff --git a/src/app/page.tsx b/src/app/page.tsx index 1635e89..f397bb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,13 +126,13 @@ export default function SitePage() { features={[ { id: "feature-1", title: "Premium Glass Construction", author: "Dring Together", description: "Crafted from high-grade borosilicate glass, our cups offer superior durability and heat resistance. Each piece is carefully designed to maintain your beverage's perfect temperature while providing an elegant drinking experience.", tags: ["Durable", "Heat Resistant", "Elegant"], - imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646448.jpg", imageAlt: "Premium glass cup showcasing its clarity and craftsmanship"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646448.jpg?_wi=1", imageAlt: "Premium glass cup showcasing its clarity and craftsmanship"}, { id: "feature-2", title: "Ergonomic Design", author: "Dring Together", description: "Our innovative ergonomic grip ensures comfort in every hand. The contoured handle provides a secure hold, making it effortless to carry your favorite hot or cold beverages anywhere.", tags: ["Comfortable", "Secure Grip", "Portable"], - imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-marble-table-with-cinnamon-books-high-quality-photo_114579-67985.jpg", imageAlt: "Hand holding a Dring Together cup with ergonomic grip"}, + imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-marble-table-with-cinnamon-books-high-quality-photo_114579-67985.jpg?_wi=1", imageAlt: "Hand holding a Dring Together cup with ergonomic grip"}, { id: "feature-3", title: "Temperature Control Technology", author: "Dring Together", description: "Advanced double-wall insulation keeps your drinks at the ideal temperature for hours. Whether you're enjoying a steaming latte or refreshing iced tea, every sip remains perfectly balanced.", tags: ["Insulated", "Temperature Control", "Long-lasting"], - imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646448.jpg", imageAlt: "Cup demonstrating temperature control with steam rising from the top"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646448.jpg?_wi=2", imageAlt: "Cup demonstrating temperature control with steam rising from the top"}, ]} animationType="slide-up" title="Why Choose Dring Together Cups?" @@ -153,7 +153,7 @@ export default function SitePage() { { id: "dring-together-premium-glass", name: "Premium Glass Collection", price: "$49.99", variant: "Clear & Frosted", imageSrc: "http://img.b2bpic.net/free-photo/glasses-arrangement-with-ice-cube_23-2148644612.jpg", imageAlt: "Premium Glass Collection cup set"}, { - id: "dring-together-eco-friendly", name: "Eco-Friendly Bamboo", price: "$39.99", variant: "Natural & Sustainable", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-marble-table-with-cinnamon-books-high-quality-photo_114579-67985.jpg", imageAlt: "Eco-Friendly Bamboo cup"}, + id: "dring-together-eco-friendly", name: "Eco-Friendly Bamboo", price: "$39.99", variant: "Natural & Sustainable", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-marble-table-with-cinnamon-books-high-quality-photo_114579-67985.jpg?_wi=2", imageAlt: "Eco-Friendly Bamboo cup"}, { id: "dring-together-thermal-series", name: "Thermal Insulated", price: "$59.99", variant: "Double-Walled Design", imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-cup-top-view_23-2149871691.jpg", imageAlt: "Thermal Insulated cup"}, { @@ -194,13 +194,13 @@ export default function SitePage() { testimonials={[ { id: "testimonial-1", name: "Alex Morgan", handle: "@alexmorgan_coffee", testimonial: "The perfect blend of style and functionality. My morning routine has never felt more luxurious.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-taking-coffee-from-waiter-gesture-thumb-up_114579-92486.jpg", imageAlt: "Alex Morgan holding a Dring Together cup"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-taking-coffee-from-waiter-gesture-thumb-up_114579-92486.jpg?_wi=1", imageAlt: "Alex Morgan holding a Dring Together cup"}, { id: "testimonial-2", name: "Jamie Lee", handle: "@jamieleecollects", testimonial: "I've tried many premium cups, but none match the craftsmanship and aesthetic of Dring Together.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-spending-time-home_23-2149284102.jpg", imageAlt: "Jamie Lee with her collection of Dring Together cups"}, { id: "testimonial-3", name: "Taylor Kim", handle: "@taylorkim_tea", testimonial: "The thermal insulation keeps my drinks at the perfect temperature all day long. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-taking-coffee-from-waiter-gesture-thumb-up_114579-92486.jpg", imageAlt: "Taylor Kim enjoying a hot beverage from a Dring Together cup"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-taking-coffee-from-waiter-gesture-thumb-up_114579-92486.jpg?_wi=2", imageAlt: "Taylor Kim enjoying a hot beverage from a Dring Together cup"}, ]} />