Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-18 00:12:18 +00:00
6 changed files with 85 additions and 46 deletions

View File

@@ -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",
},
],

View File

@@ -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"

View File

@@ -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"

View File

@@ -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 (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${publicSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${publicSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -101,7 +101,7 @@ export default function HomePage() {
handle: "@margaretluxe",
testimonial: "I've carried this bag daily for 7 years. It looks better now than when I bought it. True investment quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-elegant-woman-with-bright-make-up-dark-blazer_291049-110.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-elegant-woman-with-bright-make-up-dark-blazer_291049-110.jpg?_wi=1",
imageAlt: "Margaret Chen",
},
{
@@ -109,7 +109,7 @@ export default function HomePage() {
handle: "@sarah.style",
testimonial: "The craftsmanship is evident in every stitch. Worth every penny for something that lasts.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/party-girl-with-yellow-color-effect_23-2147635310.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/party-girl-with-yellow-color-effect_23-2147635310.jpg?_wi=1",
imageAlt: "Sarah Mitchell",
},
{
@@ -117,7 +117,7 @@ export default function HomePage() {
handle: "@juliablack",
testimonial: "Finally found a handbag I can pass down to my daughter. That's what Yvonnes Secret means.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-insurance-agent-talking-with-mature-couple-about-their-retirement-plans-meeting-office_637285-1798.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-insurance-agent-talking-with-mature-couple-about-their-retirement-plans-meeting-office_637285-1798.jpg?_wi=1",
imageAlt: "Julia Blackwell",
},
]}
@@ -136,7 +136,7 @@ export default function HomePage() {
tagAnimation="slide-up"
buttons={[{ text: "View Full Story", href: "/about" }]}
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=1"
imageAlt="Our luxury leather workshop studio"
mediaAnimation="blur-reveal"
imagePosition="left"
@@ -181,7 +181,7 @@ export default function HomePage() {
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=1",
imageAlt: "Caramel leather structured tote handbag",
initialQuantity: 1,
isFavorited: false,
@@ -190,7 +190,7 @@ export default function HomePage() {
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=1",
imageAlt: "Burgundy leather crossbody handbag",
initialQuantity: 1,
isFavorited: false,
@@ -199,7 +199,7 @@ export default function HomePage() {
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=1",
imageAlt: "Black leather premium handbag",
initialQuantity: 1,
isFavorited: false,
@@ -228,11 +228,11 @@ export default function HomePage() {
icon: Eye,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/leather-craftsman-working-with-leather-using-hammer_8353-6079.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/leather-craftsman-working-with-leather-using-hammer_8353-6079.jpg?_wi=1",
imageAlt: "Close-up of leather craftsmanship detail",
},
{
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=2",
imageAlt: "Artisan workshop interior",
},
],
@@ -243,11 +243,11 @@ export default function HomePage() {
icon: Heart,
mediaItems: [
{
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=1",
imageAlt: "Luxury boutique interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/leather-craftsman-working-with-leather-using-hammer_8353-6079.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/leather-craftsman-working-with-leather-using-hammer_8353-6079.jpg?_wi=2",
imageAlt: "Detailed craftsmanship",
},
],
@@ -258,11 +258,11 @@ export default function HomePage() {
icon: Wrench,
mediaItems: [
{
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=3",
imageAlt: "Professional workshop",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/leather-craftsman-working-with-leather-using-hammer_8353-6079.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/leather-craftsman-working-with-leather-using-hammer_8353-6079.jpg?_wi=3",
imageAlt: "Expert craftsmanship",
},
],
@@ -290,7 +290,7 @@ export default function HomePage() {
name: "Elizabeth Hartford",
handle: "@elizabethhartford",
testimonial: "I purchased my first Yvonnes Secret bag 5 years ago. It's still my daily companion and looks better than ever. The craftsmanship is unmatched.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-elegant-woman-with-bright-make-up-dark-blazer_291049-110.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-elegant-woman-with-bright-make-up-dark-blazer_291049-110.jpg?_wi=2",
imageAlt: "Elizabeth Hartford",
icon: Star,
},
@@ -299,7 +299,7 @@ export default function HomePage() {
name: "Victoria Sterling",
handle: "@victorialuxe",
testimonial: "The personal service is exceptional. They remember what I like and proactively suggest pieces. That's true luxury customer care.",
imageSrc: "http://img.b2bpic.net/free-photo/party-girl-with-yellow-color-effect_23-2147635310.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/party-girl-with-yellow-color-effect_23-2147635310.jpg?_wi=2",
imageAlt: "Victoria Sterling",
icon: Star,
},
@@ -308,7 +308,7 @@ export default function HomePage() {
name: "Amanda Brooks",
handle: "@amanda.style",
testimonial: "Investment pieces are supposed to last. I wore this bag through a demanding career transition and it still looks brand new.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-insurance-agent-talking-with-mature-couple-about-their-retirement-plans-meeting-office_637285-1798.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-insurance-agent-talking-with-mature-couple-about-their-retirement-plans-meeting-office_637285-1798.jpg?_wi=2",
imageAlt: "Amanda Brooks",
icon: Star,
},
@@ -317,7 +317,7 @@ export default function HomePage() {
name: "Catherine Ross",
handle: "@catherineross",
testimonial: "My mother had Yvonnes Secret bags in the 1980s. I'm thrilled to continue that legacy with my own collection. True timelessness.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-dressed-elegant-blue-suit-sitting-cafe-sunny-autumn-day_285396-7922.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-dressed-elegant-blue-suit-sitting-cafe-sunny-autumn-day_285396-7922.jpg?_wi=1",
imageAlt: "Catherine Ross",
icon: Star,
},
@@ -326,7 +326,7 @@ export default function HomePage() {
name: "Rebecca Flynn",
handle: "@rebeccaflynn",
testimonial: "I appreciate the transparency about care and durability. No false promises—just honest quality backed by decades of craftsmanship.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg?_wi=1",
imageAlt: "Rebecca Flynn",
icon: Star,
},
@@ -335,7 +335,7 @@ export default function HomePage() {
name: "Michelle Chan",
handle: "@michelleluxx",
testimonial: "Yvonnes Secret isn't just a brand, it's a philosophy. Quality, authenticity, and genuine human connection in every interaction.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg?_wi=1",
imageAlt: "Michelle Chan",
icon: Star,
},
@@ -442,7 +442,7 @@ export default function HomePage() {
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=2"
imageAlt="Our luxury boutique studio"
mediaAnimation="blur-reveal"
mediaPosition="right"

View File

@@ -96,7 +96,7 @@ export default function StoriesPage() {
testimonial:
"I purchased my first Yvonnes Secret bag 5 years ago. It's still my daily companion and looks better than ever. The craftsmanship is unmatched.",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-young-elegant-woman-with-bright-make-up-dark-blazer_291049-110.jpg",
"http://img.b2bpic.net/free-photo/portrait-young-elegant-woman-with-bright-make-up-dark-blazer_291049-110.jpg?_wi=3",
imageAlt: "Elizabeth Hartford",
icon: Quote,
},
@@ -107,7 +107,7 @@ export default function StoriesPage() {
testimonial:
"The personal service is exceptional. They remember what I like and proactively suggest pieces. That's true luxury customer care.",
imageSrc:
"http://img.b2bpic.net/free-photo/party-girl-with-yellow-color-effect_23-2147635310.jpg",
"http://img.b2bpic.net/free-photo/party-girl-with-yellow-color-effect_23-2147635310.jpg?_wi=3",
imageAlt: "Victoria Sterling",
icon: Quote,
},
@@ -118,7 +118,7 @@ export default function StoriesPage() {
testimonial:
"Investment pieces are supposed to last. I wore this bag through a demanding career transition and it still looks brand new.",
imageSrc:
"http://img.b2bpic.net/free-photo/happy-insurance-agent-talking-with-mature-couple-about-their-retirement-plans-meeting-office_637285-1798.jpg",
"http://img.b2bpic.net/free-photo/happy-insurance-agent-talking-with-mature-couple-about-their-retirement-plans-meeting-office_637285-1798.jpg?_wi=3",
imageAlt: "Amanda Brooks",
icon: Quote,
},
@@ -129,7 +129,7 @@ export default function StoriesPage() {
testimonial:
"My mother had Yvonnes Secret bags in the 1980s. I'm thrilled to continue that legacy with my own collection. True timelessness.",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-beautiful-woman-dressed-elegant-blue-suit-sitting-cafe-sunny-autumn-day_285396-7922.jpg",
"http://img.b2bpic.net/free-photo/smiling-beautiful-woman-dressed-elegant-blue-suit-sitting-cafe-sunny-autumn-day_285396-7922.jpg?_wi=2",
imageAlt: "Catherine Ross",
icon: Quote,
},
@@ -140,7 +140,7 @@ export default function StoriesPage() {
testimonial:
"I appreciate the transparency about care and durability. No false promises—just honest quality backed by decades of craftsmanship.",
imageSrc:
"http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg",
"http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg?_wi=2",
imageAlt: "Rebecca Flynn",
icon: Quote,
},
@@ -151,7 +151,7 @@ export default function StoriesPage() {
testimonial:
"Yvonnes Secret isn't just a brand, it's a philosophy. Quality, authenticity, and genuine human connection in every interaction.",
imageSrc:
"http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg",
"http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg?_wi=2",
imageAlt: "Michelle Chan",
icon: Quote,
},