9 Commits

Author SHA1 Message Date
074038b4c8 Update src/app/page.tsx 2025-12-29 09:08:06 +00:00
3e98fadad5 Update src/app/page.tsx 2025-12-29 09:06:27 +00:00
d124c0d9d4 Update src/app/page.tsx 2025-12-29 09:04:39 +00:00
7fac983eaa Update src/app/page.tsx 2025-12-29 09:02:46 +00:00
a82dae84c3 Update src/app/page.tsx 2025-12-29 09:01:02 +00:00
bd4f9bb526 Update src/app/page.tsx 2025-12-29 08:56:49 +00:00
c7c17b839d Update src/app/layout.tsx 2025-12-29 08:56:48 +00:00
f8a1bcf548 Update src/app/page.tsx 2025-12-29 08:52:33 +00:00
88fbef618d Update src/app/layout.tsx 2025-12-29 08:52:32 +00:00

View File

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