diff --git a/src/app/page.tsx b/src/app/page.tsx
index 701fabf..e11ee1d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,17 +2,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactText from '@/components/sections/contact/ContactText';
-import FaqSplitText from '@/components/sections/faq/FaqSplitText';
-import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
+
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
-import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
-import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
-import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Facebook, Film, Instagram, Newspaper, Smile, Sparkles, Users } from "lucide-react";
+
export default function LandingPage() {
return (
@@ -33,35 +28,13 @@ export default function LandingPage() {
@@ -69,129 +42,65 @@ export default function LandingPage() {
@@ -204,276 +113,31 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Black Slim Jogger Set",
- price: "3300 DA",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-lambersexual-modelstylish-man-dressed-white-tshirt-jeans-fashion-male-posing-street-background-near-fence-beach-cheerful-happy_158538-20789.jpg",
- imageAlt: "Black slim jogger pants and t-shirt set",
- },
+ id: "p1", name: "Black Slim Jogger Set", price: "3300 DA", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-lambersexual-modelstylish-man-dressed-white-tshirt-jeans-fashion-male-posing-street-background-near-fence-beach-cheerful-happy_158538-20789.jpg", imageAlt: "Black slim jogger pants and t-shirt set"},
{
- id: "p2",
- name: "Comfort Fit Grey Pants",
- price: "2500 DA",
- imageSrc: "http://img.b2bpic.net/free-photo/dreamer-stylish-macho-man-gray-suit-glasses-posed-roof_627829-7665.jpg",
- imageAlt: "Comfort fit grey casual pants",
- },
+ id: "p2", name: "Comfort Fit Grey Pants", price: "2500 DA", imageSrc: "http://img.b2bpic.net/free-photo/dreamer-stylish-macho-man-gray-suit-glasses-posed-roof_627829-7665.jpg", imageAlt: "Comfort fit grey casual pants"},
{
- id: "p3",
- name: "Essential Black Tee",
- price: "1500 DA",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-model-dressed-summer-clothes-trendy-girl-posing-street-sunglasses-funny-positive-woman-having-fun_158538-6271.jpg",
- imageAlt: "Basic black crew neck t-shirt",
- },
+ id: "p3", name: "Essential Black Tee", price: "1500 DA", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-model-dressed-summer-clothes-trendy-girl-posing-street-sunglasses-funny-positive-woman-having-fun_158538-6271.jpg", imageAlt: "Basic black crew neck t-shirt"},
{
- id: "p4",
- name: "Urban Blue Denim",
- price: "4000 DA",
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-front-ship_23-2147724826.jpg",
- imageAlt: "Modern blue denim jeans",
- },
+ id: "p4", name: "Urban Blue Denim", price: "4000 DA", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-front-ship_23-2147724826.jpg", imageAlt: "Modern blue denim jeans"},
{
- id: "p5",
- name: "Streetwear Oversized Hoodie",
- price: "4500 DA",
- imageSrc: "http://img.b2bpic.net/free-photo/tired-black-female-runner-sportswoman-dressed-casual-sweatshirt-with-hoodie-cathces-breath-keeps-hands-knees_273609-18386.jpg",
- imageAlt: "Stylish oversized hoodie",
- },
+ id: "p5", name: "Streetwear Oversized Hoodie", price: "4500 DA", imageSrc: "http://img.b2bpic.net/free-photo/tired-black-female-runner-sportswoman-dressed-casual-sweatshirt-with-hoodie-cathces-breath-keeps-hands-knees_273609-18386.jpg", imageAlt: "Stylish oversized hoodie"},
{
- id: "p6",
- name: "Minimalist White Sneakers",
- price: "5000 DA",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-sneakers-white-background-fitness-wear-equipment-sport-fashion-sport-accessories-sport-equipment-healthy-concept-copy-space-concept-healthy-lifestyle-sport-diet-sport-equipment_1391-724.jpg",
- imageAlt: "Clean minimalist white sneakers",
- },
+ id: "p6", name: "Minimalist White Sneakers", price: "5000 DA", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sneakers-white-background-fitness-wear-equipment-sport-fashion-sport-accessories-sport-equipment-healthy-concept-copy-space-concept-healthy-lifestyle-sport-diet-sport-equipment_1391-724.jpg", imageAlt: "Clean minimalist white sneakers"},
]}
title="Our Latest Collection"
description="Shop the trending items directly from our Instagram. Find your next favorite outfit and express your unique style."
/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
);
-}
+}
\ No newline at end of file