From 472e8743880b56ff823a4660dfa44a053d4d60a1 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 10 Feb 2026 04:01:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 36f41ba..6b8050b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -93,7 +93,7 @@ export default function LandingPage() { ] }, { - title: "Perfect Setup", description: "Reliable Wi-Fi, power outlets, and minimal distractions", bentoComponent: "3d-task-list", title: "Essential Amenities", items: [ + title: "Perfect Setup", description: "Reliable Wi-Fi, power outlets, and minimal distractions", bentoComponent: "3d-task-list", items: [ { icon: Wifi, label: "High-Speed Internet", time: "Always on" }, { icon: Zap, label: "Power Access", time: "Every seat" }, { icon: Volume2, label: "Acoustic Design", time: "Ambient sound" } @@ -124,7 +124,7 @@ export default function LandingPage() { id: "3", brand: "Fix Coffee", name: "The Creative Studio", price: "Inspire yours", rating: 5, reviewCount: "Energizing", imageSrc: "https://img.b2bpic.net/free-photo/early-mornings-office_1122-2731.jpg", imageAlt: "Bright workspace for creators and designers" } - ] + ]} gridVariant="uniform-all-items-equal" carouselMode="buttons" /> -- 2.49.1