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() {