Update src/app/page.tsx

This commit is contained in:
2026-05-07 09:04:24 +00:00
parent 15846cc591
commit 025d769da4

View File

@@ -11,7 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import AboutMetric from '@/components/sections/about/AboutMetric';
import { Zap, Target, Users, Coffee } from "lucide-react";
import { Zap, Target, Users } from "lucide-react";
export default function GamingCafePage() {
return (
@@ -99,6 +99,7 @@ export default function GamingCafePage() {
{ id: "3", brand: "Logitech", name: "Pro Streamer Hub", price: "$20/hr", rating: 5, reviewCount: "85", imageSrc: "https://img.b2bpic.net/free-photo/gaming-headset_23-2149171755.jpg" },
]}
textboxLayout="split"
useInvertedBackground={false}
/>
</div>