Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-11 23:07:56 +00:00
4 changed files with 61 additions and 26 deletions

View File

@@ -47,7 +47,7 @@ export default function AboutPage() {
description="Quality Craftsmanship"
subdescription="20+ Years of Experience"
icon={Star}
imageSrc="http://img.b2bpic.net/free-photo/side-view-young-female-designer-working-sewing-machine_23-2147874998.jpg"
imageSrc="http://img.b2bpic.net/free-photo/side-view-young-female-designer-working-sewing-machine_23-2147874998.jpg?_wi=2"
imageAlt="professional tailor expertise craftsmanship"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -66,21 +66,21 @@ export default function AboutPage() {
id: "1",
name: "Sarah Mitchell",
imageSrc:
"http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-2424.jpg",
"http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-2424.jpg?_wi=2",
imageAlt: "professional woman portrait headshot",
},
{
id: "2",
name: "James Chen",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg",
"http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg?_wi=2",
imageAlt: "professional man portrait headshot",
},
{
id: "3",
name: "Emma Williams",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-bu-office-building_1303-31732.jpg",
"http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-bu-office-building_1303-31732.jpg?_wi=2",
imageAlt: "professional woman portrait headshot",
},
]}

View File

@@ -1,27 +1,60 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Mulish } 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 { Mulish } 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 mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Tailor's Touch - Professional Tailoring & Clothing Alterations",
description: "Expert tailoring and clothing alterations in your area. Suit tailoring, dress alterations, wedding dress fitting, hemming, zipper repair, and emergency same-day service. Book your appointment today.",
keywords: "tailoring near me, clothing alterations, suit tailoring, dress alterations, wedding dress alterations, pants hemming, local tailor, professional alterations",
metadataBase: new URL("https://tailorstouch.local"),
alternates: {
canonical: "https://tailorstouch.local",
},
openGraph: {
title: "Tailor's Touch - Professional Tailoring & Alterations",
description: "Expert tailoring and clothing alterations for suits, dresses, formalwear, and everyday clothing. Perfect fit guaranteed.",
url: "https://tailorstouch.local",
siteName: "Tailor's Touch Tailoring & Alterations",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/side-view-woman-cutting-fabric_23-2148827137.jpg",
alt: "Professional tailor working on clothing alterations",
},
],
},
twitter: {
card: "summary_large_image",
title: "Tailor's Touch - Perfect Fit Every Time",
description: "Professional tailoring and alterations for all occasions.",
images: ["http://img.b2bpic.net/free-photo/side-view-woman-cutting-fabric_23-2148827137.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
@@ -31,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -82,7 +82,7 @@ export default function HomePage() {
"Perfect fit for your business wardrobe. Expert jacket, pants, and vest alterations.",
tag: "Professional",
imageSrc:
"http://img.b2bpic.net/free-photo/fashion-designer-taking-measurement-blue-fabric-with-measuring-tape-table_23-2148180320.jpg",
"http://img.b2bpic.net/free-photo/fashion-designer-taking-measurement-blue-fabric-with-measuring-tape-table_23-2148180320.jpg?_wi=1",
buttons: [
{
text: "Schedule Now",
@@ -97,7 +97,7 @@ export default function HomePage() {
"Hemming, taking in, letting out, and custom adjustments for any occasion.",
tag: "Elegant",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-hand-holding-cardboard_23-2148875319.jpg",
"http://img.b2bpic.net/free-photo/close-up-hand-holding-cardboard_23-2148875319.jpg?_wi=1",
buttons: [
{
text: "Schedule Now",
@@ -112,7 +112,7 @@ export default function HomePage() {
"Premium service for your special day. Custom fitting and delicate fabric expertise.",
tag: "Special Occasions",
imageSrc:
"http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184343.jpg",
"http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184343.jpg?_wi=1",
buttons: [
{
text: "Schedule Now",
@@ -177,7 +177,7 @@ export default function HomePage() {
description="Quality Craftsmanship"
subdescription="20+ Years of Experience"
icon={Star}
imageSrc="http://img.b2bpic.net/free-photo/side-view-young-female-designer-working-sewing-machine_23-2147874998.jpg"
imageSrc="http://img.b2bpic.net/free-photo/side-view-young-female-designer-working-sewing-machine_23-2147874998.jpg?_wi=1"
imageAlt="professional tailor expertise craftsmanship"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -196,21 +196,21 @@ export default function HomePage() {
id: "1",
name: "Sarah Mitchell",
imageSrc:
"http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-2424.jpg",
"http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-2424.jpg?_wi=1",
imageAlt: "professional woman portrait headshot",
},
{
id: "2",
name: "James Chen",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg",
"http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg?_wi=1",
imageAlt: "professional man portrait headshot",
},
{
id: "3",
name: "Emma Williams",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-bu-office-building_1303-31732.jpg",
"http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-bu-office-building_1303-31732.jpg?_wi=1",
imageAlt: "professional woman portrait headshot",
},
{

View File

@@ -55,7 +55,7 @@ export default function ServicesPage() {
"Perfect fit for your business wardrobe. Expert jacket, pants, and vest alterations.",
tag: "Professional",
imageSrc:
"http://img.b2bpic.net/free-photo/fashion-designer-taking-measurement-blue-fabric-with-measuring-tape-table_23-2148180320.jpg",
"http://img.b2bpic.net/free-photo/fashion-designer-taking-measurement-blue-fabric-with-measuring-tape-table_23-2148180320.jpg?_wi=2",
buttons: [
{
text: "Schedule Now",
@@ -70,7 +70,7 @@ export default function ServicesPage() {
"Hemming, taking in, letting out, and custom adjustments for any occasion.",
tag: "Elegant",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-hand-holding-cardboard_23-2148875319.jpg",
"http://img.b2bpic.net/free-photo/close-up-hand-holding-cardboard_23-2148875319.jpg?_wi=2",
buttons: [
{
text: "Schedule Now",
@@ -85,7 +85,7 @@ export default function ServicesPage() {
"Premium service for your special day. Custom fitting and delicate fabric expertise.",
tag: "Special Occasions",
imageSrc:
"http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184343.jpg",
"http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184343.jpg?_wi=2",
buttons: [
{
text: "Schedule Now",