From 613d0a51c18cd2e14ab8f8995f85a61a164b554c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 08:19:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 205 +++++++---------------------------------------- 1 file changed, 27 insertions(+), 178 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60a996f..09e8b55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; @@ -28,24 +27,13 @@ export default function LandingPage() { @@ -53,33 +41,13 @@ export default function LandingPage() { @@ -89,31 +57,12 @@ export default function LandingPage() { textboxLayout="default" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} + animationType="slide-up" features={[ - { - title: "Rings", - description: "Dainty and statement pieces for every finger.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-jewellery-display_23-2151921938.jpg", - imageAlt: "Luxury Rings", - }, - { - title: "Earrings", - description: "From daily studs to evening glamour.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649141.jpg", - imageAlt: "Exquisite Earrings", - }, - { - title: "Necklaces", - description: "Timeless chains and layered necklaces.", - imageSrc: "http://img.b2bpic.net/free-photo/bust-showcase-jewelry-display-necklace-pendant-jewelry-lifestyle-fashion-accessories-mockup_460848-14329.jpg", - imageAlt: "Premium Necklaces", - }, - { - title: "Bracelets", - description: "Elegant wrists, beautifully adorned.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-female-wearing-beautiful-silver-bracelet_181624-26319.jpg", - imageAlt: "Minimalist Bracelets", - }, + { title: "Rings", description: "Dainty and statement pieces for every finger.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-jewellery-display_23-2151921938.jpg", imageAlt: "Luxury Rings" }, + { title: "Earrings", description: "From daily studs to evening glamour.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649141.jpg", imageAlt: "Exquisite Earrings" }, + { title: "Necklaces", description: "Timeless chains and layered necklaces.", imageSrc: "http://img.b2bpic.net/free-photo/bust-showcase-jewelry-display-necklace-pendant-jewelry-lifestyle-fashion-accessories-mockup_460848-14329.jpg", imageAlt: "Premium Necklaces" }, + { title: "Bracelets", description: "Elegant wrists, beautifully adorned.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-female-wearing-beautiful-silver-bracelet_181624-26319.jpg", imageAlt: "Minimalist Bracelets" } ]} title="Shop by Category" description="Explore our curated collections designed to elevate your everyday elegance." @@ -127,41 +76,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Gilded Bloom Ring", - price: "₹1,899", - variant: "18k Gold Plated", - imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347040.jpg", - }, - { - id: "p2", - name: "Eternal Studs", - price: "₹1,450", - variant: "Anti-Tarnish", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-beautiful-make-up-earrings-with-gems-isolated_132075-8117.jpg?_wi=1", - }, - { - id: "p3", - name: "Layered Minimal Chain", - price: "₹2,200", - variant: "Rose Gold", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chains-still-life_23-2149560668.jpg", - }, - { - id: "p4", - name: "Classic Cuff Bracelet", - price: "₹2,500", - variant: "Premium Brass", - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-purse_23-2149820441.jpg", - }, - { - id: "p5", - name: "Floral Jhumka Pair", - price: "₹1,950", - variant: "Gold Finish", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-beautiful-make-up-earrings-with-gems-isolated_132075-8117.jpg?_wi=2", - }, + { id: "p1", name: "Gilded Bloom Ring", price: "₹1,899", variant: "18k Gold Plated", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347040.jpg" }, + { id: "p2", name: "Eternal Studs", price: "₹1,450", variant: "Anti-Tarnish", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-beautiful-make-up-earrings-with-gems-isolated_132075-8117.jpg" }, + { id: "p3", name: "Layered Minimal Chain", price: "₹2,200", variant: "Rose Gold", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chains-still-life_23-2149560668.jpg" }, + { id: "p4", name: "Classic Cuff Bracelet", price: "₹2,500", variant: "Premium Brass", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-purse_23-2149820441.jpg" }, + { id: "p5", name: "Floral Jhumka Pair", price: "₹1,950", variant: "Gold Finish", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-beautiful-make-up-earrings-with-gems-isolated_132075-8117.jpg" } ]} title="Best Sellers" description="Hand-picked favourites from our latest anti-tarnish collection." @@ -174,91 +93,21 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "Anti-Tarnish", - title: "Long-Lasting Shine", - description: "Premium finish that stays bright.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rc93sy", - }, - { - id: "m2", - value: "Free Shipping", - title: "On All Orders", - description: "Across India with care.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-shopping-cart-icon-illustration-design-pen-tool-created-clipping-path-included-jpeg-easy-composite_460848-8387.jpg", - }, - { - id: "m3", - value: "Easy Returns", - title: "Hassle-Free Exchange", - description: "We ensure your satisfaction.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-yellow-arrow-yellow-background-with-copy-space_23-2148459948.jpg", - }, - { - id: "m4", - value: "Secure Payment", - title: "Safe & Protected", - description: "Encrypted transactions every time.", - imageSrc: "http://img.b2bpic.net/free-vector/computers-black-background_24908-61040.jpg", - }, + { id: "m1", value: "Anti-Tarnish", title: "Long-Lasting Shine", description: "Premium finish that stays bright.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rc93sy" }, + { id: "m2", value: "Free Shipping", title: "On All Orders", description: "Across India with care.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-shopping-cart-icon-illustration-design-pen-tool-created-clipping-path-included-jpeg-easy-composite_460848-8387.jpg" }, + { id: "m3", value: "Easy Returns", title: "Hassle-Free Exchange", description: "We ensure your satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-yellow-arrow-yellow-background-with-copy-space_23-2148459948.jpg" }, + { id: "m4", value: "Secure Payment", title: "Safe & Protected", description: "Encrypted transactions every time.", imageSrc: "http://img.b2bpic.net/free-vector/computers-black-background_24908-61040.jpg" } ]} title="The Minella Promise" description="Quality you can trust, elegance you can wear daily." /> -
- -
-