From 59c7b924bd3c823393fef21bb08d1c0c9b3a2ca2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 10:34:51 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0cd9285..77b1490 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -52,7 +52,7 @@ export default function AboutPage() { description="We believe fashion is more than clothing—it's self-expression. Since 2015, we've been committed to bringing premium, sustainable fashion to style-conscious individuals worldwide." subdescription="Our mission is to make luxury fashion accessible without compromising on quality or ethics. Every piece in our collection is carefully selected to ensure it meets our rigorous standards of excellence." icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg?_wi=2" imageAlt="About our fashion brand" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -77,7 +77,7 @@ export default function AboutPage() { role: "Founder & Creative Director", company: "LuxeStyle Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-chain-necklace-posing_23-2149403058.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-chain-necklace-posing_23-2149403058.jpg?_wi=3", }, { id: "2", @@ -85,7 +85,7 @@ export default function AboutPage() { role: "Head of Design", company: "LuxeStyle Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg?_wi=3", }, { id: "3", @@ -93,7 +93,7 @@ export default function AboutPage() { role: "Sustainability Lead", company: "LuxeStyle Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg?_wi=3", }, ]} kpiItems={[ -- 2.49.1 From 85f330fa8183b1b6fc5e2d3127fa1545ec376e54 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 10:34:51 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d8b3c6e..6a574ba 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -72,7 +72,7 @@ export default function ContactPage() { description="Our dedicated customer service team is available 24/7 to assist you with any questions about our products, sizing, or your order." subdescription="Whether you need styling advice, have questions about fabrics and materials, or need help with an order, our fashion experts are ready to provide personalized assistance and ensure your shopping experience is exceptional." icon={MessageSquare} - imageSrc="http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg?_wi=3" imageAlt="Customer support team" mediaAnimation="blur-reveal" useInvertedBackground={false} -- 2.49.1 From a6161d59dfb5af144315ea1f8a9b249ad259c51f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 10:34:51 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 55 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0077e1c..01f9de4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,61 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Montserrat } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Montserrat } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const montserrat = Montserrat({ variable: "--font-montserrat", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "LuxeStyle - Premium Fashion Collections", + description: "Discover curated premium fashion items and elegant clothing collections. Shop luxury styles for every occasion with LuxeStyle.", + keywords: "fashion, premium clothing, luxury fashion, designer wear, fashion collections, elegant style", + metadataBase: new URL("https://luxestyle.com"), + alternates: { + canonical: "https://luxestyle.com", + }, + openGraph: { + title: "LuxeStyle - Premium Fashion Collections", + description: "Discover curated premium fashion items and elegant clothing collections.", + url: "https://luxestyle.com", + siteName: "LuxeStyle", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/picture-charming-caucasian-lady-sits-black-leather-armchair-poses-camera_132075-9613.jpg", + alt: "LuxeStyle Fashion Collection", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "LuxeStyle - Premium Fashion Collections", + description: "Discover curated premium fashion items and elegant clothing collections.", + images: ["http://img.b2bpic.net/free-photo/picture-charming-caucasian-lady-sits-black-leather-armchair-poses-camera_132075-9613.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +64,9 @@ export default function RootLayout({ return ( - + {children}