From 0ba49a4b5dd19cf1ca6c9530130e4378baa7f4f6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 13:13:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 249 +++++++++++------------------------------------ 1 file changed, 59 insertions(+), 190 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dab25d0..1d29799 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,71 +48,44 @@ export default function LandingPage() {
@@ -144,20 +109,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "100% Bolivar Cotton", - description: "Superior natural fibers for ultimate softness and breathability.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-colorful-fabric-material_23-2148383702.jpg", - }, + title: "100% Bolivar Cotton", description: "Superior natural fibers for ultimate softness and breathability.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-colorful-fabric-material_23-2148383702.jpg"}, { - title: "Anti-Bacterial Protection", - description: "Specially treated fabrics that stay fresh longer and resist odors.", - imageSrc: "http://img.b2bpic.net/free-photo/wardrobe-renovation-winter_23-2149183937.jpg", - }, + title: "Anti-Bacterial Protection", description: "Specially treated fabrics that stay fresh longer and resist odors.", imageSrc: "http://img.b2bpic.net/free-photo/wardrobe-renovation-winter_23-2149183937.jpg"}, { - title: "Lint-Free Fabric", - description: "Advanced weaving technology that prevents pilling and lint build-up.", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-counter_1170-2483.jpg", - }, + title: "Lint-Free Fabric", description: "Advanced weaving technology that prevents pilling and lint build-up.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-counter_1170-2483.jpg"}, ]} title="Why Choose NEFER KA?" description="Technology meets comfort for everyday wear." @@ -167,64 +123,31 @@ export default function LandingPage() {
alert("Opening Add Product form...") } + ]} products={[ { - id: "1", - brand: "NEFER KA", - name: "Essential White Tee", - price: "$45", - rating: 5, - reviewCount: "12", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY7rzFunkBryeTyPNg3oitiDwI/uploaded-1778764194110-rspkmfgb.jpg", - }, + id: "1", brand: "NEFER KA", name: "Essential White Tee", price: "$45", rating: 5, + reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY7rzFunkBryeTyPNg3oitiDwI/uploaded-1778764194110-rspkmfgb.jpg"}, { - id: "2", - brand: "NEFER KA", - name: "Classic Beige Tee", - price: "$45", - rating: 5, - reviewCount: "8", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY7rzFunkBryeTyPNg3oitiDwI/uploaded-1778764194111-dxqgi20n.jpg", - }, + id: "2", brand: "NEFER KA", name: "Classic Beige Tee", price: "$45", rating: 5, + reviewCount: "8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY7rzFunkBryeTyPNg3oitiDwI/uploaded-1778764194111-dxqgi20n.jpg"}, { - id: "3", - brand: "NEFER KA", - name: "Urban Burger Tee", - price: "$45", - rating: 4, - reviewCount: "15", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY7rzFunkBryeTyPNg3oitiDwI/uploaded-1778764194111-mtna7cu9.jpg", - }, + id: "3", brand: "NEFER KA", name: "Urban Burger Tee", price: "$45", rating: 4, + reviewCount: "15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY7rzFunkBryeTyPNg3oitiDwI/uploaded-1778764194111-mtna7cu9.jpg"}, { - id: "4", - brand: "NEFER KA", - name: "Deep Black Tee", - price: "$45", - rating: 5, - reviewCount: "20", - imageSrc: "http://img.b2bpic.net/free-photo/male-teenager-sitting-leaning-grey-wall_23-2148205467.jpg", - }, + id: "4", brand: "NEFER KA", name: "Deep Black Tee", price: "$45", rating: 5, + reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/male-teenager-sitting-leaning-grey-wall_23-2148205467.jpg"}, { - id: "5", - brand: "NEFER KA", - name: "Premium Cotton Shirt", - price: "$55", - rating: 5, - reviewCount: "5", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-posing-outdoors-city_23-2149086952.jpg", - }, + id: "5", brand: "NEFER KA", name: "Premium Cotton Shirt", price: "$55", rating: 5, + reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-posing-outdoors-city_23-2149086952.jpg"}, { - id: "6", - brand: "NEFER KA", - name: "Comfort Fit Polo", - price: "$60", - rating: 4, - reviewCount: "10", - imageSrc: "http://img.b2bpic.net/free-photo/thinking-young-sporty-man-looking-side-wearing-headband-wristband-keeping-hands-waist_141793-56304.jpg", - }, + id: "6", brand: "NEFER KA", name: "Comfort Fit Polo", price: "$60", rating: 4, + reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/thinking-young-sporty-man-looking-side-wearing-headband-wristband-keeping-hands-waist_141793-56304.jpg"}, ]} title="Our Collection" description="Explore our premium selection of essentials." @@ -238,23 +161,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - icon: Award, - title: "Cotton Purity", - value: "100%", - }, + id: "m1", icon: Award, + title: "Cotton Purity", value: "100%"}, { - id: "m2", - icon: Shield, - title: "Lint Protection", - value: "99%", - }, + id: "m2", icon: Shield, + title: "Lint Protection", value: "99%"}, { - id: "m3", - icon: Zap, - title: "Bacteria Defense", - value: "95%", - }, + id: "m3", icon: Zap, + title: "Bacteria Defense", value: "95%"}, ]} title="Our Quality Standards" description="Delivering quality you can feel." @@ -268,40 +182,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Miller", - role: "Customer", - testimonial: "The quality of this cotton is unmatched. So soft!", - imageSrc: "http://img.b2bpic.net/free-photo/young-female-showing-ok-gesture-blouse-skirt-looking-jovial_176474-55604.jpg", - }, + id: "1", name: "Sarah Miller", role: "Customer", testimonial: "The quality of this cotton is unmatched. So soft!", imageSrc: "http://img.b2bpic.net/free-photo/young-female-showing-ok-gesture-blouse-skirt-looking-jovial_176474-55604.jpg"}, { - id: "2", - name: "James Cook", - role: "Customer", - testimonial: "Fits perfectly and the anti-lint property is a game changer.", - imageSrc: "http://img.b2bpic.net/free-photo/no-problem-ok-portrait-joyful-nice-cute-blond-woman-with-blue-eyes-tilting-head-smiling-delighted-as-showing-okay-excellent-gesture-giving-positive-feedback-about-awesome-product_176420-35109.jpg", - }, + id: "2", name: "James Cook", role: "Customer", testimonial: "Fits perfectly and the anti-lint property is a game changer.", imageSrc: "http://img.b2bpic.net/free-photo/no-problem-ok-portrait-joyful-nice-cute-blond-woman-with-blue-eyes-tilting-head-smiling-delighted-as-showing-okay-excellent-gesture-giving-positive-feedback-about-awesome-product_176420-35109.jpg"}, { - id: "3", - name: "Elena Rossi", - role: "Customer", - testimonial: "Love the minimalist designs and the fabric is extremely durable.", - imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", - }, + id: "3", name: "Elena Rossi", role: "Customer", testimonial: "Love the minimalist designs and the fabric is extremely durable.", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg"}, { - id: "4", - name: "Mark D.", - role: "Customer", - testimonial: "Stays fresh all day. Highly recommended for daily wear.", - imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg", - }, + id: "4", name: "Mark D.", role: "Customer", testimonial: "Stays fresh all day. Highly recommended for daily wear.", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg"}, { - id: "5", - name: "Nina L.", - role: "Customer", - testimonial: "Excellent service and superior quality. Will buy more.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-pleased-delighted-female-customer-with-blond-short-hairstyle-satisfied-joyful-grin-showing-okay-gesture-smiling_176420-43666.jpg", - }, + id: "5", name: "Nina L.", role: "Customer", testimonial: "Excellent service and superior quality. Will buy more.", imageSrc: "http://img.b2bpic.net/free-photo/happy-pleased-delighted-female-customer-with-blond-short-hairstyle-satisfied-joyful-grin-showing-okay-gesture-smiling_176420-43666.jpg"}, ]} title="Loved by Customers" description="Join our community of satisfied wearers." @@ -314,20 +203,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "What sizes are available?", - content: "We offer sizes M, L, and XL for all our models.", - }, + id: "q1", title: "What sizes are available?", content: "We offer sizes M, L, and XL for all our models."}, { - id: "q2", - title: "How is the cotton treated?", - content: "We use a proprietary eco-friendly treatment for anti-lint and anti-bacterial protection.", - }, + id: "q2", title: "How is the cotton treated?", content: "We use a proprietary eco-friendly treatment for anti-lint and anti-bacterial protection."}, { - id: "q3", - title: "What is the return policy?", - content: "We offer 30-day hassle-free returns for all unworn products.", - }, + id: "q3", title: "What is the return policy?", content: "We offer 30-day hassle-free returns for all unworn products."}, ]} title="Common Questions" description="Everything you need to know about our products." @@ -339,8 +219,7 @@ export default function LandingPage() {
@@ -350,29 +229,19 @@ export default function LandingPage() { logoText="NEFER KA" columns={[ { - title: "Products", - items: [ + title: "Products", items: [ { - label: "View All", - href: "#products", - }, + label: "View All", href: "#products"}, { - label: "T-Shirts", - href: "#products", - }, + label: "T-Shirts", href: "#products"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} @@ -381,4 +250,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file