- );
-}
diff --git a/src/app/page.jsx b/src/app/page.jsx
new file mode 100644
index 0000000..a04732f
--- /dev/null
+++ b/src/app/page.jsx
@@ -0,0 +1,296 @@
+"use client";
+
+import CardNormal from "src/components/Cards/CardNormal/page";
+import Navbar from "../components/NavBar";
+import { Swiper, SwiperSlide } from "swiper/react";
+import ban1 from "../assets/images/ban1.jpg";
+import ban2 from "../assets/images/ban2.png";
+import logo from "../assets/images/logo.png";
+import "swiper/css";
+import Image from "next/image";
+
+export default function Home() {
+ const data = [
+ {
+ id: 1,
+ persianName: "Hydrating Cream",
+ englishName: "Hydrating Cream",
+ description:
+ "A deeply moisturizing cream that keeps your skin hydrated all day long.",
+ cost: 250000,
+ costWithDiscount: 200000,
+ hasDiscount: true,
+ discountPercent: 20,
+ stock: 5,
+ mainImage: "4",
+ },
+ {
+ id: 2,
+ persianName: "Hair Strengthening Shampoo",
+ englishName: "Hair Strengthening Shampoo",
+ description:
+ "A nourishing shampoo that strengthens hair roots and prevents hair fall.",
+ cost: 180000,
+ costWithDiscount: 150000,
+ hasDiscount: true,
+ discountPercent: 17,
+ stock: 2,
+ mainImage: "3",
+ },
+ {
+ id: 3,
+ persianName: "Vitamin C Serum",
+ englishName: "Vitamin C Serum",
+ description:
+ "An antioxidant-rich serum that brightens skin and reduces signs of aging.",
+ cost: 300000,
+ costWithDiscount: 270000,
+ hasDiscount: true,
+ discountPercent: 10,
+ stock: 3,
+ mainImage: "1",
+ },
+ {
+ id: 4,
+ persianName: "Charcoal Face Mask",
+ englishName: "Charcoal Face Mask",
+ description:
+ "A detoxifying mask that removes impurities and unclogs pores for a fresh look.",
+ cost: 220000,
+ costWithDiscount: 220000,
+ hasDiscount: false,
+ discountPercent: 0,
+ stock: 8,
+ mainImage: "4",
+ },
+ {
+ id: 5,
+ persianName: "Body Lotion",
+ englishName: "Body Lotion",
+ description:
+ "A lightweight body lotion that nourishes and hydrates dry skin.",
+ cost: 210000,
+ costWithDiscount: 185000,
+ hasDiscount: true,
+ discountPercent: 12,
+ stock: 6,
+ mainImage: "2",
+ },
+ {
+ id: 6,
+ persianName: "Aloe Vera Gel",
+ englishName: "Aloe Vera Gel",
+ description:
+ "A soothing gel enriched with aloe vera to calm irritated skin.",
+ cost: 160000,
+ costWithDiscount: 160000,
+ hasDiscount: false,
+ discountPercent: 0,
+ stock: 10,
+ mainImage: "3",
+ },
+ {
+ id: 7,
+ persianName: "Sunscreen SPF 50",
+ englishName: "Sunscreen SPF 50",
+ description:
+ "A broad-spectrum sunscreen that protects against UV rays and prevents sunburn.",
+ cost: 280000,
+ costWithDiscount: 230000,
+ hasDiscount: true,
+ discountPercent: 18,
+ stock: 4,
+ mainImage: "1",
+ },
+ {
+ id: 8,
+ persianName: "Face Cleanser",
+ englishName: "Face Cleanser",
+ description:
+ "A gentle face cleanser that removes dirt and oil without stripping moisture.",
+ cost: 190000,
+ costWithDiscount: 170000,
+ hasDiscount: true,
+ discountPercent: 10,
+ stock: 7,
+ mainImage: "2",
+ },
+ {
+ id: 9,
+ persianName: "Moisturizing Cream",
+ englishName: "Moisturizing Cream",
+ description:
+ "A rich cream that provides deep hydration for soft and smooth skin.",
+ cost: 260000,
+ costWithDiscount: 260000,
+ hasDiscount: false,
+ discountPercent: 0,
+ stock: 9,
+ mainImage: "4",
+ },
+ {
+ id: 10,
+ persianName: "Eye Serum",
+ englishName: "Eye Serum",
+ description:
+ "A lightweight eye serum that reduces puffiness and dark circles.",
+ cost: 350000,
+ costWithDiscount: 310000,
+ hasDiscount: true,
+ discountPercent: 12,
+ stock: 5,
+ mainImage: "3",
+ },
+ ];
+ const slides = [
+ {
+ id: 1,
+ image: "/images/slide1.jpg",
+ alt: "Slide 1",
+ title: "Discover the Best Products",
+ description:
+ "Find high-quality beauty and skincare items at unbeatable prices.",
+ },
+ {
+ id: 2,
+ image: "/images/slide2.jpg",
+ alt: "Slide 2",
+ title: "Exclusive Discounts",
+ description: "Enjoy special deals and save big on your favorite brands.",
+ },
+ {
+ id: 3,
+ image: "/images/slide3.jpg",
+ alt: "Slide 3",
+ title: "Fast & Secure Delivery",
+ description:
+ "Get your products delivered quickly and safely to your doorstep.",
+ },
+ ];
+
+ return (
+
+ {" "}
+
+ {/*
+
+
*/}
+
+
+
+
+
+
+
+
+ {" "}
+
+
+
+
+
+
+
+
+
+
+
+ ADVANCED HORIZON SERVICES LLC Products{" "}
+
+
+ Lorem ipsum dolor sit amet
+
+
+
+ Lorem ipsum dolor sit amet consectetur, adipisicing elit.
+ Voluptates quas, exercitationem expedita libero hic
+ necessitatibus et sed aliquam consequatur repellendus dolore,
+ molestiae earum culpa fuga nobis odit, eligendi eius dolorem!
+
+
+ Lorem ipsum dolor sit amet consectetur, adipisicing elit.
+ Voluptates quas, exercitationem expedita libero hic
+ necessitatibus et sed aliquam consequatur repellendus dolore,
+ molestiae earum culpa fuga nobis odit, eligendi eius dolorem!
+ Lorem ipsum dolor sit amet consectetur, adipisicing elit.
+ Voluptates quas, exercitationem expedita libero hic
+ necessitatibus et sed aliquam consequatur repellendus dolore,
+ molestiae earum culpa fuga nobis odit, eligendi eius dolorem!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor{" "}
+
+
+ Test For Fake Data
+
+
500
+
+
+
+
+ Lorem ipsum dolor{" "}
+
+
+ Test In Landing Page
+
+
+
+ 5,523,222
+
+
+
+
+
+ Lorem ipsum dolor{" "}
+
+
+ Test For Fake
+
+
+ +225{" "}
+
+
+
+
+
+
+
+
+
+ ADVANCED HORIZON SERVICES LLC Products{" "}
+
+
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit.
+ Corporis,{" "}
+
+
+
+
+ {data?.map((e, index) => (
+
+
+
+ ))}
+
+
+
+
+ );
+}
diff --git a/src/assets/images/ban1.jpg b/src/assets/images/ban1.jpg
new file mode 100644
index 0000000..4fbda00
Binary files /dev/null and b/src/assets/images/ban1.jpg differ
diff --git a/src/assets/images/ban2.png b/src/assets/images/ban2.png
new file mode 100644
index 0000000..96eb33b
Binary files /dev/null and b/src/assets/images/ban2.png differ
diff --git a/src/assets/images/ban3.png b/src/assets/images/ban3.png
new file mode 100644
index 0000000..ed7ba46
Binary files /dev/null and b/src/assets/images/ban3.png differ
diff --git a/src/assets/images/logo.png b/src/assets/images/logo.png
new file mode 100644
index 0000000..391dc96
Binary files /dev/null and b/src/assets/images/logo.png differ
diff --git a/src/assets/images/product/1.png b/src/assets/images/product/1.png
new file mode 100644
index 0000000..8f48b03
Binary files /dev/null and b/src/assets/images/product/1.png differ
diff --git a/src/assets/images/product/2.png b/src/assets/images/product/2.png
new file mode 100644
index 0000000..5d1ab9f
Binary files /dev/null and b/src/assets/images/product/2.png differ
diff --git a/src/assets/images/product/3.png b/src/assets/images/product/3.png
new file mode 100644
index 0000000..7770b94
Binary files /dev/null and b/src/assets/images/product/3.png differ
diff --git a/src/assets/images/product/4.png b/src/assets/images/product/4.png
new file mode 100644
index 0000000..44bb98a
Binary files /dev/null and b/src/assets/images/product/4.png differ
diff --git a/src/assets/images/team.jpg b/src/assets/images/team.jpg
new file mode 100644
index 0000000..8e97248
Binary files /dev/null and b/src/assets/images/team.jpg differ
diff --git a/src/components/Cards/CardNormal/page.jsx b/src/components/Cards/CardNormal/page.jsx
new file mode 100644
index 0000000..0709ed5
--- /dev/null
+++ b/src/components/Cards/CardNormal/page.jsx
@@ -0,0 +1,93 @@
+"use client";
+import React, { useContext } from "react";
+import logo from "../../../assets/images/logo.png";
+
+import Image from "next/image";
+import test1 from "../../../assets/images/product/1.png";
+import test2 from "../../../assets/images/product/2.png";
+import test3 from "../../../assets/images/product/3.png";
+import test4 from "../../../assets/images/product/4.png";
+import Link from "next/link";
+
+const CardNormal = ({ data, priority }) => {
+ return (
+ <>
+ {" "}
+ <>
+
+