mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-19 05:54:06 +01:00
Refactor UI components in invest and home pages
This commit is contained in:
parent
888e6cf6ec
commit
061bfefc35
@ -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} />
|
||||||
|
|||||||
@ -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";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user