From 7ec7aaa35817d5dc29ff2541c3c16788d2da2b9c Mon Sep 17 00:00:00 2001 From: elpatron Date: Mon, 12 Jan 2026 21:25:59 +0100 Subject: [PATCH] Show logo on landing page --- app/page.tsx | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 5bc6cb9..8426b2f 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,3 +1,4 @@ +import Image from "next/image"; import { CreatePlanForm } from "@/components/create-plan-form"; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; @@ -5,9 +6,22 @@ export default function Home() { return (
-
-

Cat Sitting Planner

-

Coordinate care for your furry friends while you're away.

+
+
+
+ Cat Sitting Planner Logo +
+
+
+

Cat Sitting Planner

+

Coordinate care for your furry friends while you're away.

+