Merge version_1 into main #1
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -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 (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${poppins.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +79,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -70,15 +70,15 @@ export default function HomePage() {
|
||||
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=1",
|
||||
imageAlt: "Custom tailored clothing display",
|
||||
},
|
||||
{
|
||||
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=1",
|
||||
imageAlt: "Professional tailoring fitting",
|
||||
},
|
||||
{
|
||||
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=1",
|
||||
imageAlt: "Couture design showcase",
|
||||
},
|
||||
{
|
||||
@@ -167,7 +167,7 @@ export default function HomePage() {
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "Client",
|
||||
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=1",
|
||||
imageAlt: "Custom evening gown",
|
||||
},
|
||||
{
|
||||
@@ -177,7 +177,7 @@ export default function HomePage() {
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "Client",
|
||||
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=1",
|
||||
imageAlt: "Custom business suit",
|
||||
},
|
||||
{
|
||||
@@ -187,7 +187,7 @@ export default function HomePage() {
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "Client",
|
||||
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=1",
|
||||
imageAlt: "Custom embroidered dress",
|
||||
},
|
||||
]}
|
||||
@@ -271,7 +271,7 @@ export default function HomePage() {
|
||||
price: "$49.99",
|
||||
rating: 5,
|
||||
reviewCount: "248",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-blanket-making-juice_23-2147911515.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-blanket-making-juice_23-2147911515.jpg?_wi=1",
|
||||
imageAlt: "Premium casual shirt",
|
||||
},
|
||||
{
|
||||
@@ -281,7 +281,7 @@ export default function HomePage() {
|
||||
price: "$129.99",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-blue-jacket-talking-phone_23-2147605110.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-blue-jacket-talking-phone_23-2147605110.jpg?_wi=1",
|
||||
imageAlt: "Classic business blazer",
|
||||
},
|
||||
{
|
||||
@@ -291,7 +291,7 @@ export default function HomePage() {
|
||||
price: "$59.99",
|
||||
rating: 5,
|
||||
reviewCount: "312",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-chair-leaning-against-canvas_171337-16444.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-chair-leaning-against-canvas_171337-16444.jpg?_wi=1",
|
||||
imageAlt: "Comfortable weekend pants",
|
||||
},
|
||||
]}
|
||||
@@ -343,7 +343,7 @@ export default function HomePage() {
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
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=1"
|
||||
imageAlt="StyleCraft tailoring workshop"
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -53,15 +53,15 @@ export default function ShopPage() {
|
||||
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=2",
|
||||
imageAlt: "Custom tailored clothing display",
|
||||
},
|
||||
{
|
||||
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=2",
|
||||
imageAlt: "Professional tailoring fitting",
|
||||
},
|
||||
{
|
||||
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=2",
|
||||
imageAlt: "Couture design showcase",
|
||||
},
|
||||
]}
|
||||
@@ -84,7 +84,7 @@ export default function ShopPage() {
|
||||
price: "$49.99",
|
||||
rating: 5,
|
||||
reviewCount: "248",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-blanket-making-juice_23-2147911515.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-blanket-making-juice_23-2147911515.jpg?_wi=2",
|
||||
imageAlt: "Premium casual shirt",
|
||||
},
|
||||
{
|
||||
@@ -94,7 +94,7 @@ export default function ShopPage() {
|
||||
price: "$129.99",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-blue-jacket-talking-phone_23-2147605110.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-blue-jacket-talking-phone_23-2147605110.jpg?_wi=2",
|
||||
imageAlt: "Classic business blazer",
|
||||
},
|
||||
{
|
||||
@@ -104,7 +104,7 @@ export default function ShopPage() {
|
||||
price: "$59.99",
|
||||
rating: 5,
|
||||
reviewCount: "312",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-chair-leaning-against-canvas_171337-16444.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-chair-leaning-against-canvas_171337-16444.jpg?_wi=2",
|
||||
imageAlt: "Comfortable weekend pants",
|
||||
},
|
||||
]}
|
||||
@@ -156,7 +156,7 @@ export default function ShopPage() {
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
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=2"
|
||||
imageAlt="StyleCraft shop team"
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user