From c13e67e59a3e4c722b331398b69660b2967a229f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 04:37:59 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f3c08eb..70eee1b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -13,8 +13,8 @@ import { Bernoru } from "next/font/google"; export const metadata: Metadata = { - title: 'Welcome to Our Website', - description: 'Premium solutions for your business needs.', + title: 'Cream First | High-Quality Merch', + description: 'Premium apparel and accessories that always come first.', openGraph: { "siteName": "Cream First" }, -- 2.49.1 From f9304561853975b83d1b3ae9b72094a56091d2be Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 04:38:00 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 326 ++++++++++++++++++++--------------------------- 1 file changed, 139 insertions(+), 187 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6160dd1..2824236 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,206 +18,158 @@ export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} \ No newline at end of file +} -- 2.49.1