From 76fb5d2bd281d21547b841fd77b32c1017ce6629 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 10:17:19 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e0815ad..982cbde 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -41,6 +41,10 @@ export default function AboutPage() { description="We are dedicated to revolutionizing the gaming experience through high-performance hardware and expert-led innovation. Our journey began with a simple goal: to make premium gaming gear accessible to everyone." imageSrc="http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212590.jpg" imageAlt="about our mission" + bulletPoints={[ + { title: "Innovation", description: "Leading the market with next-gen technology." }, + { title: "Quality", description: "Premium materials for durability and comfort." } + ]} /> -- 2.49.1