Update src/app/page.tsx
This commit is contained in:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user