From 044afd49280635dd603e8226f25df7368639cceb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:15:09 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 45 ++++++++++-------------------------------- 1 file changed, 10 insertions(+), 35 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a183937..2a9baff 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -16,7 +16,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -49,7 +49,7 @@ export default function AboutPage() { { value: "100%", title: "Ethical Production & Fair Wages" }, { value: "50+", title: "Cultural Stories Told Through Fashion" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/industrial-mannequin-drawings_482257-85237.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/industrial-mannequin-drawings_482257-85237.jpg" imageAlt="Beyond The Wall creative studio in Berlin" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -66,22 +66,13 @@ export default function AboutPage() { description="At the heart of Beyond The Wall is a commitment to authenticity, sustainability, and cultural respect. Our values guide every decision we make, from design to production to community engagement." accordionItems={[ { - id: "1", - title: "Authenticity in Representation", - content: "We work directly with Palestinian artists and cultural consultants to ensure every design authentically represents our heritage. No cultural appropriation—only genuine collaboration and celebration.", - }, + id: "1", title: "Authenticity in Representation", content: "We work directly with Palestinian artists and cultural consultants to ensure every design authentically represents our heritage. No cultural appropriation—only genuine collaboration and celebration."}, { - id: "2", - title: "Sustainable & Ethical Practices", - content: "From sourcing materials to manufacturing and shipping, we prioritize environmental responsibility and fair labor standards. Sustainability is not an afterthought; it's foundational to our business model.", - }, + id: "2", title: "Sustainable & Ethical Practices", content: "From sourcing materials to manufacturing and shipping, we prioritize environmental responsibility and fair labor standards. Sustainability is not an afterthought; it's foundational to our business model."}, { - id: "3", - title: "Community First", - content: "A portion of our profits directly supports Palestinian cultural initiatives, educational programs, and grassroots organizations. We measure success not just in sales, but in positive social impact.", - }, + id: "3", title: "Community First", content: "A portion of our profits directly supports Palestinian cultural initiatives, educational programs, and grassroots organizations. We measure success not just in sales, but in positive social impact."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-works-with-sewing-machine-sitting-table_8353-7835.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/woman-works-with-sewing-machine-sitting-table_8353-7835.jpg" imageAlt="Artisan craftsmanship and sustainable production" mediaAnimation="slide-up" tagAnimation="slide-up" @@ -98,29 +89,13 @@ export default function AboutPage() { Date: Mon, 2 Mar 2026 20:15:10 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7620b07..1e5074f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,7 +16,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -45,7 +45,7 @@ export default function ContactPage() { tag="Get In Touch" title="Let's Start a Conversation" description="Have questions about our collections, partnership opportunities, or want to collaborate? We'd love to hear from you. Reach out and join the movement." - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="your@email.com" buttonText="Send Message" @@ -62,22 +62,13 @@ export default function ContactPage() { description="Whether you have a question, suggestion, or just want to say hello, we're here and ready to engage. Choose the way that works best for you." accordionItems={[ { - id: "1", - title: "Email", - content: "Contact us directly at hello@beyondthewall.com. We read every message and respond personally to inquiries.", - }, + id: "1", title: "Email", content: "Contact us directly at hello@beyondthewall.com. We read every message and respond personally to inquiries."}, { - id: "2", - title: "Social Media", - content: "Follow us on Instagram @beyondthewallco for daily inspiration, behind-the-scenes content, and community stories. We engage with our community daily.", - }, + id: "2", title: "Social Media", content: "Follow us on Instagram @beyondthewallco for daily inspiration, behind-the-scenes content, and community stories. We engage with our community daily."}, { - id: "3", - title: "Berlin Studio", - content: "Visit us at our Berlin studio by appointment. Experience our collections in person and meet our creative team. Email to book a studio visit.", - }, + id: "3", title: "Berlin Studio", content: "Visit us at our Berlin studio by appointment. Experience our collections in person and meet our creative team. Email to book a studio visit."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/industrial-mannequin-drawings_482257-85237.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/industrial-mannequin-drawings_482257-85237.jpg" imageAlt="Beyond The Wall Berlin studio" mediaAnimation="slide-up" tagAnimation="slide-up" @@ -99,7 +90,7 @@ export default function ContactPage() { { value: "1000+", title: "Community Members Connected" }, { value: "100%", title: "Transparent & Ethical Operations" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-15655.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-15655.jpg" imageAlt="Community and impact focus" mediaAnimation="slide-up" metricsAnimation="slide-up" From 8ace2d2bd27a5f2d0d4d2b5b31406d4640dde4cc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:15:11 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a882967..0930de3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const montserrat = Montserrat({ - variable: "--font-montserrat", - subsets: ["latin"], + variable: "--font-montserrat", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Beyond The Wall | Cultural Fashion Brand", - description: "Premium fashion brand born in Berlin from Palestinian creativity. Explore bold, minimalist designs celebrating cultural identity, resilience, and freedom.", - keywords: "fashion, cultural brand, Palestinian design, luxury apparel, ethical fashion, identity, social impact", - metadataBase: new URL("https://beyondthewall.com"), + title: "Beyond The Wall | Cultural Fashion Brand", description: "Premium fashion brand born in Berlin from Palestinian creativity. Explore bold, minimalist designs celebrating cultural identity, resilience, and freedom.", keywords: "fashion, cultural brand, Palestinian design, luxury apparel, ethical fashion, identity, social impact", metadataBase: new URL("https://beyondthewall.com"), alternates: { - canonical: "https://beyondthewall.com", - }, + canonical: "https://beyondthewall.com"}, openGraph: { - title: "Beyond The Wall - Breaking Barriers Through Fashion", - description: "A global movement rooted in Palestinian creativity. Fashion as a tool for cultural expression and social change.", - url: "https://beyondthewall.com", - siteName: "Beyond The Wall", - type: "website", - images: [ + title: "Beyond The Wall - Breaking Barriers Through Fashion", description: "A global movement rooted in Palestinian creativity. Fashion as a tool for cultural expression and social change.", url: "https://beyondthewall.com", siteName: "Beyond The Wall", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/game-with-shadows-fashion-portrait-african-american-woman-long-dress-eyeglasses-indoor_627829-5502.jpg", - alt: "Beyond The Wall brand hero", - }, + url: "http://img.b2bpic.net/free-photo/game-with-shadows-fashion-portrait-african-american-woman-long-dress-eyeglasses-indoor_627829-5502.jpg", alt: "Beyond The Wall brand hero"}, ], }, twitter: { - card: "summary_large_image", - title: "Beyond The Wall - Cultural Fashion", - description: "Premium cultural fashion brand celebrating Palestinian heritage and social impact.", - images: ["http://img.b2bpic.net/free-photo/game-with-shadows-fashion-portrait-african-american-woman-long-dress-eyeglasses-indoor_627829-5502.jpg"], + card: "summary_large_image", title: "Beyond The Wall - Cultural Fashion", description: "Premium cultural fashion brand celebrating Palestinian heritage and social impact.", images: ["http://img.b2bpic.net/free-photo/game-with-shadows-fashion-portrait-african-american-woman-long-dress-eyeglasses-indoor_627829-5502.jpg"], }, robots: { index: true, From 419549c992f1e488e1b41ff778d67a4de4b39bde Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:15:11 +0000 Subject: [PATCH 4/6] Update src/app/page.tsx --- src/app/page.tsx | 110 ++++++++--------------------------------------- 1 file changed, 18 insertions(+), 92 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9631038..691da1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -52,13 +52,9 @@ export default function HomePage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/game-with-shadows-fashion-portrait-african-american-woman-long-dress-eyeglasses-indoor_627829-5502.jpg", - imageAlt: "Beyond The Wall flagship collection", - }, + imageSrc: "http://img.b2bpic.net/free-photo/game-with-shadows-fashion-portrait-african-american-woman-long-dress-eyeglasses-indoor_627829-5502.jpg", imageAlt: "Beyond The Wall flagship collection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/decoration-with-sweater-ice-skates-hanger_23-2148350148.jpg", - imageAlt: "Cultural heritage in fashion", - }, + imageSrc: "http://img.b2bpic.net/free-photo/decoration-with-sweater-ice-skates-hanger_23-2148350148.jpg", imageAlt: "Cultural heritage in fashion"}, ]} rating={5} ratingText="Trusted by global change-makers" @@ -81,31 +77,13 @@ export default function HomePage() { tag="Shop Now" products={[ { - id: "1", - name: "Breaking Walls Hoodie", - price: "$89", - variant: "Black 5 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-119757.jpg?_wi=1", - imageAlt: "Breaking Walls premium hoodie collection", - isFavorited: false, + id: "1", name: "Breaking Walls Hoodie", price: "$89", variant: "Black 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-119757.jpg", imageAlt: "Breaking Walls premium hoodie collection", isFavorited: false, }, { - id: "2", - name: "Identity Graphic T-Shirt", - price: "$49", - variant: "Off-White 3 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-os-stylish-woman-sunglasses-walking-street-she-is-wearing-white-tshirt-has-red-lips-looking-down_291650-2102.jpg?_wi=1", - imageAlt: "Identity graphic t-shirt with cultural design", - isFavorited: false, + id: "2", name: "Identity Graphic T-Shirt", price: "$49", variant: "Off-White 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/portrait-os-stylish-woman-sunglasses-walking-street-she-is-wearing-white-tshirt-has-red-lips-looking-down_291650-2102.jpg", imageAlt: "Identity graphic t-shirt with cultural design", isFavorited: false, }, { - id: "3", - name: "Limited Drop: Heritage Series", - price: "$129", - variant: "Olive Green Exclusive", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg?_wi=1", - imageAlt: "Limited edition heritage series collection", - isFavorited: false, + id: "3", name: "Limited Drop: Heritage Series", price: "$129", variant: "Olive Green Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg", imageAlt: "Limited edition heritage series collection", isFavorited: false, }, ]} gridVariant="uniform-all-items-equal" @@ -125,22 +103,13 @@ export default function HomePage() { description="At Beyond The Wall, fashion transcends aesthetics. It's a vehicle for storytelling, cultural preservation, and social transformation. We partner with communities to create lasting impact through ethical production, cultural storytelling, and advocacy." accordionItems={[ { - id: "1", - title: "Cultural Heritage & Storytelling", - content: "Every design draws inspiration from Palestinian art, history, and contemporary culture. We collaborate with local artists to ensure authentic representation and celebrate the richness of our heritage through wearable art.", - }, + id: "1", title: "Cultural Heritage & Storytelling", content: "Every design draws inspiration from Palestinian art, history, and contemporary culture. We collaborate with local artists to ensure authentic representation and celebrate the richness of our heritage through wearable art."}, { - id: "2", - title: "Ethical Production & Fair Wages", - content: "We are committed to transparent, ethical manufacturing practices. Our artisans are paid fair wages, work in safe conditions, and receive recognition for their craft. No compromises on human dignity.", - }, + id: "2", title: "Ethical Production & Fair Wages", content: "We are committed to transparent, ethical manufacturing practices. Our artisans are paid fair wages, work in safe conditions, and receive recognition for their craft. No compromises on human dignity."}, { - id: "3", - title: "Community Investment", - content: "A percentage of every sale supports cultural initiatives, educational programs, and grassroots organizations working toward social justice and cultural preservation.", - }, + id: "3", title: "Community Investment", content: "A percentage of every sale supports cultural initiatives, educational programs, and grassroots organizations working toward social justice and cultural preservation."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-15655.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-15655.jpg" imageAlt="Community impact and cultural collaboration" mediaAnimation="slide-up" tagAnimation="slide-up" @@ -160,38 +129,11 @@ export default function HomePage() { tag="Cultural Storytelling" blogs={[ { - id: "1", - category: "Design Philosophy", - title: "Breaking Barriers: How Fashion Reclaims Identity", - excerpt: "Exploring the intersection of Palestinian heritage and contemporary fashion design. We discuss how cultural identity becomes a radical act of resistance and beauty.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-sitting-table_23-2148975046.jpg?_wi=1", - imageAlt: "Design philosophy and cultural identity", - authorName: "Layla Mansour", - authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - date: "15 Jan 2025", - }, + id: "1", category: "Design Philosophy", title: "Breaking Barriers: How Fashion Reclaims Identity", excerpt: "Exploring the intersection of Palestinian heritage and contemporary fashion design. We discuss how cultural identity becomes a radical act of resistance and beauty.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-sitting-table_23-2148975046.jpg", imageAlt: "Design philosophy and cultural identity", authorName: "Layla Mansour", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "15 Jan 2025"}, { - id: "2", - category: "Collections", - title: "The Heritage Series: A Journey Through Palestinian Art", - excerpt: "Behind the scenes of our limited-edition Heritage Series. Discover the artists, the inspirations, and the meaning woven into every stitch.", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-3400.jpg?_wi=1", - imageAlt: "Heritage series collection inspiration", - authorName: "Rashid Al-Qadri", - authorAvatar: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", - date: "8 Jan 2025", - }, + id: "2", category: "Collections", title: "The Heritage Series: A Journey Through Palestinian Art", excerpt: "Behind the scenes of our limited-edition Heritage Series. Discover the artists, the inspirations, and the meaning woven into every stitch.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-3400.jpg", imageAlt: "Heritage series collection inspiration", authorName: "Rashid Al-Qadri", authorAvatar: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", date: "8 Jan 2025"}, { - id: "3", - category: "Sustainability", - title: "Ethical Fashion is Political: Our Production Story", - excerpt: "Why we choose ethical production over profit margins. A transparent look at how Beyond The Wall builds fashion that respects people and the planet.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-fast-fashion-concept_23-2150805333.jpg?_wi=1", - imageAlt: "Ethical production and sustainability", - authorName: "Noor Khalil", - authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - date: "25 Dec 2024", - }, + id: "3", category: "Sustainability", title: "Ethical Fashion is Political: Our Production Story", excerpt: "Why we choose ethical production over profit margins. A transparent look at how Beyond The Wall builds fashion that respects people and the planet.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-fast-fashion-concept_23-2150805333.jpg", imageAlt: "Ethical production and sustainability", authorName: "Noor Khalil", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "25 Dec 2024"}, ]} animationType="slide-up" textboxLayout="default" @@ -207,29 +149,13 @@ export default function HomePage() { Date: Mon, 2 Mar 2026 20:15:12 +0000 Subject: [PATCH 5/6] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 69 ++++++------------------------------------- 1 file changed, 9 insertions(+), 60 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 9b32fec..3a72ea8 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -16,7 +16,7 @@ export default function ShopPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -47,40 +47,16 @@ export default function ShopPage() { tag="Shop All" products={[ { - id: "1", - name: "Breaking Walls Hoodie", - price: "$89", - variant: "Black 5 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-119757.jpg?_wi=2", - imageAlt: "Breaking Walls premium hoodie collection", - isFavorited: false, + id: "1", name: "Breaking Walls Hoodie", price: "$89", variant: "Black 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-119757.jpg", imageAlt: "Breaking Walls premium hoodie collection", isFavorited: false, }, { - id: "2", - name: "Identity Graphic T-Shirt", - price: "$49", - variant: "Off-White 3 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-os-stylish-woman-sunglasses-walking-street-she-is-wearing-white-tshirt-has-red-lips-looking-down_291650-2102.jpg?_wi=2", - imageAlt: "Identity graphic t-shirt with cultural design", - isFavorited: false, + id: "2", name: "Identity Graphic T-Shirt", price: "$49", variant: "Off-White 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/portrait-os-stylish-woman-sunglasses-walking-street-she-is-wearing-white-tshirt-has-red-lips-looking-down_291650-2102.jpg", imageAlt: "Identity graphic t-shirt with cultural design", isFavorited: false, }, { - id: "3", - name: "Limited Drop: Heritage Series", - price: "$129", - variant: "Olive Green Exclusive", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg?_wi=2", - imageAlt: "Limited edition heritage series collection", - isFavorited: false, + id: "3", name: "Limited Drop: Heritage Series", price: "$129", variant: "Olive Green Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg", imageAlt: "Limited edition heritage series collection", isFavorited: false, }, { - id: "4", - name: "Resistance Track Jacket", - price: "$119", - variant: "Sand 2 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-119757.jpg?_wi=3", - imageAlt: "Resistance track jacket in premium fabric", - isFavorited: false, + id: "4", name: "Resistance Track Jacket", price: "$119", variant: "Sand 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-119757.jpg", imageAlt: "Resistance track jacket in premium fabric", isFavorited: false, }, ]} gridVariant="uniform-all-items-equal" @@ -100,38 +76,11 @@ export default function ShopPage() { tag="Latest Releases" blogs={[ { - id: "1", - category: "New Drop", - title: "Winter Heritage Collection 2025", - excerpt: "Our winter collection celebrates Palestinian winter traditions through contemporary fashion. Limited pieces crafted with premium materials.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-sitting-table_23-2148975046.jpg?_wi=2", - imageAlt: "Winter Heritage Collection 2025", - authorName: "Beyond The Wall", - authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - date: "20 Jan 2025", - }, + id: "1", category: "New Drop", title: "Winter Heritage Collection 2025", excerpt: "Our winter collection celebrates Palestinian winter traditions through contemporary fashion. Limited pieces crafted with premium materials.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-sitting-table_23-2148975046.jpg", imageAlt: "Winter Heritage Collection 2025", authorName: "Beyond The Wall", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "20 Jan 2025"}, { - id: "2", - category: "Collaboration", - title: "Exclusive Collab: Palestinian Artisans Series", - excerpt: "A special collection created in partnership with Palestinian textile artists. Each piece supports local craft communities directly.", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-3400.jpg?_wi=2", - imageAlt: "Palestinian Artisans Series collaboration", - authorName: "Beyond The Wall", - authorAvatar: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", - date: "12 Jan 2025", - }, + id: "2", category: "Collaboration", title: "Exclusive Collab: Palestinian Artisans Series", excerpt: "A special collection created in partnership with Palestinian textile artists. Each piece supports local craft communities directly.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-3400.jpg", imageAlt: "Palestinian Artisans Series collaboration", authorName: "Beyond The Wall", authorAvatar: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", date: "12 Jan 2025"}, { - id: "3", - category: "Restock", - title: "Fan Favorites Back in Stock", - excerpt: "Due to popular demand, we've restocked our bestselling pieces. Get them before they're gone again.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-fast-fashion-concept_23-2150805333.jpg?_wi=2", - imageAlt: "Bestselling pieces back in stock", - authorName: "Beyond The Wall", - authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - date: "5 Jan 2025", - }, + id: "3", category: "Restock", title: "Fan Favorites Back in Stock", excerpt: "Due to popular demand, we've restocked our bestselling pieces. Get them before they're gone again.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-fast-fashion-concept_23-2150805333.jpg", imageAlt: "Bestselling pieces back in stock", authorName: "Beyond The Wall", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "5 Jan 2025"}, ]} animationType="slide-up" textboxLayout="default" @@ -148,7 +97,7 @@ export default function ShopPage() { tag="Exclusive Access" title="Get Early Access to Drops & Exclusive Offers" description="Join our community and receive early notifications for limited drops, exclusive discounts, and behind-the-scenes content from our Berlin studio." - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Get Notified" From 3e4487f4d17a460192b5407598be6f2ca04ba51d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:15:13 +0000 Subject: [PATCH 6/6] Update src/app/stories/page.tsx --- src/app/stories/page.tsx | 65 +++++++--------------------------------- 1 file changed, 10 insertions(+), 55 deletions(-) diff --git a/src/app/stories/page.tsx b/src/app/stories/page.tsx index 46cadd9..e346013 100644 --- a/src/app/stories/page.tsx +++ b/src/app/stories/page.tsx @@ -16,7 +16,7 @@ export default function StoriesPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -47,49 +47,13 @@ export default function StoriesPage() { tag="Cultural Storytelling" blogs={[ { - id: "1", - category: "Design Philosophy", - title: "Breaking Barriers: How Fashion Reclaims Identity", - excerpt: "Exploring the intersection of Palestinian heritage and contemporary fashion design. We discuss how cultural identity becomes a radical act of resistance and beauty.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-sitting-table_23-2148975046.jpg?_wi=3", - imageAlt: "Design philosophy and cultural identity", - authorName: "Layla Mansour", - authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - date: "15 Jan 2025", - }, + id: "1", category: "Design Philosophy", title: "Breaking Barriers: How Fashion Reclaims Identity", excerpt: "Exploring the intersection of Palestinian heritage and contemporary fashion design. We discuss how cultural identity becomes a radical act of resistance and beauty.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-sitting-table_23-2148975046.jpg", imageAlt: "Design philosophy and cultural identity", authorName: "Layla Mansour", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "15 Jan 2025"}, { - id: "2", - category: "Collections", - title: "The Heritage Series: A Journey Through Palestinian Art", - excerpt: "Behind the scenes of our limited-edition Heritage Series. Discover the artists, the inspirations, and the meaning woven into every stitch.", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-3400.jpg?_wi=3", - imageAlt: "Heritage series collection inspiration", - authorName: "Rashid Al-Qadri", - authorAvatar: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", - date: "8 Jan 2025", - }, + id: "2", category: "Collections", title: "The Heritage Series: A Journey Through Palestinian Art", excerpt: "Behind the scenes of our limited-edition Heritage Series. Discover the artists, the inspirations, and the meaning woven into every stitch.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-3400.jpg", imageAlt: "Heritage series collection inspiration", authorName: "Rashid Al-Qadri", authorAvatar: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", date: "8 Jan 2025"}, { - id: "3", - category: "Sustainability", - title: "Ethical Fashion is Political: Our Production Story", - excerpt: "Why we choose ethical production over profit margins. A transparent look at how Beyond The Wall builds fashion that respects people and the planet.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-fast-fashion-concept_23-2150805333.jpg?_wi=3", - imageAlt: "Ethical production and sustainability", - authorName: "Noor Khalil", - authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - date: "25 Dec 2024", - }, + id: "3", category: "Sustainability", title: "Ethical Fashion is Political: Our Production Story", excerpt: "Why we choose ethical production over profit margins. A transparent look at how Beyond The Wall builds fashion that respects people and the planet.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-fast-fashion-concept_23-2150805333.jpg", imageAlt: "Ethical production and sustainability", authorName: "Noor Khalil", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "25 Dec 2024"}, { - id: "4", - category: "Community", - title: "Voices from Our Community: Stories of Change", - excerpt: "Hear from customers and community partners about what Beyond The Wall means to them and how it's impacted their lives.", - imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-15655.jpg?_wi=2", - imageAlt: "Community voices and testimonies", - authorName: "Community Contributors", - authorAvatar: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", - date: "18 Dec 2024", - }, + id: "4", category: "Community", title: "Voices from Our Community: Stories of Change", excerpt: "Hear from customers and community partners about what Beyond The Wall means to them and how it's impacted their lives.", imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-15655.jpg", imageAlt: "Community voices and testimonies", authorName: "Community Contributors", authorAvatar: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", date: "18 Dec 2024"}, ]} animationType="slide-up" textboxLayout="default" @@ -108,22 +72,13 @@ export default function StoriesPage() { description="Follow the creative journey from initial inspiration to final product. Learn how our designers, artists, and production teams collaborate to bring each collection to life." accordionItems={[ { - id: "1", - title: "Design Process & Inspiration", - content: "Every collection starts with cultural research and community conversations. Our design team spends weeks exploring Palestinian art, historical textiles, and contemporary conversations to create designs that authentically represent our heritage.", - }, + id: "1", title: "Design Process & Inspiration", content: "Every collection starts with cultural research and community conversations. Our design team spends weeks exploring Palestinian art, historical textiles, and contemporary conversations to create designs that authentically represent our heritage."}, { - id: "2", - title: "Artist Collaborations", - content: "We partner directly with Palestinian and diaspora artists who bring their unique vision to our collections. These collaborations ensure authentic representation and provide direct income to creative communities.", - }, + id: "2", title: "Artist Collaborations", content: "We partner directly with Palestinian and diaspora artists who bring their unique vision to our collections. These collaborations ensure authentic representation and provide direct income to creative communities."}, { - id: "3", - title: "Ethical Production", - content: "From fabric sourcing to manufacturing, every step is carefully managed to ensure fair wages, safe working conditions, and minimal environmental impact. We maintain full transparency about our supply chain.", - }, + id: "3", title: "Ethical Production", content: "From fabric sourcing to manufacturing, every step is carefully managed to ensure fair wages, safe working conditions, and minimal environmental impact. We maintain full transparency about our supply chain."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-works-with-sewing-machine-sitting-table_8353-7835.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/woman-works-with-sewing-machine-sitting-table_8353-7835.jpg" imageAlt="Behind the scenes production process" mediaAnimation="slide-up" tagAnimation="slide-up" @@ -141,7 +96,7 @@ export default function StoriesPage() { tag="Stay Updated" title="Don't Miss Our Latest Stories" description="Subscribe to our journal for weekly cultural insights, designer interviews, and exclusive behind-the-scenes content delivered to your inbox." - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe"