Merge version_1 into main #1

Merged
development merged 1 commits from version_1 into main 2026-02-10 04:01:22 +00:00

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; 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: Wifi, label: "High-Speed Internet", time: "Always on" },
{ icon: Zap, label: "Power Access", time: "Every seat" }, { icon: Zap, label: "Power Access", time: "Every seat" },
{ icon: Volume2, label: "Acoustic Design", time: "Ambient sound" } { 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, 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" 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" gridVariant="uniform-all-items-equal"
carouselMode="buttons" carouselMode="buttons"
/> />