"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { Award, Shield, Sparkles, Zap } from "lucide-react"; export default function LandingPage() { return (
{ window.location.href = "/upload-product"; } } ]} products={[ { id: "1", brand: "NEFER KA", name: "Essential White Tee", price: "$45", rating: 5, reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY7rzFunkBryeTyPNg3oitiDwI/uploaded-1778764194110-rspkmfgb.jpg" }, { id: "2", brand: "NEFER KA", name: "Classic Beige Tee", price: "$45", rating: 5, reviewCount: "8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY7rzFunkBryeTyPNg3oitiDwI/uploaded-1778764194111-dxqgi20n.jpg" } ]} title="Our Collection" description="Explore our premium selection of essentials." />
); }