Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-04-22 06:28:02 +00:00

View File

@@ -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}
/>
</div>