Merge version_1_1780397011239 into main
Merge version_1_1780397011239 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -7,7 +7,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards';
|
||||
import TeamDetailedCards from '@/components/sections/team/TeamDetailedCards';
|
||||
import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards';
|
||||
import { AirVent, Bath, Bed, Calendar, Coffee, Desk, Star, Tv, Users, Wifi } from "lucide-react";
|
||||
import { AirVent, Bath, Bed, Calendar, Coffee, Star, Tv, Users, Wifi } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -76,11 +76,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Superior Twin Room", tags: "Cozy | Modern", imageSrc: "http://img.b2bpic.net/free-photo/apartment-comfortable-pillow-hotel-suite_1203-5168.jpg", details: [
|
||||
{
|
||||
icon: Bed,
|
||||
label: "Bed Type", value: "Twin"},
|
||||
{
|
||||
icon: Desk,
|
||||
label: "Work Space", value: "Writing Desk"},
|
||||
icon: "Desk", label: "Work Space", value: "Writing Desk"},
|
||||
{
|
||||
icon: AirVent,
|
||||
label: "Climate", value: "A/C"},
|
||||
|
||||
Reference in New Issue
Block a user