Update src/app/page.tsx

This commit is contained in:
2025-12-20 15:06:26 +00:00
parent d64d6c0f7d
commit b44e82723c

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -14,7 +14,7 @@ import { Home, Users, Award, Globe, Phone, Mail, MapPin } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-shift" defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide" defaultTextAnimation="entrance-slide"
borderRadius="pill" borderRadius="pill"
contentWidth="large" contentWidth="large"
@@ -28,7 +28,6 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleMinimal <NavbarStyleMinimal
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184711453-096e89ja.jpg" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184711453-096e89ja.jpg"
logoAlt="Hotel Logo"
brandName="Luxury Stays" brandName="Luxury Stays"
button={{ button={{
text: "Book Now", text: "Book Now",
@@ -65,7 +64,7 @@ export default function LandingPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184717131-qr8fo1hm.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184717131-qr8fo1hm.jpg",
imageAlt: "Resort accommodation" imageAlt: "Resort accommodation"
} }
] ]}
ariaLabel="Hotel hero section with room gallery" ariaLabel="Hotel hero section with room gallery"
/> />
</div> </div>