1 Commits

Author SHA1 Message Date
3ed9ad9a4a Update src/app/page.tsx 2026-04-07 14:38:43 +00:00

View File

@@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroSplit from '@/components/sections/hero/HeroSplit'; import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
@@ -26,94 +26,34 @@ export default function LandingPage() {
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleFullscreen
brandName="Pie Melissas"
navItems={[ navItems={[
{ { name: "Home", id: "hero" },
name: "Home", { name: "About", id: "about" },
id: "hero", { name: "Services", id: "services" },
}, { name: "Contact", id: "contact" },
{ { name: "LV", id: "#lv" },
name: "About", { name: "RU", id: "#ru" },
id: "about", { name: "EN", id: "#en" }
},
{
name: "Services",
id: "services",
},
{
name: "Contact",
id: "contact",
},
]} ]}
button={{ button={{
text: "Book Now", text: "Book Now", href: "#contact"}}
href: "#contact",
}}
brandName="Pie Melissas"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Welcome to Pie Melissas in Riga" title="Welcome to Pie Melissas in Riga"
description="Experience comfort, charm, and authentic Latvian hospitality at our boutique hotel in the heart of the Latgales District." description="Experience comfort, charm, and authentic Latvian hospitality at our boutique hotel in the heart of the Latgales District."
buttons={[ buttons={[
{ { text: "Book Your Stay", href: "#contact" },
text: "Book Your Stay",
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/hotel-lobby_23-2149397559.jpg" imageSrc="http://img.b2bpic.net/free-photo/hotel-lobby_23-2149397559.jpg"
imageAlt="Pie Melissas Boutique Hotel in Riga" imageAlt="Pie Melissas Boutique Hotel in Riga"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-stylish-beautiful-woman-walking-city-street-sunset_285396-1153.jpg",
alt: "Guest 1",
},
{
src: "http://img.b2bpic.net/free-photo/talking-wife_1098-13921.jpg",
alt: "Guest 2",
},
{
src: "http://img.b2bpic.net/free-photo/girl-white-robe-spa-stairs-cozy-light-calm-mood-kid-wellness_169016-69180.jpg",
alt: "Guest 3",
},
{
src: "http://img.b2bpic.net/free-photo/old-tourists-chat-videocall_482257-81596.jpg",
alt: "Guest 4",
},
{
src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13211.jpg",
alt: "Guest 5",
},
]}
avatarText="Trusted by 5,000+ guests"
marqueeItems={[
{
type: "text",
text: "Central Location",
},
{
type: "text",
text: "Historical Charm",
},
{
type: "text",
text: "Family Friendly",
},
{
type: "text",
text: "Modern Comfort",
},
{
type: "text",
text: "Authentic Hospitality",
},
]}
/> />
</div> </div>
@@ -122,10 +62,7 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
title="Hospitality in the Heart of Riga" title="Hospitality in the Heart of Riga"
description={[ description={[
"Located on Sila iela 2A, Pie Melissas offers a unique blend of historical charm and modern comfort.", "Located on Sila iela 2A, Pie Melissas offers a unique blend of historical charm and modern comfort.", "Perfectly situated in the Latgales District, our guests enjoy proximity to the Spīķeri creative quarter and the famous Central Market.", "We pride ourselves on providing a warm, family-friendly environment that makes you feel right at home."]}
"Perfectly situated in the Latgales District, our guests enjoy proximity to the Spīķeri creative quarter and the famous Central Market.",
"We pride ourselves on providing a warm, family-friendly environment that makes you feel right at home.",
]}
/> />
</div> </div>
@@ -135,26 +72,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
tag: "Room Service", tag: "Room Service", title: "24/7 Assistance", subtitle: "Always here for you", description: "Our dedicated staff is available round the clock to ensure your needs are met promptly.", imageSrc: "http://img.b2bpic.net/free-photo/reflection-man-tuxedo-standing-before-window-mi_8353-8973.jpg"},
title: "24/7 Assistance",
subtitle: "Always here for you",
description: "Our dedicated staff is available round the clock to ensure your needs are met promptly.",
imageSrc: "http://img.b2bpic.net/free-photo/reflection-man-tuxedo-standing-before-window-mi_8353-8973.jpg",
},
{ {
tag: "Wellbeing", tag: "Wellbeing", title: "Relaxation Zone", subtitle: "Unwind after travel", description: "Enjoy peaceful moments in our calm and cozy relaxation areas.", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg"},
title: "Relaxation Zone",
subtitle: "Unwind after travel",
description: "Enjoy peaceful moments in our calm and cozy relaxation areas.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg",
},
{ {
tag: "Connectivity", tag: "Connectivity", title: "High-Speed Wi-Fi", subtitle: "Stay connected", description: "Lightning-fast internet access throughout the hotel for your leisure or work needs.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-elegant-man-thinking-problem_23-2147689198.jpg"},
title: "High-Speed Wi-Fi",
subtitle: "Stay connected",
description: "Lightning-fast internet access throughout the hotel for your leisure or work needs.",
imageSrc: "http://img.b2bpic.net/free-photo/pensive-elegant-man-thinking-problem_23-2147689198.jpg",
},
]} ]}
title="Our Amenities" title="Our Amenities"
description="We ensure your stay in Riga is as comfortable and memorable as possible." description="We ensure your stay in Riga is as comfortable and memorable as possible."
@@ -165,31 +87,8 @@ export default function LandingPage() {
<TestimonialCardTwelve <TestimonialCardTwelve
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ { id: "1", name: "Misha Tarasov", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-beautiful-woman-walking-city-street-sunset_285396-1153.jpg" },
id: "1", { id: "2", name: "Jamshidbek Karimov", imageSrc: "http://img.b2bpic.net/free-photo/talking-wife_1098-13921.jpg" },
name: "Misha Tarasov",
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-beautiful-woman-walking-city-street-sunset_285396-1153.jpg",
},
{
id: "2",
name: "Jamshidbek Karimov",
imageSrc: "http://img.b2bpic.net/free-photo/talking-wife_1098-13921.jpg",
},
{
id: "3",
name: "Boburshox MB",
imageSrc: "http://img.b2bpic.net/free-photo/girl-white-robe-spa-stairs-cozy-light-calm-mood-kid-wellness_169016-69180.jpg",
},
{
id: "4",
name: "Elena Petrova",
imageSrc: "http://img.b2bpic.net/free-photo/old-tourists-chat-videocall_482257-81596.jpg",
},
{
id: "5",
name: "Janis Ozols",
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13211.jpg",
},
]} ]}
cardTitle="What Guests Say" cardTitle="What Guests Say"
cardTag="Reviews" cardTag="Reviews"
@@ -203,28 +102,12 @@ export default function LandingPage() {
title="Book Your Room Today" title="Book Your Room Today"
description="Have questions or ready to book? Reach out to us directly at +371 28 155 971 or use the form below." description="Have questions or ready to book? Reach out to us directly at +371 28 155 971 or use the form below."
inputs={[ inputs={[
{ { name: "name", type: "text", placeholder: "Your Full Name", required: true },
name: "name", { name: "email", type: "email", placeholder: "Email Address", required: true },
type: "text", { name: "phone", type: "tel", placeholder: "Phone Number" },
placeholder: "Your Full Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
},
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Special requests or dates...", rows: 4,
placeholder: "Special requests or dates...",
rows: 4,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/umbrellas-tables-cafe-old-street_8353-192.jpg" imageSrc="http://img.b2bpic.net/free-photo/umbrellas-tables-cafe-old-street_8353-192.jpg"
/> />
@@ -233,17 +116,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="Pie Melissas" logoText="Pie Melissas"
leftLink={{ leftLink={{ text: "Privacy Policy", href: "#" }}
text: "Privacy Policy", rightLink={{ text: "© 2024 Pie Melissas, Riga", href: "#" }}
href: "#",
}}
rightLink={{
text: "© 2024 Pie Melissas, Riga",
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }