Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 84ccb6b8f2 | |||
| 1ace109c43 | |||
| 2267680424 | |||
| 8c4ae6c8b3 | |||
| 7fa6c531d8 |
@@ -4,8 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge';
|
import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import FeatureCardEighteen from '@/components/sections/feature/FeatureCardEighteen';
|
import ProductCardSix from '@/components/sections/product/ProductCardSix';
|
||||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { MapPin } from "lucide-react";
|
import { MapPin } from "lucide-react";
|
||||||
@@ -83,35 +82,43 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="rooms" data-section="rooms">
|
<div id="rooms" data-section="rooms">
|
||||||
<MetricCardTwo
|
<ProductCardSix
|
||||||
title="Our Room Collection"
|
title="Our Room Collection"
|
||||||
description="Each room is individually designed with attention to detail, blending traditional aesthetics with modern comfort."
|
description="Each room is individually designed with attention to detail, blending traditional aesthetics with modern comfort."
|
||||||
|
products={[
|
||||||
|
{
|
||||||
|
id: "1",
|
||||||
|
name: "Luxury Suite with Private Garden",
|
||||||
|
price: "¥250,000/night",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739074270-h0qm9zgt.jpg",
|
||||||
|
imageAlt: "Luxury Suite with Private Garden"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2",
|
||||||
|
name: "Premium Room with Garden View",
|
||||||
|
price: "¥180,000/night",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739077288-6btr929u.jpg",
|
||||||
|
imageAlt: "Premium Room with Garden View"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3",
|
||||||
|
name: "Traditional Tatami Room",
|
||||||
|
price: "¥120,000/night",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739074270-h0qm9zgt.jpg",
|
||||||
|
imageAlt: "Traditional Tatami Room"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "4",
|
||||||
|
name: "Standard Comfort Room",
|
||||||
|
price: "¥80,000/night",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739077288-6btr929u.jpg",
|
||||||
|
imageAlt: "Standard Comfort Room"
|
||||||
|
}
|
||||||
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
metrics={[
|
|
||||||
{
|
|
||||||
id: "1",
|
|
||||||
value: "12",
|
|
||||||
description: "Luxury Suites with private gardens"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
value: "8",
|
|
||||||
description: "Premium Rooms with garden views"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
value: "6",
|
|
||||||
description: "Traditional Tatami rooms"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
value: "100%",
|
|
||||||
description: "Guest Satisfaction Rate"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user