From 2bf7d6fb9600ad6b35448d0d5ffa40e1aebd94ae Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 06:27:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3eb2c48..aa72633 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,17 +3,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TeamCardSix from '@/components/sections/team/TeamCardSix'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, CheckCircle, Clock, MapPin, Phone, Globe } from "lucide-react"; export default function LandingPage() { return ( @@ -79,6 +73,7 @@ export default function LandingPage() { textboxLayout="split" title="Latest Collections" description="Discover our hand-picked styles for women, available for in-store pickup." + useInvertedBackground={false} products={[ { id: "1", brand: "Nils", name: "Essential Dress", price: "LKR 4500", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-with-curly-hair-wears-trendy-sunglasses-jacket-trousers-carries-fabric-bag-has-glad-expression-poses-outdoors-near-urban-building-spends-free-time-city-people-style-concept_273609-59926.jpg" }, { id: "2", brand: "Nils", name: "Casual Top", price: "LKR 2800", rating: 4, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colorful-girly-items_23-2148229257.jpg" }, @@ -97,6 +92,7 @@ export default function LandingPage() { { text: "Website: nilsonline.lk", href: "https://nilsonline.lk" } ]} background={{ variant: "radial-gradient" }} + useInvertedBackground={false} /> -- 2.49.1