Merge version_1 into main #1
@@ -42,7 +42,7 @@ export default function AboutPage() {
|
||||
description="CHORMARIS represents a legacy of elegance and sophistication. We believe that luxury menswear should transcend trends and celebrate timeless style. Each piece is meticulously crafted from the finest 150-160 GSM premium linen, ensuring unparalleled comfort and breathability. Our limited edition designs cater to the discerning gentleman who values quality, heritage, and understated elegance. At CHORMARIS, we don't just create shirts—we craft a lifestyle."
|
||||
tag="Our Heritage"
|
||||
tagIcon={undefined}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clothing-store-worker-helping-woman-choose-from-stylish-selection-clothes_482257-118542.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clothing-store-worker-helping-woman-choose-from-stylish-selection-clothes_482257-118542.jpg?_wi=2"
|
||||
imageAlt="CHORMARIS luxury boutique interior"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
@@ -90,37 +90,37 @@ export default function AboutPage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man_23-2148479524.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man_23-2148479524.jpg?_wi=2",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Arjun Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5560.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5560.jpg?_wi=2",
|
||||
imageAlt: "Arjun Singh",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vikram Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-senior-man-posing-suit_23-2149488006.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-senior-man-posing-suit_23-2149488006.jpg?_wi=2",
|
||||
imageAlt: "Vikram Patel",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Amit Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg?_wi=2",
|
||||
imageAlt: "Amit Sharma",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rohan Desai",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-15905.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-15905.jpg?_wi=2",
|
||||
imageAlt: "Rohan Desai",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Nikhil Gupta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1082.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1082.jpg?_wi=2",
|
||||
imageAlt: "Nikhil Gupta",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Manrope } 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 { Manrope } 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 manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "CHORMARIS - Premium Luxury Linen Shirts for Men",
|
||||
description: "Discover CHORMARIS luxury menswear featuring premium 100% linen shirts. Elegant, breathable, and crafted for the modern gentleman. Shop exclusive collections now.",
|
||||
keywords: "luxury menswear, premium linen shirts, men's fashion, tailored shirts, luxury brand India",
|
||||
metadataBase: new URL("https://www.chormaris.com"),
|
||||
alternates: {
|
||||
canonical: "https://www.chormaris.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "CHORMARIS - Premium Luxury Linen Shirts",
|
||||
description: "Discover CHORMARIS luxury menswear featuring premium 100% linen shirts crafted for the modern gentleman.",
|
||||
url: "https://www.chormaris.com",
|
||||
siteName: "CHORMARIS",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9647.jpg",
|
||||
alt: "CHORMARIS luxury linen shirt",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "CHORMARIS - Premium Luxury Linen Shirts",
|
||||
description: "Elegant menswear crafted for gentlemen. Explore our collection of premium linen shirts.",
|
||||
images: ["http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9647.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${manrope.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -84,7 +84,7 @@ export default function HomePage() {
|
||||
price: "₹3,499",
|
||||
rating: 5,
|
||||
reviewCount: "248",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-businessman-model-wearing-casual-summer-white-shirt_158538-1009.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-businessman-model-wearing-casual-summer-white-shirt_158538-1009.jpg?_wi=1",
|
||||
imageAlt: "Premium white linen shirt",
|
||||
},
|
||||
{
|
||||
@@ -94,7 +94,7 @@ export default function HomePage() {
|
||||
price: "₹4,699",
|
||||
rating: 5,
|
||||
reviewCount: "312",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-bowl-pumpkin-seeds-with-blue-cloth-stone-background_114579-74715.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-bowl-pumpkin-seeds-with-blue-cloth-stone-background_114579-74715.jpg?_wi=1",
|
||||
imageAlt: "Beige tailored linen shirt",
|
||||
},
|
||||
{
|
||||
@@ -104,7 +104,7 @@ export default function HomePage() {
|
||||
price: "₹5,999",
|
||||
rating: 5,
|
||||
reviewCount: "425",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-shelled-organic-hazelnuts-blue-cloth-high-quality-photo_114579-75726.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-shelled-organic-hazelnuts-blue-cloth-high-quality-photo_114579-75726.jpg?_wi=1",
|
||||
imageAlt: "Navy blue luxury linen shirt",
|
||||
},
|
||||
]}
|
||||
@@ -164,7 +164,7 @@ export default function HomePage() {
|
||||
price: "₹3,499",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-blue-suit-gray_158538-11076.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-blue-suit-gray_158538-11076.jpg?_wi=1",
|
||||
imageAlt: "Classic white linen bestseller",
|
||||
},
|
||||
{
|
||||
@@ -174,7 +174,7 @@ export default function HomePage() {
|
||||
price: "₹4,699",
|
||||
rating: 5,
|
||||
reviewCount: "987",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-grinning-old-fashioned-man-grandfather-with-clock_1157-39167.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-grinning-old-fashioned-man-grandfather-with-clock_1157-39167.jpg?_wi=1",
|
||||
imageAlt: "Warm beige essential shirt",
|
||||
},
|
||||
{
|
||||
@@ -184,7 +184,7 @@ export default function HomePage() {
|
||||
price: "₹4,199",
|
||||
rating: 5,
|
||||
reviewCount: "856",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-posing-near-gray-wall_158538-9680.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-posing-near-gray-wall_158538-9680.jpg?_wi=1",
|
||||
imageAlt: "Charcoal grey premium shirt",
|
||||
},
|
||||
{
|
||||
@@ -194,7 +194,7 @@ export default function HomePage() {
|
||||
price: "₹5,299",
|
||||
rating: 5,
|
||||
reviewCount: "654",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-scouts-spending-time-nature_23-2149572860.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-scouts-spending-time-nature_23-2149572860.jpg?_wi=1",
|
||||
imageAlt: "Olive green sophistication shirt",
|
||||
},
|
||||
]}
|
||||
@@ -211,7 +211,7 @@ export default function HomePage() {
|
||||
description="CHORMARIS represents a legacy of elegance and sophistication. We believe that luxury menswear should transcend trends and celebrate timeless style. Each piece is meticulously crafted from the finest 150-160 GSM premium linen, ensuring unparalleled comfort and breathability. Our limited edition designs cater to the discerning gentleman who values quality, heritage, and understated elegance. At CHORMARIS, we don't just create shirts—we craft a lifestyle."
|
||||
tag="Our Heritage"
|
||||
tagIcon={Crown}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clothing-store-worker-helping-woman-choose-from-stylish-selection-clothes_482257-118542.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clothing-store-worker-helping-woman-choose-from-stylish-selection-clothes_482257-118542.jpg?_wi=1"
|
||||
imageAlt="CHORMARIS luxury boutique interior"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
@@ -232,37 +232,37 @@ export default function HomePage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man_23-2148479524.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man_23-2148479524.jpg?_wi=1",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Arjun Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5560.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5560.jpg?_wi=1",
|
||||
imageAlt: "Arjun Singh",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vikram Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-senior-man-posing-suit_23-2149488006.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-senior-man-posing-suit_23-2149488006.jpg?_wi=1",
|
||||
imageAlt: "Vikram Patel",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Amit Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg?_wi=1",
|
||||
imageAlt: "Amit Sharma",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rohan Desai",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-15905.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-15905.jpg?_wi=1",
|
||||
imageAlt: "Rohan Desai",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Nikhil Gupta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1082.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1082.jpg?_wi=1",
|
||||
imageAlt: "Nikhil Gupta",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -56,7 +56,7 @@ export default function ShopPage() {
|
||||
price: "₹3,499",
|
||||
rating: 5,
|
||||
reviewCount: "248",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-businessman-model-wearing-casual-summer-white-shirt_158538-1009.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-businessman-model-wearing-casual-summer-white-shirt_158538-1009.jpg?_wi=2",
|
||||
imageAlt: "Premium white linen shirt",
|
||||
},
|
||||
{
|
||||
@@ -66,7 +66,7 @@ export default function ShopPage() {
|
||||
price: "₹4,699",
|
||||
rating: 5,
|
||||
reviewCount: "312",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-bowl-pumpkin-seeds-with-blue-cloth-stone-background_114579-74715.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-bowl-pumpkin-seeds-with-blue-cloth-stone-background_114579-74715.jpg?_wi=2",
|
||||
imageAlt: "Beige tailored linen shirt",
|
||||
},
|
||||
{
|
||||
@@ -76,7 +76,7 @@ export default function ShopPage() {
|
||||
price: "₹5,999",
|
||||
rating: 5,
|
||||
reviewCount: "425",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-shelled-organic-hazelnuts-blue-cloth-high-quality-photo_114579-75726.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-shelled-organic-hazelnuts-blue-cloth-high-quality-photo_114579-75726.jpg?_wi=2",
|
||||
imageAlt: "Navy blue luxury linen shirt",
|
||||
},
|
||||
]}
|
||||
@@ -101,7 +101,7 @@ export default function ShopPage() {
|
||||
price: "₹3,499",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-blue-suit-gray_158538-11076.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-blue-suit-gray_158538-11076.jpg?_wi=2",
|
||||
imageAlt: "Classic white linen bestseller",
|
||||
},
|
||||
{
|
||||
@@ -111,7 +111,7 @@ export default function ShopPage() {
|
||||
price: "₹4,699",
|
||||
rating: 5,
|
||||
reviewCount: "987",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-grinning-old-fashioned-man-grandfather-with-clock_1157-39167.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-grinning-old-fashioned-man-grandfather-with-clock_1157-39167.jpg?_wi=2",
|
||||
imageAlt: "Warm beige essential shirt",
|
||||
},
|
||||
{
|
||||
@@ -121,7 +121,7 @@ export default function ShopPage() {
|
||||
price: "₹4,199",
|
||||
rating: 5,
|
||||
reviewCount: "856",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-posing-near-gray-wall_158538-9680.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-posing-near-gray-wall_158538-9680.jpg?_wi=2",
|
||||
imageAlt: "Charcoal grey premium shirt",
|
||||
},
|
||||
{
|
||||
@@ -131,7 +131,7 @@ export default function ShopPage() {
|
||||
price: "₹5,299",
|
||||
rating: 5,
|
||||
reviewCount: "654",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-scouts-spending-time-nature_23-2149572860.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-scouts-spending-time-nature_23-2149572860.jpg?_wi=2",
|
||||
imageAlt: "Olive green sophistication shirt",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user