diff --git a/src/app/page.tsx b/src/app/page.tsx index aaaf148..744cd68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { description="Small-batch, plant-based bars with transparent ingredients and real results—without harsh detergents." tag="Free shipping over $35" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/composition-bathroom-spa-objects_23-2147999934.jpg" + imageSrc="http://img.b2bpic.net/free-photo/composition-bathroom-spa-objects_23-2147999934.jpg?_wi=1" imageAlt="Organic soap bars on bathroom counter" textPosition="bottom-left" showBlur={true} @@ -109,7 +109,7 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "Oat + Honey (Gentle)", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/natural-beautiful-spa-cosmetics-body-care_169016-5048.jpg", imageAlt: "Oat and Honey soap bar", initialQuantity: 1, + id: "1", name: "Oat + Honey (Gentle)", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/natural-beautiful-spa-cosmetics-body-care_169016-5048.jpg?_wi=1", imageAlt: "Oat and Honey soap bar", initialQuantity: 1, isFavorited: false }, { @@ -117,11 +117,11 @@ export default function LandingPage() { isFavorited: false }, { - id: "3", name: "Lavender + Shea (Calming)", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/colorful-soaps-bouquet-lavender_23-2148317682.jpg", imageAlt: "Lavender and Shea soap bar", initialQuantity: 1, + id: "3", name: "Lavender + Shea (Calming)", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/colorful-soaps-bouquet-lavender_23-2148317682.jpg?_wi=1", imageAlt: "Lavender and Shea soap bar", initialQuantity: 1, isFavorited: false }, { - id: "4", name: "Citrus + Calendula (Brightening)", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/orange-soap-with-fresh-orange-dark-background_1150-45538.jpg", imageAlt: "Citrus and Calendula soap bar", initialQuantity: 1, + id: "4", name: "Citrus + Calendula (Brightening)", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/orange-soap-with-fresh-orange-dark-background_1150-45538.jpg?_wi=1", imageAlt: "Citrus and Calendula soap bar", initialQuantity: 1, isFavorited: false } ]} @@ -140,7 +140,7 @@ export default function LandingPage() { description="The Soap Shop" subdescription="Where wellness meets honesty" icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/composition-bathroom-spa-objects_23-2147999934.jpg" + imageSrc="http://img.b2bpic.net/free-photo/composition-bathroom-spa-objects_23-2147999934.jpg?_wi=2" imageAlt="Soap shop ingredients and products" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -158,15 +158,15 @@ export default function LandingPage() { features={[ { id: "1", title: "No Mystery Blends", tags: ["Transparency", "INCI Listed"], - imageSrc: "http://img.b2bpic.net/free-photo/natural-beautiful-spa-cosmetics-body-care_169016-5048.jpg", imageAlt: "Ingredient list transparency" + imageSrc: "http://img.b2bpic.net/free-photo/natural-beautiful-spa-cosmetics-body-care_169016-5048.jpg?_wi=2", imageAlt: "Ingredient list transparency" }, { id: "2", title: "Gentle Cleansing", tags: ["Skin-Friendly", "No Harsh Detergents"], - imageSrc: "http://img.b2bpic.net/free-photo/colorful-soaps-bouquet-lavender_23-2148317682.jpg", imageAlt: "Gentle soap lather" + imageSrc: "http://img.b2bpic.net/free-photo/colorful-soaps-bouquet-lavender_23-2148317682.jpg?_wi=2", imageAlt: "Gentle soap lather" }, { id: "3", title: "Small-Batch Made", tags: ["Quality Control", "Consistency"], - imageSrc: "http://img.b2bpic.net/free-photo/orange-soap-with-fresh-orange-dark-background_1150-45538.jpg", imageAlt: "Small batch production" + imageSrc: "http://img.b2bpic.net/free-photo/orange-soap-with-fresh-orange-dark-background_1150-45538.jpg?_wi=2", imageAlt: "Small batch production" } ]} animationType="slide-up"