From e0223bff45be94aed09abc01d92f5b405b3cad13 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 27 Mar 2026 12:26:16 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index aeef91b..e35457c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,6 +96,7 @@ export default function LandingPage() {
Date: Fri, 27 Mar 2026 12:26:40 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 186 +++++++++++------------------------------------ 1 file changed, 41 insertions(+), 145 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e35457c..31812e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,41 +47,26 @@ export default function LandingPage() {
@@ -102,29 +79,19 @@ export default function LandingPage() { features={[ { icon: Sparkles, - title: "Luxurious Lace", - description: "Hand-picked French lace for a soft, delicate touch.", - }, + title: "Luxurious Lace", description: "Hand-picked French lace for a soft, delicate touch."}, { icon: Shield, - title: "Perfect Fit", - description: "Engineered for support and all-day comfort.", - }, + title: "Perfect Fit", description: "Engineered for support and all-day comfort."}, { icon: Heart, - title: "Empowering Design", - description: "Styles meant to make you feel truly beautiful.", - }, + title: "Empowering Design", description: "Styles meant to make you feel truly beautiful."}, { icon: Star, - title: "Premium Materials", - description: "Sourced from the finest silk and satin providers.", - }, + title: "Premium Materials", description: "Sourced from the finest silk and satin providers."}, { icon: Zap, - title: "Express Confidence", - description: "Designed to celebrate your natural curves daily.", - }, + title: "Express Confidence", description: "Designed to celebrate your natural curves daily."}, ]} title="Why Choose Sweet Temptation" description="Exquisite quality meets empowering design." @@ -139,32 +106,14 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - brand: "Veloura", - name: "Lace Romance Set", - price: "$85", - rating: 5, - reviewCount: "128", - imageSrc: "https://pixabay.com/get/g99a1c3512ab47d253d94cddf21b44e1d2f1ec9f56fa5365a76af8fc20b7878fc2cef5aaa6d7febd8ec4a99d99370642188da6a73c2b32879e465f6188d027080_1280.jpg", - }, + id: "p1", brand: "Veloura", name: "Lace Romance Set", price: "$85", rating: 5, + reviewCount: "128", imageSrc: "https://pixabay.com/get/g99a1c3512ab47d253d94cddf21b44e1d2f1ec9f56fa5365a76af8fc20b7878fc2cef5aaa6d7febd8ec4a99d99370642188da6a73c2b32879e465f6188d027080_1280.jpg"}, { - id: "p2", - brand: "Veloura", - name: "Seamless Shapewear", - price: "$45", - rating: 4, - reviewCount: "92", - imageSrc: "https://pixabay.com/get/gf9b3d57e551d4020ef765b8233df15fb700361365dfe4b83be9c395ce1bfb9e4dc415d5bee8e2cdd320aaaec823e091d9e039f3ab5e0286fedc57199086785ff_1280.jpg", - }, + id: "p2", brand: "Veloura", name: "Seamless Shapewear", price: "$45", rating: 4, + reviewCount: "92", imageSrc: "https://pixabay.com/get/gf9b3d57e551d4020ef765b8233df15fb700361365dfe4b83be9c395ce1bfb9e4dc415d5bee8e2cdd320aaaec823e091d9e039f3ab5e0286fedc57199086785ff_1280.jpg"}, { - id: "p3", - brand: "Veloura", - name: "Silk Nightwear", - price: "$120", - rating: 5, - reviewCount: "56", - imageSrc: "https://pixabay.com/get/g0309270f0b128432d5603755f1365227b1cb74236da8429bdcba268d3bb10c362207b19664747c6fedce6779b2ca0aac2d72c863eab9f88dec20103bc86bc370_1280.jpg", - }, + id: "p3", brand: "Veloura", name: "Silk Nightwear", price: "$120", rating: 5, + reviewCount: "56", imageSrc: "https://pixabay.com/get/g0309270f0b128432d5603755f1365227b1cb74236da8429bdcba268d3bb10c362207b19664747c6fedce6779b2ca0aac2d72c863eab9f88dec20103bc86bc370_1280.jpg"}, ]} title="Our Signature Collections" description="Timeless intimates for every occasion." @@ -183,44 +132,20 @@ export default function LandingPage() {
@@ -288,37 +196,25 @@ export default function LandingPage() { { items: [ { - label: "Shop All", - href: "#products", - }, + label: "Shop All", href: "#products"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, ], }, { items: [ { - label: "Support", - href: "#faq", - }, + label: "Support", href: "#faq"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}