Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aa14ffe24e | |||
| 4ebbb3e34f | |||
| a66acb4cc7 | |||
| 63cd94c172 | |||
| 812bf3be63 | |||
| 4b7f4afe64 |
@@ -10,7 +10,7 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
|||||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||||
import { Utensils, Globe, Wine, Users, MapPin, Plane, Trophy, Navigation, Phone } from "lucide-react";
|
import { Utensils, Globe, Wine, Users, MapPin, Plane, Trophy, Navigation, Phone, Sparkles } from "lucide-react";
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
@@ -99,7 +99,9 @@ export default function HomePage() {
|
|||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
title="Our Room Types"
|
title="Our Room Types"
|
||||||
description="Choose from our selection of thoughtfully designed rooms, each equipped with modern amenities and comfortable furnishings for a restful stay."
|
description="Choose from our selection of thoughtfully designed rooms, each equipped with modern amenities and comfortable furnishings for a restful stay."
|
||||||
tag="Accommodations"
|
tag="Special rates available for group bookings and extended stays"
|
||||||
|
tagIcon={Sparkles}
|
||||||
|
tagAnimation="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Single Room", price: "From €112/night", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=1", imageAlt: "single bedroom hotel modern minimalist"},
|
id: "1", name: "Single Room", price: "From €112/night", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=1", imageAlt: "single bedroom hotel modern minimalist"},
|
||||||
|
|||||||
Reference in New Issue
Block a user