Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0fa43c70d0 | |||
| b6ebb2def6 |
@@ -12,7 +12,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Award, Coffee, MapPin, ShieldCheck, Smile, Sun } from "lucide-react";
|
||||
import { Award, Coffee, MapPin, ShieldCheck, Smile, Sun, Leaf, Wifi, Car, Palmtree, Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{ icon: Award, label: "Years Established", value: "5+" },
|
||||
{ icon: Smile, label: "Satisfied Guests", value: "5000+" },
|
||||
{ icon: MapPin, label: "Prime Location", value: "Center" },
|
||||
{ icon: MapPin, label: "Prime Location", value: "Bazar veng, Lunglei, Mizoram 796701" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -100,21 +100,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Clean & Hygienic", description: "Rigorous cleaning standards ensure every room is fresh, spotless, and safe for your arrival.", icon: ShieldCheck,
|
||||
title: "Sustainability", description: "We are committed to energy efficiency through solar lighting and smart cooling systems.", icon: Leaf,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778695.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-background-cityscape_1153-3807.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Sunset Views", description: "Enjoy unmatched sunsets from our cozy, private balconies designed for relaxation.", icon: Sun,
|
||||
title: "Amenities", description: "Enjoy our refreshing pool, secure parking, delicious complimentary breakfast, and high-speed Wi-Fi.", icon: Palmtree,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982718.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/morning-mountains-carpathian-ukraine-europe-beauty-world_1153-5730.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-swimming-pool_1232-1822.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/parking-lot_1153-3807.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Complimentary Perks", description: "Start your morning right with a free breakfast, included with every stay at Seasons Hotel.", icon: Coffee,
|
||||
title: "Complimentary Perks", description: "Start your morning right with a free breakfast, included with every stay at Seasons Hotel.", icon: Utensils,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet-food_74190-4138.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-reading-newspaper-drinking-coffee-restaurant_23-2147860331.jpg" },
|
||||
@@ -201,9 +201,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Reserve Now"
|
||||
title="Ready to Visit Lunglei?"
|
||||
description="Book your room today for an affordable and relaxing stay in the heart of the city."
|
||||
buttonText="Reserve Your Room"
|
||||
title="Contact & Location"
|
||||
description="Address: Bazar veng, Lunglei, Mizoram 796701 | Location: VPVX+V7 Lunglei, Mizoram | Phone: 087980 74076"
|
||||
buttonText="Chat on WhatsApp"
|
||||
onSubmit={() => window.open('https://wa.me/918798074076', '_blank')}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user