Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-10 10:20:33 +00:00
7 changed files with 76 additions and 37 deletions

View File

@@ -84,7 +84,7 @@ export default function AboutPage() {
role: "CEO & Entrepreneur",
company: "Morrison Enterprises",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-brunette-male-leaning-cliffs-sunlight_181624-38282.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-brunette-male-leaning-cliffs-sunlight_181624-38282.jpg?_wi=3",
imageAlt: "Alexander Morrison",
},
{
@@ -93,7 +93,7 @@ export default function AboutPage() {
role: "Fashion Designer",
company: "Richardson Atelier",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20616.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20616.jpg?_wi=3",
imageAlt: "James Richardson",
},
{
@@ -102,7 +102,7 @@ export default function AboutPage() {
role: "Investment Manager",
company: "Sterling Capital",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/shirtless-handsome-male-with-perfect-muscular-body-posing-while-leaning-chair-studio_613910-4277.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shirtless-handsome-male-with-perfect-muscular-body-posing-while-leaning-chair-studio_613910-4277.jpg?_wi=3",
imageAlt: "Michael Sterling",
},
{
@@ -111,7 +111,7 @@ export default function AboutPage() {
role: "Luxury Consultant",
company: "Ashford & Co",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-man-coat-thoughtfully-looking-away-outdoor_574295-2786.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-man-coat-thoughtfully-looking-away-outdoor_574295-2786.jpg?_wi=2",
imageAlt: "David Ashford",
},
]}

View File

@@ -25,7 +25,7 @@ const defaultCartItems: CartItem[] = [
quantity: 1,
size: "M",
color: "Beige",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt-black-suit_158595-4808.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt-black-suit_158595-4808.jpg?_wi=4",
},
{
id: "2",
@@ -34,7 +34,7 @@ const defaultCartItems: CartItem[] = [
quantity: 2,
size: "L",
color: "White",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-man-model-wearing-white-clothes-posing-near-rocks-beach_158538-2337.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-man-model-wearing-white-clothes-posing-near-rocks-beach_158538-2337.jpg?_wi=4",
},
];

View File

@@ -56,7 +56,7 @@ export default function CheckoutPage() {
id: "1",
name: "Classic Beige Linen Shirt",
price: "$189.00",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt-black-suit_158595-4808.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt-black-suit_158595-4808.jpg?_wi=5",
imageAlt: "Classic beige linen shirt",
initialQuantity: 1,
},
@@ -64,7 +64,7 @@ export default function CheckoutPage() {
id: "2",
name: "Premium White Linen Shirt",
price: "$195.00",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-man-model-wearing-white-clothes-posing-near-rocks-beach_158538-2337.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-man-model-wearing-white-clothes-posing-near-rocks-beach_158538-2337.jpg?_wi=5",
imageAlt: "Premium white linen shirt",
initialQuantity: 1,
},
@@ -72,7 +72,7 @@ export default function CheckoutPage() {
id: "3",
name: "Luxe Navy Linen Shirt",
price: "$199.00",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-groom-buttoning-his-shirt_1153-444.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-groom-buttoning-his-shirt_1153-444.jpg?_wi=4",
imageAlt: "Luxury navy linen shirt",
initialQuantity: 1,
},
@@ -80,7 +80,7 @@ export default function CheckoutPage() {
id: "4",
name: "Sophisticated Charcoal Linen",
price: "$189.00",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-best-man_23-2149044031.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-best-man_23-2149044031.jpg?_wi=4",
imageAlt: "Sophisticated charcoal linen shirt",
initialQuantity: 1,
},

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { DM_Sans } 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 { DM_Sans } 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 dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Luxury Linen Men's Shirts | Premium Craftsmanship | LUXE LINEN",
description: "Experience premium luxury with LUXE LINEN's exclusive collection of hand-crafted linen shirts. 100% European linen, timeless style, and exceptional quality for the discerning gentleman.",
keywords: "luxury linen shirts, mens premium linen, high quality linen apparel, luxury casual shirts, linen clothing for men, premium menswear",
metadataBase: new URL("https://luxelinen.com"),
alternates: {
canonical: "https://luxelinen.com",
},
openGraph: {
title: "LUXE LINEN - Premium Luxury Linen Men's Shirts",
description: "Discover the epitome of luxury with our hand-crafted linen shirts for the modern gentleman.",
url: "https://luxelinen.com",
siteName: "LUXE LINEN",
images: [
{
url: "http://img.b2bpic.net/free-photo/handsome-confident-model-sexy-stylish-man-dressed-white-shirt-jeans-fashion-hipster-male-posing-near-white-wall-studio-interior-sunny-day-shadow-from-window-sunglasses_158538-23364.jpg",
alt: "LUXE LINEN Premium Linen Shirt Collection",
},
],
type: "website",
},
twitter: {
card: "summary_large_image",
title: "LUXE LINEN - Premium Luxury Linen Shirts",
description: "Experience luxury with our exclusive collection of hand-crafted linen shirts.",
images: ["http://img.b2bpic.net/free-photo/handsome-confident-model-sexy-stylish-man-dressed-white-shirt-jeans-fashion-hipster-male-posing-near-white-wall-studio-interior-sunny-day-shadow-from-window-sunglasses_158538-23364.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={`${dmSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -86,7 +86,7 @@ export default function HomePage() {
id: "1",
name: "Classic Beige Linen Shirt",
price: "$189.00",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt-black-suit_158595-4808.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt-black-suit_158595-4808.jpg?_wi=1",
imageAlt: "Classic beige linen shirt",
initialQuantity: 1,
},
@@ -94,7 +94,7 @@ export default function HomePage() {
id: "2",
name: "Premium White Linen Shirt",
price: "$195.00",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-man-model-wearing-white-clothes-posing-near-rocks-beach_158538-2337.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-man-model-wearing-white-clothes-posing-near-rocks-beach_158538-2337.jpg?_wi=1",
imageAlt: "Premium white linen shirt",
initialQuantity: 1,
},
@@ -102,7 +102,7 @@ export default function HomePage() {
id: "3",
name: "Luxe Navy Linen Shirt",
price: "$199.00",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-groom-buttoning-his-shirt_1153-444.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-groom-buttoning-his-shirt_1153-444.jpg?_wi=1",
imageAlt: "Luxury navy linen shirt",
initialQuantity: 1,
},
@@ -110,7 +110,7 @@ export default function HomePage() {
id: "4",
name: "Sophisticated Charcoal Linen",
price: "$189.00",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-best-man_23-2149044031.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-best-man_23-2149044031.jpg?_wi=1",
imageAlt: "Sophisticated charcoal linen shirt",
initialQuantity: 1,
},
@@ -200,7 +200,7 @@ export default function HomePage() {
role: "CEO & Entrepreneur",
company: "Morrison Enterprises",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-brunette-male-leaning-cliffs-sunlight_181624-38282.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-brunette-male-leaning-cliffs-sunlight_181624-38282.jpg?_wi=1",
imageAlt: "Alexander Morrison",
},
{
@@ -209,7 +209,7 @@ export default function HomePage() {
role: "Fashion Designer",
company: "Richardson Atelier",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20616.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20616.jpg?_wi=1",
imageAlt: "James Richardson",
},
{
@@ -218,7 +218,7 @@ export default function HomePage() {
role: "Investment Manager",
company: "Sterling Capital",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/shirtless-handsome-male-with-perfect-muscular-body-posing-while-leaning-chair-studio_613910-4277.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shirtless-handsome-male-with-perfect-muscular-body-posing-while-leaning-chair-studio_613910-4277.jpg?_wi=1",
imageAlt: "Michael Sterling",
},
{
@@ -227,7 +227,7 @@ export default function HomePage() {
role: "Luxury Consultant",
company: "Ashford & Co",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-man-coat-thoughtfully-looking-away-outdoor_574295-2786.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-man-coat-thoughtfully-looking-away-outdoor_574295-2786.jpg?_wi=1",
imageAlt: "David Ashford",
},
]}

View File

@@ -14,7 +14,7 @@ const productData = [
name: "Classic Beige Linen Shirt",
price: "$189.00",
description: "A timeless beige linen shirt crafted from 100% European linen. Perfect for casual elegance and everyday wear.",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt-black-suit_158595-4808.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt-black-suit_158595-4808.jpg?_wi=3",
imageAlt: "Classic beige linen shirt",
fullDescription: "Introducing our signature Classic Beige Linen Shirt, the cornerstone of any gentleman's wardrobe. Hand-stitched with meticulous attention to detail, this shirt features:\n\n• 100% Premium European Linen\n• Breathable & Lightweight\n• Natural Texture & Durability\n• Timeless Beige Tone\n• Available in Sizes XS-XXL\n\nPerfect for layering, this shirt transitions seamlessly from casual weekends to sophisticated business settings.",
sizes: ["XS", "S", "M", "L", "XL", "XXL"],
@@ -25,7 +25,7 @@ const productData = [
name: "Premium White Linen Shirt",
price: "$195.00",
description: "An elegant white linen shirt offering supreme comfort and sophisticated style. Ideal for both casual and formal occasions.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-man-model-wearing-white-clothes-posing-near-rocks-beach_158538-2337.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-man-model-wearing-white-clothes-posing-near-rocks-beach_158538-2337.jpg?_wi=3",
imageAlt: "Premium white linen shirt",
fullDescription: "Our Premium White Linen Shirt represents the height of luxury casual wear. Crafted with precision and passion:\n\n• Pure European Linen Construction\n• Crisp White Finish\n• Premium Quality Buttons\n• Machine Washable\n• Refined Minimalist Design\n• Fade-Resistant\n\nThis versatile piece pairs effortlessly with any outfit, making it an essential investment for the discerning gentleman.",
sizes: ["XS", "S", "M", "L", "XL", "XXL"],
@@ -36,7 +36,7 @@ const productData = [
name: "Luxe Navy Linen Shirt",
price: "$199.00",
description: "A sophisticated navy linen shirt that exudes refined elegance. Perfect for creating striking fashion statements.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-groom-buttoning-his-shirt_1153-444.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-groom-buttoning-his-shirt_1153-444.jpg?_wi=3",
imageAlt: "Luxury navy linen shirt",
fullDescription: "The Luxe Navy Linen Shirt is a sophisticated choice for the modern gentleman. Features include:\n\n• Rich Navy Tone\n• 100% Premium Linen\n• Expert Stitching & Tailoring\n• Comfortable Fit\n• Wrinkle-Resistant Treatment\n• Season-Spanning Versatility\n\nPair with tailored trousers for a polished look or with shorts for casual elegance. This shirt becomes more beautiful with every wear.",
sizes: ["XS", "S", "M", "L", "XL", "XXL"],
@@ -47,7 +47,7 @@ const productData = [
name: "Sophisticated Charcoal Linen",
price: "$189.00",
description: "An understated charcoal linen shirt combining luxury with everyday wearability. A modern essential for sophisticated dressing.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-best-man_23-2149044031.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-best-man_23-2149044031.jpg?_wi=3",
imageAlt: "Sophisticated charcoal linen shirt",
fullDescription: "Our Sophisticated Charcoal Linen Shirt brings understated luxury to your wardrobe. Featuring:\n\n• Deep Charcoal Shade\n• 100% European Linen\n• Modern Tailored Fit\n• Premium Construction\n• Versatile & Timeless\n• Easy Care\n\nThis modern essential works perfectly in any setting, from casual to semi-formal occasions, making it a must-have for the contemporary gentleman.",
sizes: ["XS", "S", "M", "L", "XL", "XXL"],

View File

@@ -54,7 +54,7 @@ export default function ShopPage() {
id: "1",
name: "Classic Beige Linen Shirt",
price: "$189.00",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt-black-suit_158595-4808.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt-black-suit_158595-4808.jpg?_wi=2",
imageAlt: "Classic beige linen shirt",
initialQuantity: 1,
},
@@ -62,7 +62,7 @@ export default function ShopPage() {
id: "2",
name: "Premium White Linen Shirt",
price: "$195.00",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-man-model-wearing-white-clothes-posing-near-rocks-beach_158538-2337.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-man-model-wearing-white-clothes-posing-near-rocks-beach_158538-2337.jpg?_wi=2",
imageAlt: "Premium white linen shirt",
initialQuantity: 1,
},
@@ -70,7 +70,7 @@ export default function ShopPage() {
id: "3",
name: "Luxe Navy Linen Shirt",
price: "$199.00",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-groom-buttoning-his-shirt_1153-444.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-groom-buttoning-his-shirt_1153-444.jpg?_wi=2",
imageAlt: "Luxury navy linen shirt",
initialQuantity: 1,
},
@@ -78,7 +78,7 @@ export default function ShopPage() {
id: "4",
name: "Sophisticated Charcoal Linen",
price: "$189.00",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-best-man_23-2149044031.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-best-man_23-2149044031.jpg?_wi=2",
imageAlt: "Sophisticated charcoal linen shirt",
initialQuantity: 1,
},
@@ -105,7 +105,7 @@ export default function ShopPage() {
role: "CEO & Entrepreneur",
company: "Morrison Enterprises",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-brunette-male-leaning-cliffs-sunlight_181624-38282.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-brunette-male-leaning-cliffs-sunlight_181624-38282.jpg?_wi=2",
imageAlt: "Alexander Morrison",
},
{
@@ -114,7 +114,7 @@ export default function ShopPage() {
role: "Fashion Designer",
company: "Richardson Atelier",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20616.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20616.jpg?_wi=2",
imageAlt: "James Richardson",
},
{
@@ -123,7 +123,7 @@ export default function ShopPage() {
role: "Investment Manager",
company: "Sterling Capital",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/shirtless-handsome-male-with-perfect-muscular-body-posing-while-leaning-chair-studio_613910-4277.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shirtless-handsome-male-with-perfect-muscular-body-posing-while-leaning-chair-studio_613910-4277.jpg?_wi=2",
imageAlt: "Michael Sterling",
},
]}