From a214192c41b38b6646e6544b10580a63edff5f53 Mon Sep 17 00:00:00 2001 From: kbe Date: Wed, 13 Aug 2025 16:18:15 +0200 Subject: [PATCH] Photo comparison --- app/layout.tsx | 1 + app/page.tsx | 53 ++++++++++++++++++++++++++++++++++++--- components/ui/header.tsx | 16 ++++++------ public/after-photo.png | Bin 0 -> 5276026 bytes public/before-photo.png | Bin 0 -> 5276026 bytes 5 files changed, 59 insertions(+), 11 deletions(-) create mode 100644 public/after-photo.png create mode 100644 public/before-photo.png diff --git a/app/layout.tsx b/app/layout.tsx index cc2eb30..576fea5 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -32,6 +32,7 @@ export default function RootLayout({
{children} + ); diff --git a/app/page.tsx b/app/page.tsx index 34e84fd..31b7fc7 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -5,10 +5,57 @@ import { Header } from "@/components/ui/header"; export default function Home() { return (
-
-

Welcome to the Test Page

-

This is a test page to display the new header component.

+
+
+

+ Enhance Your Food Photos with Dishpix AI +

+

+ Dishpix is the perfect website for people who want to take their food photography to the next level. Whether you're a professional chef, a food blogger, or just someone who loves capturing delicious moments, Dishpix offers tools and features to help you create stunning food photos. +

+
+ + {/* + Add a section here to display before/after photo and demonstrate how the application works + */} + +
+
+

+ Before & After: See the Dishpix AI Magic +

+
+
+

+ Before +

+ Before photo +
+
+

+ After +

+ After photo +
+
+

+ See how Dishpix AI transforms ordinary food photos into stunning, professional-quality images. Upload your photo and let the magic happen! +

+
+
); } diff --git a/components/ui/header.tsx b/components/ui/header.tsx index b39c8a9..0b2a3ac 100644 --- a/components/ui/header.tsx +++ b/components/ui/header.tsx @@ -10,17 +10,17 @@ export function Header({ className }: HeaderProps) { return (
-
- Logo -