cards wip

This commit is contained in:
ASOwnerYT
2024-12-01 21:23:43 +13:00
parent b22461cd61
commit 022f5123cf
6 changed files with 69 additions and 2 deletions
+8 -2
View File
@@ -2,6 +2,7 @@ import Image from "next/image";
import styles from "./page.module.css";
import bgimage from "./assets/header-bg.jpg";
import Button from "./components/Button";
import Cards from "./components/Cards";
import Card from "./components/Card";
import Link from "next/link";
@@ -55,8 +56,13 @@ export default function Home() {
</section>
<section className="container">
<h1>Services we Offer</h1>
<Card />
<h1 className={styles.h1}>Services we Offer</h1>
<Cards>
<Card />
<Card />
<Card />
<Card />
</Cards>
</section>
</main>
</div>