Merge version_1 into main #8

Merged
bender merged 2 commits from version_1 into main 2026-04-11 13:02:36 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -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}
/>
</div>
@@ -102,4 +102,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}