Update src/app/page.tsx

This commit is contained in:
2025-12-20 22:10:37 +00:00
parent ec9c0304f8
commit f95873c0ff

View File

@@ -1,8 +1,8 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import AboutPhoneTimeline from '@/components/sections/about/AboutPhoneTimeline';
@@ -40,12 +40,13 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="Luxe Hotel"
<HeroBillboard
title="Luxe Hotel"
description="Experience unparalleled luxury and comfort at our award-winning hotel. World-class amenities, exceptional service, and unforgettable moments await you."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184710583-yt05ru42.jpg"
imageAlt="Luxury hotel lobby entrance"
frameStyle="card"
buttons={[{ text: "Book Now", href: "contact" }]}
/>
</div>