From b04b451268d56c668075c7865c5fc0e364a58a40 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 13:02:33 +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 2197cb7..fc7e30c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'Lex Stylish Cloths | Premium Fashion Under £100', - description: 'Discover high-end fashion at Lex Stylish Cloths. Shop premium suits, streetwear, and more, all priced under £100.', + title: 'Lex Stylish Cloths | Premium Style', + description: 'Premium clothing store offering high-end fashion at affordable prices under £100.', openGraph: { "title": "Lex Stylish Cloths", "description": "Premium style for everyone.", From 82eb13a03df2f60856d16f0acbeb087a4cf29c37 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 13:02:33 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc52262..ae1acb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function HomePage() { tag="Newsletter" title="Get Fashion Updates" description="Sign up for our newsletter to stay updated on new arrivals and sales." - background={{ variant: "plain" }} + background={{ variant: "gradient-bars" }} useInvertedBackground={false} /> @@ -102,4 +102,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file