From 20ba5af5576269e1966f91ea5ec72561bca8c21d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 00:12:11 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 575e88d..b06216a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -88,7 +88,7 @@ export default function AboutPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-knitted-bag-still-life_23-2150709625.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-knitted-bag-still-life_23-2150709625.jpg?_wi=4" imageAlt="Our luxury leather workshop studio" mediaAnimation="blur-reveal" imagePosition="left" @@ -146,12 +146,12 @@ export default function AboutPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/leather-craftsman-working-with-leather-using-hammer_8353-6079.jpg", + "http://img.b2bpic.net/free-photo/leather-craftsman-working-with-leather-using-hammer_8353-6079.jpg?_wi=4", imageAlt: "Close-up of leather craftsmanship detail", }, { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-knitted-bag-still-life_23-2150709625.jpg", + "http://img.b2bpic.net/free-photo/close-up-knitted-bag-still-life_23-2150709625.jpg?_wi=5", imageAlt: "Artisan workshop interior", }, ], @@ -164,12 +164,12 @@ export default function AboutPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16276.jpg", + "http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16276.jpg?_wi=4", imageAlt: "Luxury boutique interior", }, { imageSrc: - "http://img.b2bpic.net/free-photo/leather-craftsman-working-with-leather-using-hammer_8353-6079.jpg", + "http://img.b2bpic.net/free-photo/leather-craftsman-working-with-leather-using-hammer_8353-6079.jpg?_wi=5", imageAlt: "Detailed craftsmanship", }, ], @@ -182,12 +182,12 @@ export default function AboutPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-knitted-bag-still-life_23-2150709625.jpg", + "http://img.b2bpic.net/free-photo/close-up-knitted-bag-still-life_23-2150709625.jpg?_wi=6", imageAlt: "Professional workshop", }, { imageSrc: - "http://img.b2bpic.net/free-photo/leather-craftsman-working-with-leather-using-hammer_8353-6079.jpg", + "http://img.b2bpic.net/free-photo/leather-craftsman-working-with-leather-using-hammer_8353-6079.jpg?_wi=6", imageAlt: "Expert craftsmanship", }, ], -- 2.49.1 From 5cfb6bf3485072a721085c51b28937318052bae6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 00:12:12 +0000 Subject: [PATCH 2/6] Update src/app/collection/page.tsx --- src/app/collection/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/collection/page.tsx b/src/app/collection/page.tsx index a672976..c8bf729 100644 --- a/src/app/collection/page.tsx +++ b/src/app/collection/page.tsx @@ -88,7 +88,7 @@ export default function CollectionPage() { id: "caramel-tote", name: "The Caramel Structured Tote", price: "$2,450", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-accessories-woman-stylish-apparel-walking-street-sunglasses-handbag-pink-jacket-trendy-colors-spring-summer-fashion-trend-elegant-style-drinking-coffee_285396-4401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-accessories-woman-stylish-apparel-walking-street-sunglasses-handbag-pink-jacket-trendy-colors-spring-summer-fashion-trend-elegant-style-drinking-coffee_285396-4401.jpg?_wi=2", imageAlt: "Caramel leather structured tote handbag", initialQuantity: 1, isFavorited: false, @@ -97,7 +97,7 @@ export default function CollectionPage() { id: "burgundy-crossbody", name: "The Burgundy Crossbody", price: "$1,895", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-pink-coat-standing-street_1303-31159.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-pink-coat-standing-street_1303-31159.jpg?_wi=2", imageAlt: "Burgundy leather crossbody handbag", initialQuantity: 1, isFavorited: false, @@ -106,7 +106,7 @@ export default function CollectionPage() { id: "black-essential", name: "The Black Essential", price: "$2,100", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-black-perfume-bottle-with-gold-cap-dark-textured-background_84443-84117.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-black-perfume-bottle-with-gold-cap-dark-textured-background_84443-84117.jpg?_wi=2", imageAlt: "Black leather premium handbag", initialQuantity: 1, isFavorited: false, @@ -166,7 +166,7 @@ export default function CollectionPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16276.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16276.jpg?_wi=3" imageAlt="Our luxury boutique studio" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1 From 44165d1838a0142b9cada2d053c7fafd15bf4c83 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 00:12:12 +0000 Subject: [PATCH 3/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4273667..8e36be7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -83,7 +83,7 @@ export default function ContactPage() { variant: "radial-gradient", }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16276.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16276.jpg?_wi=5" imageAlt="Our luxury boutique studio" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1 From adfa607592d2ef2ebf666b2f91b164966d0d4dc7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 00:12:13 +0000 Subject: [PATCH 4/6] Update src/app/layout.tsx --- src/app/layout.tsx | 55 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 590a34c..4d4d584 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,61 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Public_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 { Public_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 publicSans = Public_Sans({ variable: "--font-public-sans", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Yvonnes Secret - Luxury Investment Handbags Built to Last", + description: "Discover investment-quality handbags crafted with master artisanship and premium materials. Yvonnes Secret handbags are trusted by discerning women for lasting beauty, durability, and timeless style.", + keywords: "luxury handbags, investment quality bags, handcrafted leather purses, designer handbags, timeless fashion, premium quality", + metadataBase: new URL("https://yvonnessecret.com"), + alternates: { + canonical: "https://yvonnessecret.com", + }, + openGraph: { + title: "Yvonnes Secret - Luxury Investment Handbags", + description: "Investment-quality handbags designed to last lifetimes. Discover authentic craftsmanship and transparent quality.", + url: "https://yvonnessecret.com", + siteName: "Yvonnes Secret", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/bag-hanging-from-furniture-item-indoors_23-2151073533.jpg", + alt: "Luxury leather handbag by Yvonnes Secret", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Yvonnes Secret - Luxury Investment Handbags", + description: "Premium, investment-quality handbags crafted with timeless design and master artisanship.", + images: ["http://img.b2bpic.net/free-photo/bag-hanging-from-furniture-item-indoors_23-2151073533.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +64,9 @@ export default function RootLayout({ return ( - + {children}