Merge version_1 into main #2
113
src/app/page.tsx
113
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Amenities",
|
||||
id: "features",
|
||||
},
|
||||
name: "Amenities", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Shivom Restaurant & Lodge"
|
||||
/>
|
||||
@@ -57,32 +47,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Experience Unmatched Hospitality at Shivom"
|
||||
description="The owner is always reachable, day or night, to ensure your stay is comfortable and enjoyable. Spacious, clean rooms and excellent service await you."
|
||||
tag="Your Home Away from Home"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/streets-old-tbilisi-idea-postcard-advertisement-door-wall-house-is-twined-with-ivy_166373-3040.jpg",
|
||||
imageAlt: "Shivom Lodge exterior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/streets-old-tbilisi-idea-postcard-advertisement-door-wall-house-is-twined-with-ivy_166373-3040.jpg", imageAlt: "Shivom Lodge exterior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blur-hotel-room_74190-5747.jpg",
|
||||
imageAlt: "Comfortable room interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575113.jpg?_wi=1",
|
||||
imageAlt: "Guest lobby area",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-man-shows-peace-sign-takes-selfies-smartphone-sits-with-suitcase_1258-270697.jpg?_wi=1",
|
||||
imageAlt: "Cozy seating area",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bathrobe-reading-magazine-while-relaxing-beauty-spa-looking-camera_637285-7434.jpg?_wi=1",
|
||||
imageAlt: "Peaceful lodge garden",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blur-hotel-room_74190-5747.jpg", imageAlt: "Comfortable room interior"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -106,17 +79,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"No cramped spaces",
|
||||
"No impersonal service",
|
||||
"No hidden fees",
|
||||
],
|
||||
"No cramped spaces", "No impersonal service", "No hidden fees"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Spacious and clean rooms",
|
||||
"Owner available 24/7",
|
||||
"Excellent value for money",
|
||||
],
|
||||
"Spacious and clean rooms", "Owner available 24/7", "Excellent value for money"],
|
||||
}}
|
||||
title="Why Choose Shivom Lodge?"
|
||||
description="Discover the comforts that make our lodge stand out in the region."
|
||||
@@ -128,47 +95,23 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="Hear from our satisfied guests about their experiences."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "The owner went out of his way to help me. Very kind and accommodating.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575113.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The owner went out of his way to help me. Very kind and accommodating.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575113.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael K.",
|
||||
handle: "@mikek",
|
||||
testimonial: "Rooms are incredibly spacious and clean. Best value in the area!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-man-shows-peace-sign-takes-selfies-smartphone-sits-with-suitcase_1258-270697.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Michael K.", handle: "@mikek", testimonial: "Rooms are incredibly spacious and clean. Best value in the area!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-man-shows-peace-sign-takes-selfies-smartphone-sits-with-suitcase_1258-270697.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anita R.",
|
||||
handle: "@anitar",
|
||||
testimonial: "Always felt welcome. The owner is reachable at any time for assistance.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bathrobe-reading-magazine-while-relaxing-beauty-spa-looking-camera_637285-7434.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Anita R.", handle: "@anitar", testimonial: "Always felt welcome. The owner is reachable at any time for assistance.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bathrobe-reading-magazine-while-relaxing-beauty-spa-looking-camera_637285-7434.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
handle: "@dl88",
|
||||
testimonial: "Great experience. Will definitely visit again when in the area.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-397.jpg",
|
||||
},
|
||||
id: "4", name: "David L.", handle: "@dl88", testimonial: "Great experience. Will definitely visit again when in the area.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-397.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emily P.",
|
||||
handle: "@emilyp",
|
||||
testimonial: "Cleanliness is top-notch. Highly recommend staying here for any traveler.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-woman-holding-ornate-pumpkin_1153-6165.jpg",
|
||||
},
|
||||
id: "5", name: "Emily P.", handle: "@emilyp", testimonial: "Cleanliness is top-notch. Highly recommend staying here for any traveler.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-woman-holding-ornate-pumpkin_1153-6165.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Guests Say"
|
||||
@@ -182,22 +125,14 @@ export default function LandingPage() {
|
||||
description="Reach out to check availability and experience true hospitality at Shivom Lodge."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Details about your visit and booking",
|
||||
required: true,
|
||||
name: "message", placeholder: "Details about your visit and booking", required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elderly-adult-registering-hotel-lobby_482257-81621.jpg"
|
||||
imageAlt="Hotel staff ready to help"
|
||||
|
||||
Reference in New Issue
Block a user