import type { Metadata } from "next";
// import Image from "next/image";
// import Mainbanner from "@/components/Mainbanner";
import AboutSections from "@/components/AboutSections";
import ServiceSection from "@/components/ServiceSection";
import ServiceDetail from "@/components/ServiceDetail";
import DigitalMasterpieces from "@/components/DigitalMasterpieces";
import WhyChoose from "@/components/WhyChoose";
import Whatwedo from "@/components/Whatwedo";
import Counter from "@/components/Counter";
import ProjectsDelivered from "@/components/ProjectsDelivered";
import Location from "@/components/Location";
// import MainbannerWrapper from "@/app/MainbannerWrapper";
// import GenerateQuot from "@/components/GenerateQuot";
import QuoteSection from "@/components/QuoteSection";
import Mainbanner from "@/components/Mainbanner";

export const metadata: Metadata = {
  title: "Web & Mobile App Development Company in Ahmedabad | Fruxinfo",
  description: "Fruxinfo is a trusted web development company in Ahmedabad offering custom websites, mobile app development, SEO, and digital marketing for business growth.",
  alternates: { canonical: "https://www.fruxinfo.com/" },
};

export default function Home() {
  return (
    <>
      {/* <MainbannerWrapper /> */}
      <Mainbanner/>
      <AboutSections/>
      <ServiceSection/>
      <ServiceDetail/>
      <DigitalMasterpieces/>
      <WhyChoose/>
      <Whatwedo/>
      <Counter/>
      <ProjectsDelivered/>
      <QuoteSection/>
      <Location/>
    </>
  );
}
