Update src/app/page.tsx

This commit is contained in:
2026-03-10 19:06:47 +00:00
parent a66acb4cc7
commit 4ebbb3e34f

View File

@@ -10,7 +10,7 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import ContactFaq from "@/components/sections/contact/ContactFaq";
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() {
const navItems = [
@@ -99,7 +99,9 @@ export default function HomePage() {
<ProductCardOne
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."
tag="Accommodations"
tag="Special rates available for group bookings and extended stays"
tagIcon={Sparkles}
tagAnimation="slide-up"
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"},