Refactor UI components in invest and home pages

This commit is contained in:
THIS ONE IS A LITTLE BIT TRICKY KRUB 2024-09-11 20:09:56 +07:00
parent 888e6cf6ec
commit 061bfefc35
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,7 @@ export default function Invest() {
}, []); }, []);
return ( return (
<div> <div>
<div className="w-[90%] h-[500px]-500 m-auto mt-12"> <div className="w-[90%] h-[500px]-500 m-auto mt-12 pl-24">
<div> <div>
<div className="flex"> <div className="flex">
<Image src="./logo.svg" alt="logo" width={50} height={50} /> <Image src="./logo.svg" alt="logo" width={50} height={50} />

View File

@ -8,7 +8,6 @@ import {
CardHeader, CardHeader,
CardTitle, CardTitle,
} from "@/components/ui/card"; } from "@/components/ui/card";
import { BusinessCard } from "@/components/businessCard";
import { Separator } from "@/components/ui/separator"; import { Separator } from "@/components/ui/separator";
import { ExtendableCard } from "@/components/extendable-card"; import { ExtendableCard } from "@/components/extendable-card";