Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="large"
|
||||
@@ -28,7 +28,6 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleMinimal
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184711453-096e89ja.jpg"
|
||||
logoAlt="Hotel Logo"
|
||||
brandName="Luxury Stays"
|
||||
button={{
|
||||
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",
|
||||
imageAlt: "Resort accommodation"
|
||||
}
|
||||
]
|
||||
]}
|
||||
ariaLabel="Hotel hero section with room gallery"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user