Update src/App.tsx

This commit is contained in:
2026-05-31 20:11:46 +00:00
parent eee01b8427
commit 3c41ebfc68

View File

@@ -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}
/>
</div>
@@ -88,7 +87,6 @@ export default function LandingPage() {
}
]}
imageSrc="http://img.b2bpic.net/free-photo/important-building-facade_1127-23.jpg"
useInvertedBackground={true}
/>
</div>
@@ -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}
/>
</div>
@@ -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}
/>
</div>
@@ -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}
/>
</div>
@@ -203,7 +198,6 @@ export default function LandingPage() {
}
]}
primaryButton={{ text: "Read All Reviews", href: "#" }}
useInvertedBackground={true}
/>
</div>
@@ -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}
/>
</div>
@@ -259,7 +252,6 @@ export default function LandingPage() {
{ label: "Terms of Service", href: "#" },
{ label: "Sitemap", href: "#" }
]}
useInvertedBackground={true}
/>
</div>
</ThemeProvider>