diff --git a/src/app/page.tsx b/src/app/page.tsx index 98d79b0..66cf166 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 NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -121,7 +121,7 @@ export default function LandingPage() { { id: "3", name: "Garden View Room", price: "From $280/night", variant: "Courtyard views • Traditional decor • Serene setting", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754885.jpg", imageAlt: "Garden view room with traditional design" } - ] + ]} textboxLayout="default" gridVariant="three-columns-all-equal-width" animationType="slide-up"