From e668ae1233ad4c52616aa695b2cad135914aa40f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 06:45:51 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1595e96..077a130 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Cormorant_Garant } from "next/font/google"; export const metadata: Metadata = { - title: '[FK] | Raw Luxury Art Supplies', - description: 'FK is a raw luxury art supplier offering professional-grade canvases, pigments, and tools designed for the modern artist.', + title: 'Webild | Build Your Future', + description: 'Premium digital experiences built for scale.', openGraph: { "title": "[FK] | Raw Luxury Art Supplies", "description": "Professional art materials.", From 3b5304998e087ffae85c2dbb455b55491b309ee2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 06:45:52 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a25bd48..0c58a45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ const navItems = [ export default function Page() { return ( - + @@ -50,6 +50,7 @@ export default function Page() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "p1", brand: "Brand A", name: "Product 1", price: "$99", rating: 4, reviewCount: "10", imageSrc: "/img1.jpg" }, { id: "p2", brand: "Brand B", name: "Product 2", price: "$199", rating: 5, reviewCount: "20", imageSrc: "/img2.jpg" },