From 48d640a3d8b39b8ef35326ce2471753868bafc7e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 10:59:22 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4b13001..9881a7b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ {children} -- 2.49.1 From 617bbcdac00b44b5bbbb10e8e0870f0529ae3ea5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 10:59:23 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a6b1861..59b62d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,12 +63,12 @@ export default function HomePage() {
Date: Fri, 5 Jun 2026 10:59:23 +0000 Subject: [PATCH 3/3] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index e9ab168..52240a7 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -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" -- 2.49.1