diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 291d8c0..ea797bf 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -59,16 +59,16 @@ export default function AboutPage() { membersAnimation="slide-up" members={[ { - id: "member-1", name: "Alexandre Dubois", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-a-diverse-team--1774391289896-91bd3cc0.png", imageAlt: "Lead Designer Alexandre Dubois" + id: "member-1", name: "Alexandre Dubois", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-a-diverse-team--1774391289896-91bd3cc0.png?_wi=1", imageAlt: "Lead Designer Alexandre Dubois" }, { - id: "member-2", name: "Sophia Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-another-diverse-1774391288834-a8fb0265.png", imageAlt: "Textile Specialist Sophia Rodriguez" + id: "member-2", name: "Sophia Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-another-diverse-1774391288834-a8fb0265.png?_wi=1", imageAlt: "Textile Specialist Sophia Rodriguez" }, { - id: "member-3", name: "Omar Khan", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-a-third-diverse-1774391288586-87babd60.png", imageAlt: "Marketing Director Omar Khan" + id: "member-3", name: "Omar Khan", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-a-third-diverse-1774391288586-87babd60.png?_wi=1", imageAlt: "Marketing Director Omar Khan" }, { - id: "member-4", name: "Isabelle Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-a-fourth-divers-1774391287834-7d7e1a7b.png", imageAlt: "Operations Manager Isabelle Chen" + id: "member-4", name: "Isabelle Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-a-fourth-divers-1774391287834-7d7e1a7b.png?_wi=1", imageAlt: "Operations Manager Isabelle Chen" } ]} memberVariant="card" diff --git a/src/app/page.tsx b/src/app/page.tsx index b14be0e..1036342 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,13 +114,13 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "product-1", name: "Kinetic Apparel Collection", price: "$XXX", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/high-quality-mockup-of-a-custom-designed-1774391288491-cc7c960c.png", imageAlt: "Kinetic Apparel Collection"}, + id: "product-1", name: "Kinetic Apparel Collection", price: "$XXX", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/high-quality-mockup-of-a-custom-designed-1774391288491-cc7c960c.png?_wi=1", imageAlt: "Kinetic Apparel Collection"}, { - id: "product-2", name: "Modular Packaging System", price: "$XXX", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/editorial-shot-of-a-sleek-minimalist-pro-1774391288222-7c2c9af2.png", imageAlt: "Modular Packaging System"}, + id: "product-2", name: "Modular Packaging System", price: "$XXX", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/editorial-shot-of-a-sleek-minimalist-pro-1774391288222-7c2c9af2.png?_wi=1", imageAlt: "Modular Packaging System"}, { - id: "product-3", name: "Adaptive Audio Device", price: "$XXX", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/dynamic-overhead-shot-of-a-custom-design-1774391289478-a673b7b5.png", imageAlt: "Adaptive Audio Device"}, + id: "product-3", name: "Adaptive Audio Device", price: "$XXX", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/dynamic-overhead-shot-of-a-custom-design-1774391289478-a673b7b5.png?_wi=1", imageAlt: "Adaptive Audio Device"}, { - id: "product-4", name: "Veridian Brand Refresh", price: "$XXX", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/close-up-of-a-unique-visual-identity-sys-1774391289018-ecffa2d9.png", imageAlt: "Veridian Brand Refresh"}, + id: "product-4", name: "Veridian Brand Refresh", price: "$XXX", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/close-up-of-a-unique-visual-identity-sys-1774391289018-ecffa2d9.png?_wi=1", imageAlt: "Veridian Brand Refresh"}, ]} title="Featured Experiments" description="A curated selection of our latest projects, pushing boundaries in design and aesthetic innovation." @@ -146,7 +146,7 @@ export default function LandingPage() { { title: "End-to-End Delivery", description: "From initial ideation to final execution, we handle every stage with precision and care."}, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/an-authentic-photo-of-a-modern-industria-1774391289116-71ee3545.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/an-authentic-photo-of-a-modern-industria-1774391289116-71ee3545.png?_wi=1" imageAlt="Authentic design lab workspace in Montreal" mediaAnimation="slide-up" /> @@ -181,7 +181,7 @@ export default function LandingPage() { title: "End-to-End Delivery", description: "From initial ideation to final execution, we handle every stage with precision and care."}, ]} mediaAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/an-authentic-photo-of-a-modern-industria-1774391289116-71ee3545.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/an-authentic-photo-of-a-modern-industria-1774391289116-71ee3545.png?_wi=2" imageAlt="Authentic design lab workspace in Montreal" /> @@ -194,13 +194,13 @@ export default function LandingPage() { membersAnimation="slide-up" members={[ { - id: "member-1", name: "Alexandre Dubois", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-a-diverse-team--1774391289896-91bd3cc0.png", imageAlt: "Alexandre Dubois"}, + id: "member-1", name: "Alexandre Dubois", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-a-diverse-team--1774391289896-91bd3cc0.png?_wi=2", imageAlt: "Alexandre Dubois"}, { - id: "member-2", name: "Sophia Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-another-diverse-1774391288834-a8fb0265.png", imageAlt: "Sophia Rodriguez"}, + id: "member-2", name: "Sophia Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-another-diverse-1774391288834-a8fb0265.png?_wi=2", imageAlt: "Sophia Rodriguez"}, { - id: "member-3", name: "Omar Khan", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-a-third-diverse-1774391288586-87babd60.png", imageAlt: "Omar Khan"}, + id: "member-3", name: "Omar Khan", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-a-third-diverse-1774391288586-87babd60.png?_wi=2", imageAlt: "Omar Khan"}, { - id: "member-4", name: "Isabelle Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-a-fourth-divers-1774391287834-7d7e1a7b.png", imageAlt: "Isabelle Chen"}, + id: "member-4", name: "Isabelle Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-a-fourth-divers-1774391287834-7d7e1a7b.png?_wi=2", imageAlt: "Isabelle Chen"}, ]} memberVariant="card" /> @@ -221,7 +221,7 @@ export default function LandingPage() { title: "End-to-End Delivery", description: "From initial ideation to final execution, we handle every stage with precision and care."}, ]} mediaAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/an-authentic-photo-of-a-modern-industria-1774391289116-71ee3545.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/an-authentic-photo-of-a-modern-industria-1774391289116-71ee3545.png?_wi=3" imageAlt="Authentic design lab workspace in Montreal" /> @@ -258,13 +258,13 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "product-1", name: "Kinetic Apparel Collection", price: "$XXX", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/high-quality-mockup-of-a-custom-designed-1774391288491-cc7c960c.png", imageAlt: "Kinetic Apparel Collection"}, + id: "product-1", name: "Kinetic Apparel Collection", price: "$XXX", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/high-quality-mockup-of-a-custom-designed-1774391288491-cc7c960c.png?_wi=2", imageAlt: "Kinetic Apparel Collection"}, { - id: "product-2", name: "Modular Packaging System", price: "$XXX", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/editorial-shot-of-a-sleek-minimalist-pro-1774391288222-7c2c9af2.png", imageAlt: "Modular Packaging System"}, + id: "product-2", name: "Modular Packaging System", price: "$XXX", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/editorial-shot-of-a-sleek-minimalist-pro-1774391288222-7c2c9af2.png?_wi=2", imageAlt: "Modular Packaging System"}, { - id: "product-3", name: "Adaptive Audio Device", price: "$XXX", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/dynamic-overhead-shot-of-a-custom-design-1774391289478-a673b7b5.png", imageAlt: "Adaptive Audio Device"}, + id: "product-3", name: "Adaptive Audio Device", price: "$XXX", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/dynamic-overhead-shot-of-a-custom-design-1774391289478-a673b7b5.png?_wi=2", imageAlt: "Adaptive Audio Device"}, { - id: "product-4", name: "Veridian Brand Refresh", price: "$XXX", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/close-up-of-a-unique-visual-identity-sys-1774391289018-ecffa2d9.png", imageAlt: "Veridian Brand Refresh"}, + id: "product-4", name: "Veridian Brand Refresh", price: "$XXX", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/close-up-of-a-unique-visual-identity-sys-1774391289018-ecffa2d9.png?_wi=2", imageAlt: "Veridian Brand Refresh"}, ]} title="Featured Experiments" description="A curated selection of our latest projects, pushing boundaries in design and aesthetic innovation." @@ -290,7 +290,7 @@ export default function LandingPage() { { title: "End-to-End Delivery", description: "From initial ideation to final execution, we handle every stage with precision and care."}, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/an-authentic-photo-of-a-modern-industria-1774391289116-71ee3545.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/an-authentic-photo-of-a-modern-industria-1774391289116-71ee3545.png?_wi=4" imageAlt="Authentic design lab workspace in Montreal" mediaAnimation="slide-up" /> diff --git a/src/app/shop/[productId]/page.tsx b/src/app/shop/[productId]/page.tsx index 97c2da4..ba45417 100644 --- a/src/app/shop/[productId]/page.tsx +++ b/src/app/shop/[productId]/page.tsx @@ -13,7 +13,7 @@ export default function ProductDetailPage({ params }: { params: { productId: str // For this template, we'll use placeholder data const productData = { id: productId, - name: "Flux Pullover Hoodie", price: "$90.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/uploaded-1774392275829-515sbofe.jpg", imageAlt: "Flux Pullover Hoodie", description: "Experience unparalleled comfort and style with the Flux Pullover Hoodie. Engineered for modern aesthetics and durability, this hoodie is perfect for any occasion. Designed with a minimalist approach, it integrates seamlessly into your everyday wardrobe.\n\nFabric: Crafted from a premium blend of organic cotton and recycled polyester, offering a soft touch and eco-conscious wear.\nPrint Type: Featuring a subtle, tonal embossed logo on the chest, ensuring a premium feel without overt branding.\nFit Information: A relaxed, oversized fit for maximum comfort, with dropped shoulders and a slightly elongated hem. Available in S, M, L, XL.", sizes: ["Small", "Medium", "Large", "X-Large"] + name: "Flux Pullover Hoodie", price: "$90.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/uploaded-1774392275829-515sbofe.jpg?_wi=2", imageAlt: "Flux Pullover Hoodie", description: "Experience unparalleled comfort and style with the Flux Pullover Hoodie. Engineered for modern aesthetics and durability, this hoodie is perfect for any occasion. Designed with a minimalist approach, it integrates seamlessly into your everyday wardrobe.\n\nFabric: Crafted from a premium blend of organic cotton and recycled polyester, offering a soft touch and eco-conscious wear.\nPrint Type: Featuring a subtle, tonal embossed logo on the chest, ensuring a premium feel without overt branding.\nFit Information: A relaxed, oversized fit for maximum comfort, with dropped shoulders and a slightly elongated hem. Available in S, M, L, XL.", sizes: ["Small", "Medium", "Large", "X-Large"] }; return ( diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index bcd42bb..8d583ea 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -76,7 +76,7 @@ export default function ShopPage() { id: "hoodie-1", name: "Quantum Knit Hoodie", price: "$85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/uploaded-1774392275829-ww1p5ppt.jpg", imageAlt: "Quantum Knit Hoodie", onProductClick: () => console.log("Navigate to /shop/hoodie-1") }, { - id: "hoodie-2", name: "Flux Pullover Hoodie", price: "$90", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/uploaded-1774392275829-515sbofe.jpg", imageAlt: "Flux Pullover Hoodie", onProductClick: () => console.log("Navigate to /shop/hoodie-2") + id: "hoodie-2", name: "Flux Pullover Hoodie", price: "$90", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/uploaded-1774392275829-515sbofe.jpg?_wi=1", imageAlt: "Flux Pullover Hoodie", onProductClick: () => console.log("Navigate to /shop/hoodie-2") } ]} buttons={[