Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Dec 19, 2024
1 parent 63b0031 commit 93369d6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
import Footer from "@/components/footer/footer";
import NavBar from "@/components/navbar/navbar";
import CommunitySection from "@/landing/CommunitySection";
import GallerySection from "@/landing/GallerySection";
import HeaderSection from "@/landing/HeaderSection";
import ResearchSection from "@/landing/ResearchSection";
import SpecSection from "@/landing/SpecSection";
import RobotSection from "@/landing/RobotSection";
import GallerySection from "@/landing/GallerySection";
import PricingSection from "@/landing/PricingSection";
import CommunitySection from "@/landing/CommunitySection";
import SpecSection from "@/landing/SpecSection";
import Sponsors from "@/landing/Sponsors";
import { useEffect } from "react";
import { useLenis } from "lenis/dist/lenis-react";
import { useEffect } from "react";

export default function Home() {
const lenis = useLenis();
Expand Down Expand Up @@ -42,7 +41,6 @@ export default function Home() {
<SpecSection />
<RobotSection />
<GallerySection />
{/* <PricingSection /> */}
<CommunitySection />
<Sponsors />
</main>
Expand Down

0 comments on commit 93369d6

Please sign in to comment.