Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
parteekcoder committed Jan 16, 2024
1 parent f2e283f commit 257f5e2
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions src/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
// import Script from 'next/script'
import Image from 'next/image'
import { useState,useEffect,SetStateAction } from 'react'

import Banner2 from "@/components/hero/banner";
import Hackmol from "@/components/hero/img";
import Register from "@/components/hero/reg";
import Log from "@/components/hero/logo";
import NavBar from "@/components/hero/nav";
import Banner2 from "../components/hero/banner";
import Hackmol from "../components/hero/img";
import Register from "../components/hero/reg";
import Log from "../components/hero/logo";
import NavBar from "../components/hero/nav";
import Link from 'next/link'
import Testimonies from "../components/Testimonies";
import Rules from "../components/Rules/Rules";
Expand Down

0 comments on commit 257f5e2

Please sign in to comment.