Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-02-23 10:38:58 +00:00
4 changed files with 20 additions and 26 deletions

View File

@@ -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"
/>
</div>

View File

@@ -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() {
<div id="reviews" data-section="reviews">
<TestimonialCardFifteen
testimonial="\"The ChuChuKa Plasma completely transformed my gaming setup. The performance boost is insane, and the ray tracing looks absolutely incredible. Best GPU I've ever owned!\""
testimonial={`"The ChuChuKa Plasma completely transformed my gaming setup. The performance boost is insane, and the ray tracing looks absolutely incredible. Best GPU I've ever owned!"`}
rating={5}
author="Alex 'Vortex' Chen, Pro Gamer"
avatars={[
{
src: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/a-professional-diverse-avatar-of-a-femal-1771842869300-f99fe341.png',
alt: 'Avatar of Alex \'Vortex\' Chen',
},
alt: "Avatar of Alex 'Vortex' Chen"},
{
src: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/a-professional-diverse-avatar-of-a-male--1771842868977-dc139a70.png',
alt: 'Avatar of Sarah \'StreamQueen\' Lee',
},
alt: "Avatar of Sarah 'StreamQueen' Lee"},
{
src: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/a-professional-diverse-avatar-of-a-young-1771842868634-82338e90.png',
alt: 'Avatar of Mark \'PixelForge\' Davis',
},
alt: "Avatar of Mark 'PixelForge' Davis"},
{
src: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/a-professional-diverse-avatar-of-an-espo-1771842868356-f67c0420.png',
alt: 'Avatar of Emily \'CodeJunkie\' Wong',
},
alt: "Avatar of Emily 'CodeJunkie' Wong"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -214,8 +209,7 @@ export default function LandingPage() {
{
id: '3',
title: 'Where can I purchase ChuChuKa video cards?',
content: 'ChuChuKa video cards are available through our official website, as well as authorized retailers and online stores. Check our \'Where to Buy\' section for a full list.',
},
content: "ChuChuKa video cards are available through our official website, as well as authorized retailers and online stores. Check our 'Where to Buy' section for a full list."},
{
id: '4',
title: 'How do I install my new ChuChuKa video card?',

View File

@@ -89,7 +89,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="ChuChuKa"
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
@@ -127,7 +127,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="ChuChuKa"
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
@@ -172,7 +172,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="ChuChuKa"
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}

View File

@@ -56,7 +56,7 @@ function ShopPageContent() {
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="ChuChuKa"
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
@@ -108,7 +108,7 @@ function ShopPageContent() {
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="ChuChuKa"
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}