From 07c12897aedf21b56f1d0521f1790ff427782919 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 27 Mar 2026 12:21:17 +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 2e152d1..c082ff2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -43,6 +43,10 @@ export default function LandingPage() { }, ]} brandName="Sweet Temptation" + button={{ + text: "Shop Now", + href: "/shop", + }} /> -- 2.49.1 From 117666ad345dabfdb114773871bcfc37c8cca4db Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 12:21:47 +0000 Subject: [PATCH 2/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 88 ++++++------------------------------------ 1 file changed, 11 insertions(+), 77 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c082ff2..e1ffa98 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,28 +25,13 @@ export default function LandingPage() { @@ -56,20 +41,11 @@ export default function LandingPage() { title="Designed for You" description="Sweet Temptation was born from the belief that every woman deserves to feel beautiful in her own skin. We combine premium lace with soft comfort to empower your daily confidence." metrics={[ - { - value: "10k+", - title: "Empowered Women", - }, - { - value: "100%", - title: "Luxury Lace", - }, - { - value: "5/5", - title: "Confidence Score", - }, + { value: "10k+", title: "Empowered Women" }, + { value: "100%", title: "Luxury Lace" }, + { value: "5/5", title: "Confidence Score" } ]} - imageSrc="https://pixabay.com/get/ga46891cd4848f93b629313d5d4cf114ea94698ab05fb0312ba58b6b32abf1c2f2bd97307f923a9ee02ba6e4b403ff1eb3226c6275acb919115260bcd13b88100_1280.jpg?_wi=1" + imageSrc="https://pixabay.com/get/ga46891cd4848f93b629313d5d4cf114ea94698ab05fb0312ba58b6b32abf1c2f2bd97307f923a9ee02ba6e4b403ff1eb3226c6275acb919115260bcd13b88100_1280.jpg" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -83,14 +59,7 @@ export default function LandingPage() { title="Our Impact" description="How we grow together." metrics={[ - { - id: "m1", - value: "50+", - title: "Cities Served", - items: [ - "Globally present", - ], - }, + { id: "m1", value: "50+", title: "Cities Served", items: ["Globally present"] } ]} /> @@ -98,42 +67,7 @@ export default function LandingPage() { -- 2.49.1 From 72f212d2a31614e1b34ae179706411c222632cb1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 12:21:48 +0000 Subject: [PATCH 3/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 75 ++++++---------------------------------- 1 file changed, 10 insertions(+), 65 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 89c6c26..ba11ae4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,24 +25,13 @@ export default function LandingPage() { @@ -52,13 +41,10 @@ export default function LandingPage() { useInvertedBackground={false} title="Common Questions" description="Answers to your queries." - imageSrc="https://pixabay.com/get/ga46891cd4848f93b629313d5d4cf114ea94698ab05fb0312ba58b6b32abf1c2f2bd97307f923a9ee02ba6e4b403ff1eb3226c6275acb919115260bcd13b88100_1280.jpg?_wi=2" + imageSrc="https://pixabay.com/get/ga46891cd4848f93b629313d5d4cf114ea94698ab05fb0312ba58b6b32abf1c2f2bd97307f923a9ee02ba6e4b403ff1eb3226c6275acb919115260bcd13b88100_1280.jpg" + faqsAnimation="slide-up" faqs={[ - { - id: "f1", - title: "Shipping time?", - content: "Typically 3-5 days.", - }, + { id: "f1", title: "Shipping time?", content: "Typically 3-5 days." } ]} /> @@ -72,13 +58,7 @@ export default function LandingPage() { title="Meet Our Founders" description="The heart behind the brand." members={[ - { - id: "p1", - name: "Anna V.", - role: "Designer", - description: "Visionary behind our lace collection.", - imageSrc: "https://pixabay.com/get/gb23b2423bd625e824e3b90e68e9c13b80ba3e5ec98745ccbdcfc3756088753ff01b9a4d70d67c8a8c272195f4243e0f0a9504a94906b49b3a832c96dd2f61ae0_1280.jpg", - }, + { id: "p1", name: "Anna V.", role: "Designer", description: "Visionary behind our lace collection.", imageSrc: "https://pixabay.com/get/gb23b2423bd625e824e3b90e68e9c13b80ba3e5ec98745ccbdcfc3756088753ff01b9a4d70d67c8a8c272195f4243e0f0a9504a94906b49b3a832c96dd2f61ae0_1280.jpg" } ]} /> @@ -86,42 +66,7 @@ export default function LandingPage() { -- 2.49.1 From 6a4bdfe6feab72e433ad4cc9932bd7d67497a4b9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 12:21:48 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 204 +++++------------------------------------------ 1 file changed, 20 insertions(+), 184 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86d038b..cc543f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,46 +29,23 @@ export default function LandingPage() {
@@ -78,41 +55,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Sarah J.", - handle: "@sarahj", - testimonial: "The fit is absolutely perfect, I feel so powerful in these sets!", - imageSrc: "https://pixabay.com/get/g3b9bd88a2e6ca4526a651442817e24df11f42e177f043de0b3370477fa3b187b8ee7ce6c01ba61d7a62d5ab304082a6b799c5fb44cda412a7cc80b8038a10168_1280.jpg?_wi=1", - }, - { - id: "2", - name: "Elena M.", - handle: "@elenam", - testimonial: "Classy, soft, and breathable. My new favorite lingerie.", - imageSrc: "https://pixabay.com/get/gc9fea88e8c023a06651713f1290fb2a35ba69434757b1dc94a81cc436866c04608bfd5931bcfa103661c33e6890b57c11532525a8b496a2b13729eb76254c354_1280.jpg", - }, - { - id: "3", - name: "Chloe B.", - handle: "@chloeb", - testimonial: "Finally found shapewear that doesn't feel like a chore to wear.", - imageSrc: "https://pixabay.com/get/gb27a2a3a181ce012d7b2df1fdc8160e63106abe17bc0d2b41feccad8633b83160caafaf25c32bc533561e7720aded5662b46ba84623f6aad1714ac185dcca724_1280.jpg", - }, - { - id: "4", - name: "Maya K.", - handle: "@mayak", - testimonial: "Empowering, beautiful, and so comfortable. Total game changer.", - imageSrc: "https://pixabay.com/get/g31df9546ecb9f96b16ecb1ee240adcd4a9db6c7f68ef8abd32f9232c30e22eb8fa9bbe2b126a46e8b69e2fea46dadd8b79d4a50b499970a595340dad224c4693_1280.jpg", - }, - { - id: "5", - name: "Jordan R.", - handle: "@jordanr", - testimonial: "Incredible quality. I have never felt more feminine and elegant.", - imageSrc: "https://pixabay.com/get/g3b9bd88a2e6ca4526a651442817e24df11f42e177f043de0b3370477fa3b187b8ee7ce6c01ba61d7a62d5ab304082a6b799c5fb44cda412a7cc80b8038a10168_1280.jpg?_wi=2", - }, + { id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The fit is absolutely perfect, I feel so powerful in these sets!", imageSrc: "https://pixabay.com/get/g3b9bd88a2e6ca4526a651442817e24df11f42e177f043de0b3370477fa3b187b8ee7ce6c01ba61d7a62d5ab304082a6b799c5fb44cda412a7cc80b8038a10168_1280.jpg" }, + { id: "2", name: "Elena M.", handle: "@elenam", testimonial: "Classy, soft, and breathable. My new favorite lingerie.", imageSrc: "https://pixabay.com/get/gc9fea88e8c023a06651713f1290fb2a35ba69434757b1dc94a81cc436866c04608bfd5931bcfa103661c33e6890b57c11532525a8b496a2b13729eb76254c354_1280.jpg" }, + { id: "3", name: "Chloe B.", handle: "@chloeb", testimonial: "Finally found shapewear that doesn't feel like a chore to wear.", imageSrc: "https://pixabay.com/get/gb27a2a3a181ce012d7b2df1fdc8160e63106abe17bc0d2b41feccad8633b83160caafaf25c32bc533561e7720aded5662b46ba84623f6aad1714ac185dcca724_1280.jpg" }, + { id: "4", name: "Maya K.", handle: "@mayak", testimonial: "Empowering, beautiful, and so comfortable. Total game changer.", imageSrc: "https://pixabay.com/get/g31df9546ecb9f96b16ecb1ee240adcd4a9db6c7f68ef8abd32f9232c30e22eb8fa9bbe2b126a46e8b69e2fea46dadd8b79d4a50b499970a595340dad224c4693_1280.jpg" }, + { id: "5", name: "Jordan R.", handle: "@jordanr", testimonial: "Incredible quality. I have never felt more feminine and elegant.", imageSrc: "https://pixabay.com/get/g3b9bd88a2e6ca4526a651442817e24df11f42e177f043de0b3370477fa3b187b8ee7ce6c01ba61d7a62d5ab304082a6b799c5fb44cda412a7cc80b8038a10168_1280.jpg" } ]} title="Loved by You" description="Join thousands of women discovering their inner confidence." @@ -127,38 +74,8 @@ export default function LandingPage() { title="The Sweet Temptation Difference" description="Crafting comfort with uncompromising elegance." features={[ - { - id: "1", - title: "Premium Materials", - description: "Hand-picked lace and silk for a gentle touch.", - media: { - imageSrc: "https://pixabay.com/get/g40845641537a120091bbad3c2c0566a4f1fb9f7fb005600370bb5050d10eea3536f5617d7b0961172d56e255399b4e97325715375439775edda216c781070a0d_1280.jpg?_wi=1", - imageAlt: "Lace detail", - }, - items: [ - { - icon: Heart, - text: "Hypoallergenic", - }, - ], - reverse: false, - }, - { - id: "2", - title: "Perfect Fit", - description: "Ergonomic designs that move with your body.", - media: { - imageSrc: "https://pixabay.com/get/g513375b9e42cd343de3474daaa178852bab8b71f727ecc4f33e1e5a483abd809774ec0c3511c3f125c8cbd31d8675c3fc3b3bf938e6677c6fb018427d75a530f_1280.jpg?_wi=1", - imageAlt: "Fit detail", - }, - items: [ - { - icon: Check, - text: "Tested for comfort", - }, - ], - reverse: true, - }, + { id: "1", title: "Premium Materials", description: "Hand-picked lace and silk for a gentle touch.", media: { imageSrc: "https://pixabay.com/get/g40845641537a120091bbad3c2c0566a4f1fb9f7fb005600370bb5050d10eea3536f5617d7b0961172d56e255399b4e97325715375439775edda216c781070a0d_1280.jpg" }, items: [{ icon: Heart, text: "Hypoallergenic" }], reverse: false }, + { id: "2", title: "Perfect Fit", description: "Ergonomic designs that move with your body.", media: { imageSrc: "https://pixabay.com/get/g513375b9e42cd343de3474daaa178852bab8b71f727ecc4f33e1e5a483abd809774ec0c3511c3f125c8cbd31d8675c3fc3b3bf938e6677c6fb018427d75a530f_1280.jpg" }, items: [{ icon: Check, text: "Tested for comfort" }], reverse: true } ]} /> @@ -171,36 +88,8 @@ export default function LandingPage() { title="Exclusive Sets" description="Choose the perfect collection for your needs." plans={[ - { - id: "starter", - tag: "Essential", - price: "$50", - period: "/month", - description: "Perfect for beginners.", - button: { - text: "Get Started", - }, - featuresTitle: "Included:", - features: [ - "2 Bras", - "3 Panties", - ], - }, - { - id: "luxury", - tag: "Premium", - price: "$120", - period: "/month", - description: "The ultimate experience.", - button: { - text: "Choose Luxury", - }, - featuresTitle: "Included:", - features: [ - "5 Full Sets", - "Priority Shipping", - ], - }, + { id: "starter", tag: "Essential", price: "$50", period: "/month", description: "Perfect for beginners.", button: { text: "Get Started" }, featuresTitle: "Included:", features: ["2 Bras", "3 Panties"] }, + { id: "luxury", tag: "Premium", price: "$120", period: "/month", description: "The ultimate experience.", button: { text: "Choose Luxury" }, featuresTitle: "Included:", features: ["5 Full Sets", "Priority Shipping"] } ]} /> @@ -213,26 +102,8 @@ export default function LandingPage() { title="Style Insights" description="Tips on maintaining your lingerie and feeling confident." blogs={[ - { - id: "1", - category: "Style", - title: "How to care for lace", - excerpt: "Extend the life of your favorite delicates.", - imageSrc: "https://pixabay.com/get/g40845641537a120091bbad3c2c0566a4f1fb9f7fb005600370bb5050d10eea3536f5617d7b0961172d56e255399b4e97325715375439775edda216c781070a0d_1280.jpg?_wi=2", - authorName: "Sweet Team", - authorAvatar: "https://pixabay.com/get/gb23b2423bd625e824e3b90e68e9c13b80ba3e5ec98745ccbdcfc3756088753ff01b9a4d70d67c8a8c272195f4243e0f0a9504a94906b49b3a832c96dd2f61ae0_1280.jpg", - date: "2025-01-01", - }, - { - id: "2", - category: "Confidence", - title: "Feeling empowered daily", - excerpt: "Confidence starts from within.", - imageSrc: "https://pixabay.com/get/g107f66df8b6b9149e40bedbe6dabd693092c0ed975bce96c8d55e0da8c7b93486650bbfcc351e95ddaec151f5be95fbbfaffdc1be91c2f03efb45cef1c77e1b1_1280.jpg?_wi=1", - authorName: "Sweet Team", - authorAvatar: "https://pixabay.com/get/gbdad10ee5f225c13c4106046d070e3fe7c0a2f8d03bc2bde932f876ef22ff53d4c59764663e05aa9dadd642ac6caabcccea36a9902a1b74bbf29b4a2a4643c43_1280.jpg", - date: "2025-01-02", - }, + { id: "1", category: "Style", title: "How to care for lace", excerpt: "Extend the life of your favorite delicates.", imageSrc: "https://pixabay.com/get/g40845641537a120091bbad3c2c0566a4f1fb9f7fb005600370bb5050d10eea3536f5617d7b0961172d56e255399b4e97325715375439775edda216c781070a0d_1280.jpg", authorName: "Sweet Team", authorAvatar: "https://pixabay.com/get/gb23b2423bd625e824e3b90e68e9c13b80ba3e5ec98745ccbdcfc3756088753ff01b9a4d70d67c8a8c272195f4243e0f0a9504a94906b49b3a832c96dd2f61ae0_1280.jpg", date: "2025-01-01" }, + { id: "2", category: "Confidence", title: "Feeling empowered daily", excerpt: "Confidence starts from within.", imageSrc: "https://pixabay.com/get/g107f66df8b6b9149e40bedbe6dabd693092c0ed975bce96c8d55e0da8c7b93486650bbfcc351e95ddaec151f5be95fbbfaffdc1be91c2f03efb45cef1c77e1b1_1280.jpg", authorName: "Sweet Team", authorAvatar: "https://pixabay.com/get/gbdad10ee5f225c13c4106046d070e3fe7c0a2f8d03bc2bde932f876ef22ff53d4c59764663e05aa9dadd642ac6caabcccea36a9902a1b74bbf29b4a2a4643c43_1280.jpg", date: "2025-01-02" } ]} /> @@ -240,42 +111,7 @@ export default function LandingPage() { -- 2.49.1 From fd829c6cf4b0b3013d867c021ff0a46755ff081d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 12:21:49 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 90 ++++++------------------------------------- 1 file changed, 11 insertions(+), 79 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index aa5bf43..6b3b4ee 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -25,24 +25,13 @@ export default function LandingPage() { @@ -50,26 +39,12 @@ export default function LandingPage() { @@ -101,42 +68,7 @@ export default function LandingPage() { -- 2.49.1