From 3c41ebfc686598cd817e0567acc1e80f9730d47b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 31 May 2026 20:11:46 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 497f8e5..1b6d130 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,7 +1,7 @@ "use client"; import React from "react"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ThemeProvider from "@/providers/themeProvider/ThemeProvider"; import NavbarFloating from "@/components/ui/NavbarFloating"; import HeroBrand from "@/components/sections/hero/HeroBrand"; import AboutFeaturesSplit from "@/components/sections/about/AboutFeaturesSplit"; @@ -59,7 +59,6 @@ export default function LandingPage() { primaryButton={{ text: "Explore Rooms", href: "#rooms" }} secondaryButton={{ text: "Book Your Stay", href: "#contact" }} imageSrc="http://img.b2bpic.net/free-photo/expensive-hotel-reception-with-empty-modern-front-desk_482257-98967.jpg" - useInvertedBackground={false} /> @@ -88,7 +87,6 @@ export default function LandingPage() { } ]} imageSrc="http://img.b2bpic.net/free-photo/important-building-facade_1127-23.jpg" - useInvertedBackground={true} /> @@ -113,7 +111,6 @@ export default function LandingPage() { title: "State-of-the-Art Gym", description: "Maintain your routine with our modern fitness equipment.", imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699545.jpg" } ]} - useInvertedBackground={false} /> @@ -150,7 +147,6 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/man-with-walking-handicap-wheelchair-looking-wife-how-she-s-cooking-disabled-paralyzed-handicapped-man-with-walking-disability-integrating-after-accident_482257-10616.jpg", href: "#" } ]} - useInvertedBackground={true} /> @@ -175,7 +171,6 @@ export default function LandingPage() { value: "10+", title: "International Awards", description: "Recognized globally for our commitment to luxury.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-blonde-cute-girl-showing-ok-sign-with-trophy-wearing-red-lipstick-office-costume_140725-161346.jpg" } ]} - useInvertedBackground={false} /> @@ -203,7 +198,6 @@ export default function LandingPage() { } ]} primaryButton={{ text: "Read All Reviews", href: "#" }} - useInvertedBackground={true} /> @@ -218,7 +212,6 @@ export default function LandingPage() { text="Ready for an unforgettable experience? Book your stay at Grand Lux Hotel today." primaryButton={{ text: "Book Now", href: "#" }} secondaryButton={{ text: "Get in Touch", href: "#" }} - useInvertedBackground={false} /> @@ -259,7 +252,6 @@ export default function LandingPage() { { label: "Terms of Service", href: "#" }, { label: "Sitemap", href: "#" } ]} - useInvertedBackground={true} />