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.", 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