From 5b524708ab36b6a0e6b356f541b4c8b4391ffbdf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 09:07:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 251 ++++++++--------------------------------------- 1 file changed, 41 insertions(+), 210 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b9d2ea..89859c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,105 +28,45 @@ export default function LandingPage() {
@@ -138,18 +78,9 @@ export default function LandingPage() { title="The Jivandhara Promise" description="We believe that skin care should be as pure as the ingredients found in nature. Our mission is to provide effective, ethical, and entirely natural products that enhance your radiance." bulletPoints={[ - { - title: "Sustainably Sourced", - description: "We partner with local farmers who follow organic practices.", - }, - { - title: "Handcrafted Care", - description: "Every product is made in small batches to ensure quality.", - }, - { - title: "No Toxins Ever", - description: "Free from parabens, sulfates, and synthetic fragrances.", - }, + { title: "Sustainably Sourced", description: "We partner with local farmers who follow organic practices." }, + { title: "Handcrafted Care", description: "Every product is made in small batches to ensure quality." }, + { title: "No Toxins Ever", description: "Free from parabens, sulfates, and synthetic fragrances." }, ]} imageSrc="http://img.b2bpic.net/free-photo/homemade-treatment-ingredients-arrangement_23-2148894309.jpg" mediaAnimation="slide-up" @@ -163,42 +94,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "Botanical Face Cream", - price: "$29", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-recycled-plastic-bottle-with-plant_23-2149449786.jpg", - }, - { - id: "2", - name: "Herbal Gentle Cleanser", - price: "$22", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-green-face-mask-fresh-cucumbers-white-bathrobe_169016-19489.jpg", - }, - { - id: "3", - name: "Nourishing Body Butter", - price: "$34", - imageSrc: "http://img.b2bpic.net/free-photo/spa-photo-with-soap-rustic-wooden-background_93675-135382.jpg", - }, - { - id: "4", - name: "Essential Glow Serum", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/serum-bottle-plant-with-copy-space_23-2148899360.jpg", - }, - { - id: "5", - name: "Purifying Clay Mask", - price: "$28", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-spa-salt-with-candles-table_23-2148439236.jpg", - }, - { - id: "6", - name: "Calming Floral Mist", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/beauty-products-arrangement-sand_23-2148761478.jpg", - }, + { id: "1", name: "Botanical Face Cream", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-recycled-plastic-bottle-with-plant_23-2149449786.jpg" }, + { id: "2", name: "Herbal Gentle Cleanser", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-green-face-mask-fresh-cucumbers-white-bathrobe_169016-19489.jpg" }, + { id: "3", name: "Nourishing Body Butter", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/spa-photo-with-soap-rustic-wooden-background_93675-135382.jpg" }, + { id: "4", name: "Essential Glow Serum", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/serum-bottle-plant-with-copy-space_23-2148899360.jpg" }, + { id: "5", name: "Purifying Clay Mask", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spa-salt-with-candles-table_23-2148439236.jpg" }, + { id: "6", name: "Calming Floral Mist", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/beauty-products-arrangement-sand_23-2148761478.jpg" }, ]} title="Our Collection" description="Discover our range of botanical-infused products formulated to nourish, hydrate, and rejuvenate your skin naturally." @@ -209,31 +110,11 @@ export default function LandingPage() { @@ -274,45 +141,9 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480135.jpg" logoText="JIVANDHARA" columns={[ - { - title: "Shop", - items: [ - { - label: "All Products", - href: "#products", - }, - { - label: "Best Sellers", - href: "#", - }, - ], - }, - { - title: "About", - items: [ - { - label: "Our Story", - href: "#about", - }, - { - label: "Sustainability", - href: "#", - }, - ], - }, - { - title: "Support", - items: [ - { - label: "Contact Us", - href: "#contact", - }, - { - label: "FAQ", - href: "#", - }, - ], - }, + { title: "Shop", items: [{ label: "All Products", href: "#products" }, { label: "Best Sellers", href: "#" }] }, + { title: "About", items: [{ label: "Our Story", href: "#about" }, { label: "Sustainability", href: "#" }] }, + { title: "Support", items: [{ label: "Contact Us", href: "#contact" }, { label: "FAQ", href: "#" }] }, ]} /> -- 2.49.1