diff --git a/src/app/page.tsx b/src/app/page.tsx index 38bc181..65fefc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { ]} enableKpiAnimation={true} buttons={[{ text: "Shop Collection", href: "#products" }]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-gorgeous-girl-lace-dress-bending-backward_7502-9033.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-gorgeous-girl-lace-dress-bending-backward_7502-9033.jpg?_wi=1" imageAlt="Elegance collection" mediaAnimation="blur-reveal" avatars={[ @@ -81,7 +81,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Premium Fabrics", description: "Sourced from the finest natural fibers.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/i-need-write-it-down-until-it-slipped-my-mind-focused-creative-clothes-designer-sitting-workshop-drawing-new-project-garment-she-will-sew-sewing-machine-first-is-plan-action_176420-14584.jpg" }, + title: "Premium Fabrics", description: "Sourced from the finest natural fibers.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/i-need-write-it-down-until-it-slipped-my-mind-focused-creative-clothes-designer-sitting-workshop-drawing-new-project-garment-she-will-sew-sewing-machine-first-is-plan-action_176420-14584.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-tailor-makes-measurements-jeans-with-meter-sewing-workshop_613910-19033.jpg" } }, { @@ -89,7 +89,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/first-some-sketches-must-be-done_329181-13629.jpg" } }, { - title: "Swift Delivery", description: "From our atelier to your doorstep.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448765.jpg" }, + title: "Swift Delivery", description: "From our atelier to your doorstep.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448765.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-looking-camera_23-2148273263.jpg" } } ]} @@ -106,7 +106,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { id: "1", name: "Essential Tee", price: "$45", variant: "Cotton", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448765.jpg" }, + { id: "1", name: "Essential Tee", price: "$45", variant: "Cotton", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448765.jpg?_wi=2" }, { id: "2", name: "Silk Blouse", price: "$120", variant: "Silk", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-with-makeup-elegantly-straightens-her-long-chestnut-hair-with-hand_132075-9063.jpg" }, { id: "3", name: "Classic Denim", price: "$90", variant: "Denim", imageSrc: "http://img.b2bpic.net/free-photo/collection-beige-tone-colored-pants_23-2150773386.jpg" }, { id: "4", name: "Leather Belt", price: "$60", variant: "Leather", imageSrc: "http://img.b2bpic.net/free-photo/view-toilet-bag-products_23-2149879474.jpg" }, @@ -156,11 +156,11 @@ export default function LandingPage() { { id: "p2", title: "Pro", price: "$25", period: "/mo", features: ["Exclusive items", "Free shipping", "Priority support"], button: { text: "Join" }, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-gorgeous-girl-lace-dress-bending-backward_7502-9033.jpg", imageAlt: "fashion studio interior design"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-gorgeous-girl-lace-dress-bending-backward_7502-9033.jpg?_wi=2", imageAlt: "fashion studio interior design"}, { id: "p3", title: "Elite", price: "$50", period: "/mo", features: ["Personal stylist", "Unlimited returns", "VIP access"], button: { text: "Join" }, - imageSrc: "http://img.b2bpic.net/free-photo/i-need-write-it-down-until-it-slipped-my-mind-focused-creative-clothes-designer-sitting-workshop-drawing-new-project-garment-she-will-sew-sewing-machine-first-is-plan-action_176420-14584.jpg", imageAlt: "fashion studio interior design"}, + imageSrc: "http://img.b2bpic.net/free-photo/i-need-write-it-down-until-it-slipped-my-mind-focused-creative-clothes-designer-sitting-workshop-drawing-new-project-garment-she-will-sew-sewing-machine-first-is-plan-action_176420-14584.jpg?_wi=2", imageAlt: "fashion studio interior design"}, ]} title="Membership Plans" description="Unlock exclusive access to early collections."