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 -