From b2c26a5530c27c74305b9e1bd0230f33f93c4cd2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 00:44:39 +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 c141542..7ed73d5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Poppins } from "next/font/google"; export const metadata: Metadata = { - title: 'Stuzzmoto | Motorcycle Parts & Apparel', - description: 'Upgrade your ride with Stuzzmoto\'s high-performance motorcycle parts and premium rider apparel. Fast shipping and trusted by riders worldwide.', + title: 'Stuzzmoto | Premium Motorcycle Gear', + description: 'Premium motorcycle parts and performance rider apparel.', openGraph: { "title": "Stuzzmoto", "description": "High-performance motorcycle parts and apparel.", -- 2.49.1 From 0087feaca55de050a3264fd542c2133b3f545615 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 00:44:39 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 461 +++++++++++++---------------------------------- 1 file changed, 129 insertions(+), 332 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 11a3d52..6844797 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,346 +27,143 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1