import React from "react"; import BestSelling from "../../../components/e-commerce/BestSelling"; import CallToAction from "../../../components/e-commerce/CallToAction"; import Categorie from "../../../components/e-commerce/Categorie"; import FancyBlock from "../../../components/e-commerce/FancyBlock"; import FlashSaleBanner from "../../../components/e-commerce/FlashSaleBanner"; import GalleryBox from "../../../components/e-commerce/GalleryBox"; import Header from "../../../components/e-commerce/Header"; import Hero from "../../../components/e-commerce/Hero"; import TopItem from "../../../components/e-commerce/TopItem"; import CopyRightThree from "../../../components/footer/CopyRightThree"; import FooterSeven from "../../../components/footer/FooterSeven"; import Image from "next/image"; export const metadata = { title: 'eCommerce || Deski-Saas & Software Nextjs Template', description: `Unleash the full potential of your software projects with our SaaS-focused Next.js template. Create engaging blogs, showcase your talented team, set up an online shop, provide helpful FAQs, and offer exceptional services with our feature-rich solution. Elevate your SaaS and software development with ease and drive growth. Try it now and take your projects to new heights.`, } const Ecommerce = () => { return (