From cbd619e68ef4234550f11a3ddce954fee2098179 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 27 Mar 2026 12:39:43 +0000 Subject: [PATCH 1/5] Bob AI: fix build error in src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1d21dc6..70c8bc7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -43,6 +43,10 @@ export default function LandingPage() { }, ]} brandName="Veloura Intimates" + button={{ + text: "Shop Now", + href: "/shop", + }} /> -- 2.49.1 From 5c578e9ef263292ff6ead072d6b4751687e8a658 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 12:40:25 +0000 Subject: [PATCH 2/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 85 ++++++------------------------------------ 1 file changed, 11 insertions(+), 74 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 70c8bc7..fc6d85a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,28 +25,13 @@ export default function LandingPage() { @@ -55,7 +40,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Brand Story" description="At Veloura Intimates, we believe in confidence, self-love, and feeling beautiful in your own skin. Our lingerie is designed to empower every body." - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/abstract-artistic-portrait-of-a-woman-lo-1774615126482-6e1c29aa.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/abstract-artistic-portrait-of-a-woman-lo-1774615126482-6e1c29aa.png" /> @@ -68,25 +53,9 @@ export default function LandingPage() { description="Read more about our commitment to luxury." blogs={[ { - id: "b1", - category: "Fashion", - title: "The Art of Silk", - excerpt: "Deep dive into our fabric selection process.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/close-up-detail-shot-of-luxury-black-lac-1774615128953-15fa41f7.png?_wi=4", - authorName: "Veloura Editorial", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/simple-portrait-of-a-woman-1774615123068-615c4327.png", - date: "Oct 2024", - }, + id: "b1", category: "Fashion", title: "The Art of Silk", excerpt: "Deep dive into our fabric selection process.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/close-up-detail-shot-of-luxury-black-lac-1774615128953-15fa41f7.png", authorName: "Veloura Editorial", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/simple-portrait-of-a-woman-1774615123068-615c4327.png", date: "Oct 2024"}, { - id: "b2", - category: "Empowerment", - title: "Confidence Starts Within", - excerpt: "Our brand philosophy explained.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/abstract-artistic-portrait-of-a-woman-lo-1774615126482-6e1c29aa.png?_wi=3", - authorName: "Veloura Editorial", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/simple-portrait-of-a-woman-1774615123045-a110f326.png", - date: "Nov 2024", - }, + id: "b2", category: "Empowerment", title: "Confidence Starts Within", excerpt: "Our brand philosophy explained.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/abstract-artistic-portrait-of-a-woman-lo-1774615126482-6e1c29aa.png", authorName: "Veloura Editorial", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/simple-portrait-of-a-woman-1774615123045-a110f326.png", date: "Nov 2024"}, ]} /> @@ -94,40 +63,8 @@ export default function LandingPage() {