From 4d693889fc20ed584f7c55ffc9537e91ba4b967f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 10:38:50 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 22ebeac..153b843 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -35,13 +35,13 @@ export default function BlogPage() { brandName="ChuChuKa" navItems={[ { name: "Home", id: "/" }, - { name: "Features", id: "features" }, - { name: "Products", id: "products" }, - { name: "Performance", id: "performance" }, - { name: "Reviews", id: "reviews" }, - { name: "FAQ", id: "faq" }, + { name: "Features", id: "/#features" }, + { name: "Products", id: "/#products" }, + { name: "Performance", id: "/#performance" }, + { name: "Reviews", id: "/#reviews" }, + { name: "FAQ", id: "/#faq" }, ]} - button={{ text: "Buy Now", href: "#products" }} + button={{ text: "Buy Now", href: "/#products" }} className="py-4 px-6" /> -- 2.49.1 From b0ccf1c3e0ad4f71f1e1f68a09e01101c4cbc55a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 10:38:51 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b455eb9..0cd6be2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,13 +48,12 @@ export default function LandingPage() { tag="Next-Gen Performance" mediaItems={[ { - imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/a-highly-detailed-futuristic-render-of-a-1771842868468-7af53b96.png?_wi=1', + imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/a-highly-detailed-futuristic-render-of-a-1771842868468-7af53b96.png', imageAlt: 'Close-up of a high-performance ChuChuKa video card glowing with blue accents', }, { - imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/a-highly-detailed-futuristic-render-of-a-1771842868468-7af53b96.png?_wi=2', - imageAlt: 'Detailed view of ChuChuKa\'s advanced video card architecture', - }, + imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/a-highly-detailed-futuristic-render-of-a-1771842868468-7af53b96.png', + imageAlt: "Detailed view of ChuChuKa's advanced video card architecture"}, ]} rating={5} ratingText="Trusted by Pro Gamers & Creators" @@ -169,26 +168,22 @@ export default function LandingPage() {
Date: Mon, 23 Feb 2026 10:38:52 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 59a6572..7a7ac59 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -89,7 +89,7 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="semibold" > -