Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db78f11b75 | |||
| 1db2b38459 | |||
| df6c20cce5 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroBillboardSplit from '@/components/sections/hero/HeroBillboardSplit';
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||||
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
|
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
|
||||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||||
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
|
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
|
||||||
@@ -42,9 +42,9 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardSplit
|
<HeroSplit
|
||||||
tag="Premium Accommodations"
|
tag="Premium Accommodations"
|
||||||
title="Experience Luxury Like Never Before"
|
title="Expkkkkkkerience Luxujjjjry Like Never Before"
|
||||||
description="Discover our world-class hotel featuring elegant rooms, world-renowned service, and unforgettable experiences tailored to every guest."
|
description="Discover our world-class hotel featuring elegant rooms, world-renowned service, and unforgettable experiences tailored to every guest."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Your Stay", href: "contact" },
|
{ text: "Book Your Stay", href: "contact" },
|
||||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184710583-yt05ru42.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184710583-yt05ru42.jpg"
|
||||||
imageAlt="Luxury hotel lobby with elegant interior design"
|
imageAlt="Luxury hotel lobby with elegant interior design"
|
||||||
frameStyle="browser"
|
imagePosition="right"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user