From 1edf2bc6a91b261d39e0b054bb50041fef22ff4b Mon Sep 17 00:00:00 2001 From: development Date: Sun, 4 Jan 2026 08:47:25 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 874136d..f93f9de 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1265,4 +1265,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 7fcda2d7b4ec209806955021a3cecba686d8c333 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 4 Jan 2026 08:47:26 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c43438b..1987bdf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { id: "2", brand: "WoFurniture", name: "Modern Dining Table", - price: "$1,200.00", + price: "$800.00", rating: 5, reviewCount: "214", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767515684440-hawfjk51.jpg", @@ -352,4 +352,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1