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" /> 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() {
-