From b71f0dddb089adb9ba843fc09cbe45ac91a0af95 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 21:22:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 124 ++++++++--------------------------------------- 1 file changed, 21 insertions(+), 103 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de3db65..213259b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import { Sparkles } from "lucide-react"; export default function LandingPage() { @@ -45,43 +41,26 @@ export default function LandingPage() {
@@ -91,86 +70,25 @@ export default function LandingPage() { textboxLayout="default" gridVariant="bento-grid" useInvertedBackground={true} + title="Signature Collections" + description="Explore our seasonal arrivals featuring premium materials and exceptional craft." products={[ { id: "p1", name: "Silk Wrap Dress", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-designer-dress-white-background_23-2147874963.jpg" }, { id: "p2", name: "Leather Handbag", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/clothes-store-with-mannequin_23-2148929534.jpg" }, - { id: "p3", name: "Classic Heels", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722596.jpg" }, - { id: "p4", name: "Wool Fedora", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-fedora-hat-studio_23-2150744033.jpg" }, - { id: "p5", name: "Silk Scarf", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/pearl-necklace-earrings-with-pair-wedding-high-heels-scarf_23-2148187454.jpg" }, - { id: "p6", name: "Golden Studs", price: "$90", imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409252.jpg" }, + { id: "p3", name: "Classic Heels", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722596.jpg" } ]} - title="Our Collection" - description="Explore our hand-selected items designed to elevate your everyday wardrobe." - /> - - -
- -
- -
- -
- -
- -
- -
-
console.log('Email:', email)} />
@@ -178,8 +96,8 @@ export default function LandingPage() {