From b69a42e69ca29dd57fd785e0bcba7e89bf0ee33a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 10:16:35 +0000 Subject: [PATCH 1/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 360e7d6..ed3587d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -57,15 +57,15 @@ export default function ContactPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-dress_23-2147688400.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-dress_23-2147688400.jpg?_wi=3", imageAlt: "StyleCraft team showcase", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tools-sewing-clothes-woman-glasses-seamstress-with-centimeter-clothes_1157-46468.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tools-sewing-clothes-woman-glasses-seamstress-with-centimeter-clothes_1157-46468.jpg?_wi=3", imageAlt: "Professional tailoring studio", }, { - imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client-showing-pants_23-2148929564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client-showing-pants_23-2148929564.jpg?_wi=3", imageAlt: "Personal styling consultation", }, ]} @@ -146,7 +146,7 @@ export default function ContactPage() { ]} mediaAnimation="slide-up" mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/full-length-portrait-man-holding-smartphone_171337-19093.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-length-portrait-man-holding-smartphone_171337-19093.jpg?_wi=3" imageAlt="StyleCraft customer service" faqsAnimation="blur-reveal" textboxLayout="default" -- 2.49.1 From af103efa7c8443d283454e2d72d1ad118e7130b9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 10:16:36 +0000 Subject: [PATCH 2/5] Update src/app/custom-orders/page.tsx --- src/app/custom-orders/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/custom-orders/page.tsx b/src/app/custom-orders/page.tsx index 1240395..eae2a88 100644 --- a/src/app/custom-orders/page.tsx +++ b/src/app/custom-orders/page.tsx @@ -104,7 +104,7 @@ export default function CustomOrdersPage() { price: "Bespoke", rating: 5, reviewCount: "Featured", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-holding-each-other-s-hands-as-sign-unity_23-2148442167.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-holding-each-other-s-hands-as-sign-unity_23-2148442167.jpg?_wi=2", imageAlt: "Rose gold evening gown", }, { @@ -114,7 +114,7 @@ export default function CustomOrdersPage() { price: "Bespoke", rating: 5, reviewCount: "Featured", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-creating-vision-board_23-2150061832.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-creating-vision-board_23-2150061832.jpg?_wi=2", imageAlt: "Navy executive suit", }, { @@ -124,7 +124,7 @@ export default function CustomOrdersPage() { price: "Bespoke", rating: 5, reviewCount: "Featured", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-ribbon_23-2149247502.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-ribbon_23-2149247502.jpg?_wi=2", imageAlt: "Silk wedding dress", }, ]} -- 2.49.1 From 2c348389a720e0076b6952123b9b2f7fe72129b5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 10:16:36 +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 7eeade6..8c7503e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,18 +1,22 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Poppins } 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 { Poppins } 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 poppins = Poppins({ variable: "--font-poppins", @@ -20,6 +24,39 @@ const poppins = Poppins({ weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); +export const metadata: Metadata = { + title: "StyleCraft - Custom Tailoring & Fashion Shop", + description: "Premium custom tailoring and bespoke clothing design. Create perfectly fitted garments with our expert tailors. Shop custom orders and ready-made fashion.", + keywords: "custom tailoring, bespoke clothing, custom dress, tailored suit, fashion shop, personalized clothing", + metadataBase: new URL("https://stylecraft.com"), + alternates: { + canonical: "https://stylecraft.com", + }, + openGraph: { + title: "StyleCraft - Custom Tailoring & Fashion", + description: "Elevate your style with custom tailored garments designed just for you.", + url: "https://stylecraft.com", + siteName: "StyleCraft", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/woman-showing-dress_23-2147688400.jpg", + alt: "Custom tailored clothing showcase", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "StyleCraft - Custom Tailoring", + description: "Create perfectly fitted custom clothing with our expert tailors.", + images: ["http://img.b2bpic.net/free-photo/woman-showing-dress_23-2147688400.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -28,7 +65,9 @@ export default function RootLayout({ return ( - + {children}