From d0ac7470ce4d964a887110f0dbb76aadb80199b5 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 24 Feb 2026 19:44:52 +0000 Subject: [PATCH 1/3] Bob AI: fix build errors (attempt 1) --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8064e94..9bb8a23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,8 +94,8 @@ export default function LandingPage() { } ]} containerClassName="max-w-7xl mx-auto px-4 py-16" - titleClassName="text-4xl md:text-5xl font-light text-[#2B1810] mb-4" - descriptionClassName="text-[#2B1810]/70 text-lg mb-8" + textBoxTitleClassName="text-4xl md:text-5xl font-light text-[#2B1810] mb-4" + textBoxDescriptionClassName="text-[#2B1810]/70 text-lg mb-8" gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6" /> @@ -158,8 +158,8 @@ export default function LandingPage() { } ]} containerClassName="max-w-7xl mx-auto px-4 py-16 bg-white/50 rounded-2xl" - titleClassName="text-4xl md:text-5xl font-light text-[#2B1810] mb-4" - descriptionClassName="text-[#2B1810]/70 text-lg mb-8" + textBoxTitleClassName="text-4xl md:text-5xl font-light text-[#2B1810] mb-4" + textBoxDescriptionClassName="text-[#2B1810]/70 text-lg mb-8" gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6" /> -- 2.49.1 From 976faefca5382085342144dcbcde11551bc02c22 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 20:01:06 +0000 Subject: [PATCH 2/3] Update src/app/layout.tsx --- src/app/layout.tsx | 1371 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 1369 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7ee3aa7..046884b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,12 +20,12 @@ export const metadata: Metadata = { openGraph: { title: "La Loupe Vintage | Late 60s – 90s Vintage Fashion", description: "Curated vintage clothing from the late 1960s-1990s. Buy, sell, or trade at La Loupe Vintage in San Diego.", type: "website", url: "https://laloupevintage.com", siteName: "La Loupe Vintage", images: [ { - url: "https://img.b2bpic.net/free-photo/front-view-woman-posing-with-old-phone_23-2150908626.jpg", alt: "La Loupe Vintage - Curated Vintage Fashion" + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39nsxwmbCTX7ZcKAFBAu1R1W3iH/uploaded-1771962909785-p7zjknnj.png", alt: "La Loupe Vintage - Curated Vintage Fashion" } ] }, twitter: { - card: "summary_large_image", title: "La Loupe Vintage | Curated Vintage Clothing", description: "Late 60s – 90s Vintage. Buy. Sell. Trade. San Diego.", images: ["https://img.b2bpic.net/free-photo/front-view-woman-posing-with-old-phone_23-2150908626.jpg"] + card: "summary_large_image", title: "La Loupe Vintage | Curated Vintage Clothing", description: "Late 60s – 90s Vintage. Buy. Sell. Trade. San Diego.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39nsxwmbCTX7ZcKAFBAu1R1W3iH/uploaded-1771962909785-p7zjknnj.png"] } }; @@ -1406,6 +1406,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +