diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d5d10f..5bed240 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; 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 TextSplitAbout from '@/components/sections/about/TextSplitAbout'; @@ -26,94 +26,34 @@ export default function LandingPage() { >
@@ -122,10 +62,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Hospitality in the Heart of Riga" description={[ - "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.", - ]} + "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."]} /> @@ -135,26 +72,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - 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", - }, + 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"}, { - 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", - }, + 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"}, { - 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", - }, + 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="Our Amenities" description="We ensure your stay in Riga is as comfortable and memorable as possible." @@ -165,31 +87,8 @@ export default function LandingPage() { @@ -233,17 +116,11 @@ export default function LandingPage() {
); -} +} \ No newline at end of file