From 93369d61fe35babde9fb65f1443e9365c036df9d Mon Sep 17 00:00:00 2001 From: Benjamin Bolte Date: Thu, 19 Dec 2024 17:03:36 -0500 Subject: [PATCH] format --- src/pages/index.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index afdd6fa..ab105b7 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -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(); @@ -42,7 +41,6 @@ export default function Home() { - {/* */}