Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 074038b4c8 | |||
| 3e98fadad5 | |||
| d124c0d9d4 | |||
| 7fac983eaa | |||
| a82dae84c3 | |||
| bd4f9bb526 | |||
| c7c17b839d | |||
| f8a1bcf548 | |||
| 88fbef618d |
@@ -5,7 +5,6 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
|||||||
import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge';
|
import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge';
|
||||||
import ParallaxAbout from '@/components/sections/about/ParallaxAbout';
|
import ParallaxAbout from '@/components/sections/about/ParallaxAbout';
|
||||||
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
|
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
|
||||||
import ProductCardFive from '@/components/sections/product/ProductCardFive';
|
|
||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
@@ -111,31 +110,34 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardFive
|
<ProductCardSeven
|
||||||
title="Curated Room Collection"
|
title="Curated Room Collection"
|
||||||
description="Select from our thoughtfully designed rooms and suites"
|
description="Select from our thoughtfully designed rooms and suites"
|
||||||
tag="Accommodations"
|
tag="Accommodations"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
|
name: "Deluxe Room",
|
||||||
|
price: "$250/night",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184712312-lhl1h85w.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184712312-lhl1h85w.jpg",
|
||||||
imageAlt: "Deluxe Room",
|
imageAlt: "Deluxe Room"
|
||||||
button: { text: "View Details", href: "#" }
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
|
name: "Executive Suite",
|
||||||
|
price: "$450/night",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766849442209-g2s3b84q.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766849442209-g2s3b84q.jpg",
|
||||||
imageAlt: "Executive Suite",
|
imageAlt: "Executive Suite"
|
||||||
button: { text: "View Details", href: "#" }
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
|
name: "Premium Suite with View",
|
||||||
|
price: "$650/night",
|
||||||
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: "Premium Suite with View",
|
imageAlt: "Premium Suite with View"
|
||||||
button: { text: "View Details", href: "#" }
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
|||||||
Reference in New Issue
Block a user