diff --git a/src/app/invest/page.tsx b/src/app/invest/page.tsx index cd6932a..7df681b 100644 --- a/src/app/invest/page.tsx +++ b/src/app/invest/page.tsx @@ -2,13 +2,7 @@ import React, { useState, useEffect } from "react"; import Image from "next/image"; -import { - Carousel, - CarouselContent, - CarouselItem, - CarouselNext, - CarouselPrevious, -} from "@/components/ui/carousel"; +import { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious } from "@/components/ui/carousel"; import { Card, CardContent } from "@/components/ui/card"; import CountUp from "react-countup"; import { Progress } from "@/components/ui/progress"; @@ -18,12 +12,8 @@ import { ShareIcon, StarIcon } from "lucide-react"; import { Toaster, toast } from "react-hot-toast"; import useSession from "@/lib/supabase/useSession"; import { redirect } from "next/navigation"; -import { - Tooltip, - TooltipContent, - TooltipProvider, - TooltipTrigger, -} from "@/components/ui/tooltip"; +import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "@/components/ui/tooltip"; +import Link from "next/link"; export default function Invest() { const [progress, setProgress] = useState(0); @@ -74,13 +64,7 @@ export default function Invest() { {/* Name, star and share button packed */}
- logo + logo
NVIDIA
@@ -88,11 +72,7 @@ export default function Invest() { - +

Follow NIVIDIA

@@ -106,16 +86,10 @@ export default function Invest() {
{/* end of pack */} -

- {" "} - World's first non-metal sustainable battery -

+

World's first non-metal sustainable battery

{["Technology", "Gaming"].map((tag) => ( - + {tag} ))} @@ -127,11 +101,7 @@ export default function Invest() { {Array.from({ length: 5 }).map((_, index) => ( - + ))} {" "} @@ -162,40 +132,23 @@ export default function Invest() {

- +

5% raised of $5M max goal

{" "} - +

Investors

- {" "} - hours + hours

Left to invest

@@ -205,26 +158,17 @@ export default function Invest() {