From 5a89887089eeb756f04240506111347aa7b3b12d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:38:35 +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 7731e43..aa0bfaf 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1415,4 +1415,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 32b36a7d421e225cc6a2bfe7e19556285375882d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:38:35 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- 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 9841c22..85736fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,15 +125,15 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", brand: "VEDLABS", name: "InboxFM", price: "Early Access", rating: 5, + id: "1", brand: "VEDLABS", name: "InboxFM", price: "Get Early Access Now", rating: 5, reviewCount: "1.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQmwbYkzdukyeaQqlIa3yxYZyc/modern-product-visualization-of-inboxfm--1772533510400-86737c2e.png", imageAlt: "InboxFM Email to Audio Application" }, { - id: "2", brand: "VEDLABS", name: "SteathMode", price: "In Development", rating: 5, + id: "2", brand: "VEDLABS", name: "SteathMode", price: "Coming Q1 2025", rating: 5, reviewCount: "Coming Soon", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQmwbYkzdukyeaQqlIa3yxYZyc/a-sleek-minimalist-software-dashboard-di-1772533509867-fe945eb8.png?_wi=2", imageAlt: "SteathMode Application" }, { - id: "3", brand: "VEDLABS", name: "Performance Suite", price: "Contact Us", rating: 5, + id: "3", brand: "VEDLABS", name: "Performance Suite", price: "Enterprise Plan", rating: 5, reviewCount: "Enterprise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQmwbYkzdukyeaQqlIa3yxYZyc/abstract-data-visualization-showing-upwa-1772533508172-ef4d63d4.png", imageAlt: "Performance Metrics Suite" } ]} @@ -251,4 +251,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1