diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 82795f8..e79da2f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -43,7 +43,7 @@ export default function ContactPage() { { name: "email", type: "email", placeholder: "Your Email", required: true } ]} textarea={{ name: "message", placeholder: "How can we assist you?", rows: 4, required: true }} - imageSrc="https://pixabay.com/get/g62de9503562c32fa90ab10bd03b29dc106c287bcb5447585b64b28d481fbf4917927e7183c1bd40e9c288a25dbc745647cc1f90292eed5bb31f64a1d192d02df_1280.jpg" + imageSrc="https://pixabay.com/get/g62de9503562c32fa90ab10bd03b29dc106c287bcb5447585b64b28d481fbf4917927e7183c1bd40e9c288a25dbc745647cc1f90292eed5bb31f64a1d192d02df_1280.jpg?_wi=2" imageAlt="elegant woman in lace lingerie luxury" buttonText="Send Message" useInvertedBackground={false} diff --git a/src/app/page.tsx b/src/app/page.tsx index b357ba0..a3faa8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,7 @@ export default function LandingPage() { description="Luxury lingerie designed to make you feel irresistible." buttons={[{ text: "Shop Now", href: "/shop" }]} layoutOrder="default" - imageSrc="https://pixabay.com/get/g62de9503562c32fa90ab10bd03b29dc106c287bcb5447585b64b28d481fbf4917927e7183c1bd40e9c288a25dbc745647cc1f90292eed5bb31f64a1d192d02df_1280.jpg" + imageSrc="https://pixabay.com/get/g62de9503562c32fa90ab10bd03b29dc106c287bcb5447585b64b28d481fbf4917927e7183c1bd40e9c288a25dbc745647cc1f90292eed5bb31f64a1d192d02df_1280.jpg?_wi=1" imageAlt="Model in premium lace lingerie" mediaAnimation="slide-up" background={{ variant: "radial-gradient" }} @@ -55,9 +55,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} products={[ - { id: "p1", name: "Midnight Lace Set", price: "$85.00", variant: "Black", imageSrc: "https://pixabay.com/get/gf646a3804eef9d9f89f4e8086c8d49fcdebcbc3e595629a13db67ecb98251bf0ef59ff042d80404b3e9673d80abed6d4a904350e32fbb7bff22ca730d663ef2e_1280.jpg" }, - { id: "p2", name: "Blush Silk Panty", price: "$35.00", variant: "Pink", imageSrc: "https://pixabay.com/get/g32427c22c1c5cab59559937ce6afc2917405a8354cf46e5e06167f8e04dc73a19bf428d83b754b5fb0881a7689a420a7785572e1b62f276b692a01d0cb1f5688_1280.jpg" }, - { id: "p3", name: "Empower Shapewear", price: "$65.00", variant: "Nude", imageSrc: "https://pixabay.com/get/gbf66679662ec42e923a5e3793e77ac2065f3a0f66533eea852fc0554e83f3619349cc34229eb02d6961a2c3277b81548df923a8e5e2483cb78285becd9aa3160_1280.jpg" } + { id: "p1", name: "Midnight Lace Set", price: "$85.00", variant: "Black", imageSrc: "https://pixabay.com/get/gf646a3804eef9d9f89f4e8086c8d49fcdebcbc3e595629a13db67ecb98251bf0ef59ff042d80404b3e9673d80abed6d4a904350e32fbb7bff22ca730d663ef2e_1280.jpg?_wi=1" }, + { id: "p2", name: "Blush Silk Panty", price: "$35.00", variant: "Pink", imageSrc: "https://pixabay.com/get/g32427c22c1c5cab59559937ce6afc2917405a8354cf46e5e06167f8e04dc73a19bf428d83b754b5fb0881a7689a420a7785572e1b62f276b692a01d0cb1f5688_1280.jpg?_wi=1" }, + { id: "p3", name: "Empower Shapewear", price: "$65.00", variant: "Nude", imageSrc: "https://pixabay.com/get/gbf66679662ec42e923a5e3793e77ac2065f3a0f66533eea852fc0554e83f3619349cc34229eb02d6961a2c3277b81548df923a8e5e2483cb78285becd9aa3160_1280.jpg?_wi=1" } ]} /> diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index c45bc65..3e03f4d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -37,9 +37,9 @@ export default function ShopPage() {