Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -60,7 +60,7 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-handsome-man-choosing-shoes-shop_1303-19725.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-handsome-man-choosing-shoes-shop_1303-19725.jpg?_wi=3"
|
||||
imageAlt="LUXE MEN luxury showroom"
|
||||
bulletPoints={[
|
||||
{
|
||||
@@ -98,25 +98,25 @@ export default function AboutPage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "James Mitchell",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-white-t-shirt-with-tie-isolated-pink-wall_141793-87136.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-white-t-shirt-with-tie-isolated-pink-wall_141793-87136.jpg?_wi=3",
|
||||
imageAlt: "James Mitchell",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-engagement-ring-his-amazed-girlfriend-restaurant_23-2147891140.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-engagement-ring-his-amazed-girlfriend-restaurant_23-2147891140.jpg?_wi=3",
|
||||
imageAlt: "David Chen",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marcus Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-holding-colorful-shopping-bags-smiling-excited-buying-gifts-standing-blue-bac_1258-152523.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-holding-colorful-shopping-bags-smiling-excited-buying-gifts-standing-blue-bac_1258-152523.jpg?_wi=4",
|
||||
imageAlt: "Marcus Johnson",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alex Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-man-standing-outdoors-with-his-arms-crossed_1262-19037.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-man-standing-outdoors-with-his-arms-crossed_1262-19037.jpg?_wi=3",
|
||||
imageAlt: "Alex Rodriguez",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -65,7 +65,7 @@ export default function CartPage() {
|
||||
{ text: "Proceed to Checkout", href: "/checkout" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-young-man-holding-colorful-shopping-bags-smiling-excited-buying-gifts-standing-blue-bac_1258-152523.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-young-man-holding-colorful-shopping-bags-smiling-excited-buying-gifts-standing-blue-bac_1258-152523.jpg?_wi=2"
|
||||
imageAlt="Happy customer with shopping bags"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -80,7 +80,7 @@ export default function CartPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/groom-ties-laces-his-shoes_8353-9647.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/groom-ties-laces-his-shoes_8353-9647.jpg?_wi=2"
|
||||
imageAlt="Premium packaging delivery"
|
||||
inputs={[
|
||||
{
|
||||
@@ -111,25 +111,25 @@ export default function CartPage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "James Mitchell",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-white-t-shirt-with-tie-isolated-pink-wall_141793-87136.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-white-t-shirt-with-tie-isolated-pink-wall_141793-87136.jpg?_wi=2",
|
||||
imageAlt: "James Mitchell",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-engagement-ring-his-amazed-girlfriend-restaurant_23-2147891140.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-engagement-ring-his-amazed-girlfriend-restaurant_23-2147891140.jpg?_wi=2",
|
||||
imageAlt: "David Chen",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marcus Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-holding-colorful-shopping-bags-smiling-excited-buying-gifts-standing-blue-bac_1258-152523.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-holding-colorful-shopping-bags-smiling-excited-buying-gifts-standing-blue-bac_1258-152523.jpg?_wi=3",
|
||||
imageAlt: "Marcus Johnson",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alex Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-man-standing-outdoors-with-his-arms-crossed_1262-19037.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-man-standing-outdoors-with-his-arms-crossed_1262-19037.jpg?_wi=2",
|
||||
imageAlt: "Alex Rodriguez",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Raleway } 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 { Raleway } 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 raleway = Raleway({
|
||||
variable: "--font-raleway",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "LUXE MEN - Premium Men's Fashion & Designer Menswear",
|
||||
description: "Discover luxury men's fashion with LUXE MEN. Shop premium designer clothing, shoes, and accessories with sophisticated style and exceptional quality.",
|
||||
keywords: "men's fashion, premium menswear, designer clothes, luxury fashion, men's clothing, fashion brand",
|
||||
metadataBase: new URL("https://luxemen.com"),
|
||||
alternates: {
|
||||
canonical: "https://luxemen.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "LUXE MEN - Premium Men's Fashion",
|
||||
description: "Elevate your style with our exclusive collection of luxury menswear and designer accessories.",
|
||||
url: "https://luxemen.com",
|
||||
siteName: "LUXE MEN",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/picture-elegant-young-fashion-man_158595-531.jpg",
|
||||
alt: "LUXE MEN Premium Fashion",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "LUXE MEN - Premium Men's Fashion",
|
||||
description: "Discover luxury menswear and designer accessories at LUXE MEN.",
|
||||
images: ["http://img.b2bpic.net/free-photo/picture-elegant-young-fashion-man_158595-531.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={`${raleway.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -123,7 +123,7 @@ export default function HomePage() {
|
||||
id: 5,
|
||||
title: "Shoes",
|
||||
description: "Designer footwear from casual to formal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-ties-laces-his-shoes_8353-9647.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-ties-laces-his-shoes_8353-9647.jpg?_wi=1",
|
||||
imageAlt: "Luxury shoes collection",
|
||||
},
|
||||
{
|
||||
@@ -152,42 +152,42 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Premium Black Hoodie",
|
||||
price: "$189",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-arab-beard-man-wear-grey-turtleneck-black-jaket-arabian-model-guy_627829-4314.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-arab-beard-man-wear-grey-turtleneck-black-jaket-arabian-model-guy_627829-4314.jpg?_wi=1",
|
||||
imageAlt: "Premium black hoodie",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Designer Sneakers",
|
||||
price: "$249",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3608.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3608.jpg?_wi=1",
|
||||
imageAlt: "Luxury designer sneakers",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Leather Jacket",
|
||||
price: "$599",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-man-black-leather-jacket-pointing-fingers-left-promo-offer_1258-26692.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-man-black-leather-jacket-pointing-fingers-left-promo-offer_1258-26692.jpg?_wi=1",
|
||||
imageAlt: "Premium leather jacket",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dark Denim Jeans",
|
||||
price: "$159",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt_1921-77.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt_1921-77.jpg?_wi=1",
|
||||
imageAlt: "Luxury dark denim jeans",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Designer Watch",
|
||||
price: "$1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-looking-watch_23-2147985445.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-looking-watch_23-2147985445.jpg?_wi=1",
|
||||
imageAlt: "Luxury timepiece",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Premium Polo Shirt",
|
||||
price: "$129",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-businessman_158595-258.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-businessman_158595-258.jpg?_wi=1",
|
||||
imageAlt: "Premium polo shirt",
|
||||
},
|
||||
]}
|
||||
@@ -209,21 +209,21 @@ export default function HomePage() {
|
||||
id: "7",
|
||||
name: "Streetwear Essentials",
|
||||
price: "$549",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10436.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10436.jpg?_wi=1",
|
||||
imageAlt: "Complete streetwear outfit",
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
name: "Business Formal",
|
||||
price: "$899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-near-dark-wall_158538-11254.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-near-dark-wall_158538-11254.jpg?_wi=1",
|
||||
imageAlt: "Complete formal business outfit",
|
||||
},
|
||||
{
|
||||
id: "9",
|
||||
name: "Weekend Casual",
|
||||
price: "$399",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-bearded-man_1303-19639.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-bearded-man_1303-19639.jpg?_wi=1",
|
||||
imageAlt: "Complete casual weekend outfit",
|
||||
},
|
||||
]}
|
||||
@@ -240,7 +240,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-handsome-man-choosing-shoes-shop_1303-19725.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-handsome-man-choosing-shoes-shop_1303-19725.jpg?_wi=1"
|
||||
imageAlt="LUXE MEN luxury showroom"
|
||||
bulletPoints={[
|
||||
{
|
||||
@@ -278,25 +278,25 @@ export default function HomePage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "James Mitchell",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-white-t-shirt-with-tie-isolated-pink-wall_141793-87136.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-white-t-shirt-with-tie-isolated-pink-wall_141793-87136.jpg?_wi=1",
|
||||
imageAlt: "James Mitchell",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-engagement-ring-his-amazed-girlfriend-restaurant_23-2147891140.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-engagement-ring-his-amazed-girlfriend-restaurant_23-2147891140.jpg?_wi=1",
|
||||
imageAlt: "David Chen",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marcus Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-holding-colorful-shopping-bags-smiling-excited-buying-gifts-standing-blue-bac_1258-152523.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-holding-colorful-shopping-bags-smiling-excited-buying-gifts-standing-blue-bac_1258-152523.jpg?_wi=1",
|
||||
imageAlt: "Marcus Johnson",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alex Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-man-standing-outdoors-with-his-arms-crossed_1262-19037.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-man-standing-outdoors-with-his-arms-crossed_1262-19037.jpg?_wi=1",
|
||||
imageAlt: "Alex Rodriguez",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -65,7 +65,7 @@ export default function ProductDetailPage() {
|
||||
{ text: "View Details", href: "/product/detail" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/confident-man-black-leather-jacket-pointing-fingers-left-promo-offer_1258-26692.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/confident-man-black-leather-jacket-pointing-fingers-left-promo-offer_1258-26692.jpg?_wi=3"
|
||||
imageAlt="Premium black leather jacket"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -83,7 +83,7 @@ export default function ProductDetailPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-handsome-man-choosing-shoes-shop_1303-19725.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-handsome-man-choosing-shoes-shop_1303-19725.jpg?_wi=2"
|
||||
imageAlt="LUXE MEN luxury showroom"
|
||||
bulletPoints={[
|
||||
{
|
||||
@@ -124,21 +124,21 @@ export default function ProductDetailPage() {
|
||||
id: 1,
|
||||
title: "Premium Polo Shirt",
|
||||
description: "Perfect layering piece for any occasion",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-businessman_158595-258.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-businessman_158595-258.jpg?_wi=3",
|
||||
imageAlt: "Premium polo shirt",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Dark Denim Jeans",
|
||||
description: "Expertly tailored for a refined silhouette",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt_1921-77.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt_1921-77.jpg?_wi=3",
|
||||
imageAlt: "Luxury dark denim jeans",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Luxury Watch",
|
||||
description: "Sophisticated timepiece to complement your style",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-looking-watch_23-2147985445.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-looking-watch_23-2147985445.jpg?_wi=3",
|
||||
imageAlt: "Luxury timepiece",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -63,42 +63,42 @@ export default function ShopPage() {
|
||||
id: "1",
|
||||
name: "Premium Black Hoodie",
|
||||
price: "$189",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-arab-beard-man-wear-grey-turtleneck-black-jaket-arabian-model-guy_627829-4314.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-arab-beard-man-wear-grey-turtleneck-black-jaket-arabian-model-guy_627829-4314.jpg?_wi=2",
|
||||
imageAlt: "Premium black hoodie",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Designer Sneakers",
|
||||
price: "$249",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3608.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3608.jpg?_wi=2",
|
||||
imageAlt: "Luxury designer sneakers",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Leather Jacket",
|
||||
price: "$599",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-man-black-leather-jacket-pointing-fingers-left-promo-offer_1258-26692.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-man-black-leather-jacket-pointing-fingers-left-promo-offer_1258-26692.jpg?_wi=2",
|
||||
imageAlt: "Premium leather jacket",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dark Denim Jeans",
|
||||
price: "$159",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt_1921-77.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt_1921-77.jpg?_wi=2",
|
||||
imageAlt: "Luxury dark denim jeans",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Designer Watch",
|
||||
price: "$1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-looking-watch_23-2147985445.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-looking-watch_23-2147985445.jpg?_wi=2",
|
||||
imageAlt: "Luxury timepiece",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Premium Polo Shirt",
|
||||
price: "$129",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-businessman_158595-258.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-businessman_158595-258.jpg?_wi=2",
|
||||
imageAlt: "Premium polo shirt",
|
||||
},
|
||||
]}
|
||||
@@ -120,21 +120,21 @@ export default function ShopPage() {
|
||||
id: "7",
|
||||
name: "Streetwear Essentials",
|
||||
price: "$549",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10436.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10436.jpg?_wi=2",
|
||||
imageAlt: "Complete streetwear outfit",
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
name: "Business Formal",
|
||||
price: "$899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-near-dark-wall_158538-11254.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-near-dark-wall_158538-11254.jpg?_wi=2",
|
||||
imageAlt: "Complete formal business outfit",
|
||||
},
|
||||
{
|
||||
id: "9",
|
||||
name: "Weekend Casual",
|
||||
price: "$399",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-bearded-man_1303-19639.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-bearded-man_1303-19639.jpg?_wi=2",
|
||||
imageAlt: "Complete casual weekend outfit",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user