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