Merge version_1 into main #1
@@ -1,26 +1,30 @@
|
||||
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 "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
const poppins = Poppins({
|
||||
variable: "--font-poppins", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
title: "VYNT | Premium Luxury Fashion & Lifestyle", description: "Discover VYNT, the luxury fashion brand blending modern aesthetics with minimalistic streetwear. Built for the ambitious, elegant, and disciplined. Shop exclusive collections.", openGraph: {
|
||||
title: "VYNT | Premium Luxury Fashion & Lifestyle", description: "Discover VYNT, the luxury fashion brand blending modern aesthetics with minimalistic streetwear. Built for the ambitious, elegant, and disciplined. Shop exclusive collections.", url: "/", siteName: "VYNT", images: [{
|
||||
url: "http://img.b2bpic.net/free-photo/stylish-mother-with-daughter-summer-city_1157-38466.jpg", alt: "VYNT Luxury Fashion"
|
||||
}],
|
||||
type: "website"
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "VYNT | Premium Luxury Fashion & Lifestyle", description: "Discover VYNT, the luxury fashion brand blending modern aesthetics with minimalistic streetwear. Built for the ambitious, elegant, and disciplined. Shop exclusive collections.", images: ["http://img.b2bpic.net/free-photo/stylish-mother-with-daughter-summer-city_1157-38466.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -32,7 +36,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
className={`${poppins.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
@@ -63,12 +63,12 @@ export default function HomePage() {
|
||||
<div id="signature-styles" data-section="signature-styles">
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{ id: "hoodie-1", name: "Oversized Hoodie - Black", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style_1321-3388.jpg", imageAlt: "Oversized black hoodie" },
|
||||
{ id: "tshirt-1", name: "Heavyweight T-Shirt - Dark Grey", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait_1296-637.jpg", imageAlt: "Heavyweight dark grey t-shirt" },
|
||||
{ id: "sweatpant-1", name: "Premium Sweatpants - Black", price: "$100", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-african-american-woman-wearing-coat-posing-street_181624-28798.jpg", imageAlt: "Premium black sweatpants" },
|
||||
{ id: "hoodie-2", name: "Oversized Hoodie - Dark Grey", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/portrait-curly-haired-young-man_23-2148892094.jpg", imageAlt: "Oversized dark grey hoodie" },
|
||||
{ id: "tshirt-2", name: "Heavyweight T-Shirt - White", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-girl-white-oversized-tshirt-blue-jeans-posing-gray-background_89887-969.jpg", imageAlt: "Heavyweight white t-shirt" },
|
||||
{ id: "sweatpant-2", name: "Premium Sweatpants - Dark Grey", price: "$100", imageSrc: "http://img.b2bpic.net/free-photo/girl-walking-seashore-sea-sand-ocean-girl-headphones-listening-music_169016-67659.jpg", imageAlt: "Premium dark grey sweatpants" },
|
||||
{ id: "hoodie-1", name: "Oversized Hoodie - Black", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style_1321-3388.jpg?_wi=1", imageAlt: "Oversized black hoodie" },
|
||||
{ id: "tshirt-1", name: "Heavyweight T-Shirt - Dark Grey", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait_1296-637.jpg?_wi=1", imageAlt: "Heavyweight dark grey t-shirt" },
|
||||
{ id: "sweatpant-1", name: "Premium Sweatpants - Black", price: "$100", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-african-american-woman-wearing-coat-posing-street_181624-28798.jpg?_wi=1", imageAlt: "Premium black sweatpants" },
|
||||
{ id: "hoodie-2", name: "Oversized Hoodie - Dark Grey", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/portrait-curly-haired-young-man_23-2148892094.jpg?_wi=1", imageAlt: "Oversized dark grey hoodie" },
|
||||
{ id: "tshirt-2", name: "Heavyweight T-Shirt - White", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-girl-white-oversized-tshirt-blue-jeans-posing-gray-background_89887-969.jpg?_wi=1", imageAlt: "Heavyweight white t-shirt" },
|
||||
{ id: "sweatpant-2", name: "Premium Sweatpants - Dark Grey", price: "$100", imageSrc: "http://img.b2bpic.net/free-photo/girl-walking-seashore-sea-sand-ocean-girl-headphones-listening-music_169016-67659.jpg?_wi=1", imageAlt: "Premium dark grey sweatpants" },
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
|
||||
@@ -63,12 +63,12 @@ export default function ShopPage() {
|
||||
title="Featured Selections"
|
||||
description="Handpicked garments that embody the essence of VYNT luxury and streetwear."
|
||||
products={[
|
||||
{ id: "feat-prod-1", name: "Oversized Hoodie - Black", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style_1321-3388.jpg", imageAlt: "Oversized black hoodie" },
|
||||
{ id: "feat-prod-2", name: "Heavyweight T-Shirt - Dark Grey", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait_1296-637.jpg", imageAlt: "Heavyweight dark grey t-shirt" },
|
||||
{ id: "feat-prod-3", name: "Premium Sweatpants - Black", price: "$100", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-african-american-woman-wearing-coat-posing-street_181624-28798.jpg", imageAlt: "Premium black sweatpants" },
|
||||
{ id: "feat-prod-4", name: "Oversized Hoodie - Dark Grey", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/portrait-curly-haired-young-man_23-2148892094.jpg", imageAlt: "Oversized dark grey hoodie" },
|
||||
{ id: "feat-prod-5", name: "Heavyweight T-Shirt - White", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-girl-white-oversized-tshirt-blue-jeans-posing-gray-background_89887-969.jpg", imageAlt: "Heavyweight white t-shirt" },
|
||||
{ id: "feat-prod-6", name: "Premium Sweatpants - Dark Grey", price: "$100", imageSrc: "http://img.b2bpic.net/free-photo/girl-walking-seashore-sea-sand-ocean-girl-headphones-listening-music_169016-67659.jpg", imageAlt: "Premium dark grey sweatpants" },
|
||||
{ id: "feat-prod-1", name: "Oversized Hoodie - Black", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style_1321-3388.jpg?_wi=2", imageAlt: "Oversized black hoodie" },
|
||||
{ id: "feat-prod-2", name: "Heavyweight T-Shirt - Dark Grey", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait_1296-637.jpg?_wi=2", imageAlt: "Heavyweight dark grey t-shirt" },
|
||||
{ id: "feat-prod-3", name: "Premium Sweatpants - Black", price: "$100", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-african-american-woman-wearing-coat-posing-street_181624-28798.jpg?_wi=2", imageAlt: "Premium black sweatpants" },
|
||||
{ id: "feat-prod-4", name: "Oversized Hoodie - Dark Grey", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/portrait-curly-haired-young-man_23-2148892094.jpg?_wi=2", imageAlt: "Oversized dark grey hoodie" },
|
||||
{ id: "feat-prod-5", name: "Heavyweight T-Shirt - White", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-girl-white-oversized-tshirt-blue-jeans-posing-gray-background_89887-969.jpg?_wi=2", imageAlt: "Heavyweight white t-shirt" },
|
||||
{ id: "feat-prod-6", name: "Premium Sweatpants - Dark Grey", price: "$100", imageSrc: "http://img.b2bpic.net/free-photo/girl-walking-seashore-sea-sand-ocean-girl-headphones-listening-music_169016-67659.jpg?_wi=2", imageAlt: "Premium dark grey sweatpants" },
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user