diff --git a/src/app/page.tsx b/src/app/page.tsx
index e1d7359..80ea0e1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,6 +9,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
@@ -31,16 +32,12 @@ export default function LandingPage() {
@@ -48,21 +45,15 @@ export default function LandingPage() {
@@ -73,7 +64,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Built for Travelers"
description="We believe travel should be social, affordable, and sustainable. Our mission is to provide more than just a bed—it's a place where memories are made."
- imageSrc="http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518169.jpg"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CuRn3qo0o1mW14jZjoWGZjMf68/uploaded-1777233911088-07mjp9zo.jpg"
/>
@@ -83,24 +74,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Free Breakfast", description: "Start your day with healthy, local ingredients.", phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3438.jpg"},
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/mixer-kitchen-appliace_417767-35.jpg"},
- },
- {
- title: "High-Speed Wi-Fi", description: "Stay connected with reliable internet everywhere.", phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-sunlit-wellness-wooden-waves_169016-68878.jpg"},
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/woman-with-apron-offering-packed-takeaway-food-male-customer_23-2149025770.jpg"},
- },
- {
- title: "Community Events", description: "Join our weekly pub crawls and city tours.", phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-friends-chilling_23-2149410420.jpg"},
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598846.jpg"},
- },
+ { title: "Free Breakfast", description: "Start your day with healthy, local ingredients.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CuRn3qo0o1mW14jZjoWGZjMf68/uploaded-1777233911088-h30t743n.jpg" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CuRn3qo0o1mW14jZjoWGZjMf68/uploaded-1777233911088-rabatljz.jpg" } },
+ { title: "High-Speed Wi-Fi", description: "Stay connected with reliable internet everywhere.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CuRn3qo0o1mW14jZjoWGZjMf68/uploaded-1777233911088-jnf6hvfb.jpg" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CuRn3qo0o1mW14jZjoWGZjMf68/uploaded-1777233911088-hj0blsan.jpg" } },
+ { title: "Community Events", description: "Join our weekly pub crawls and city tours.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CuRn3qo0o1mW14jZjoWGZjMf68/uploaded-1777233911088-07mjp9zo.jpg" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CuRn3qo0o1mW14jZjoWGZjMf68/uploaded-1777233911088-h30t743n.jpg" } },
]}
showStepNumbers={true}
title="Why GreenStay?"
@@ -108,6 +84,19 @@ export default function LandingPage() {
/>
+
@@ -164,14 +130,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
- {
- id: "f1", title: "Is there a curfew?", content: "No, we have 24/7 keycard access."},
- {
- id: "f2", title: "Is breakfast included?", content: "Yes, a complimentary organic breakfast is served daily."},
- {
- id: "f3", title: "Do you have luggage storage?", content: "Yes, we provide secure lockers for all guests."},
+ { id: "f1", title: "Is there a curfew?", content: "No, we have 24/7 keycard access." },
+ { id: "f2", title: "Is breakfast included?", content: "Yes, a complimentary organic breakfast is served daily." },
]}
- imageSrc="http://img.b2bpic.net/free-photo/two-businesswomen-sitting-back-back-smiling-camera-leadership_482257-25782.jpg"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CuRn3qo0o1mW14jZjoWGZjMf68/uploaded-1777233911088-rabatljz.jpg"
title="Frequently Asked Questions"
description="Answers to common questions about your stay."
faqsAnimation="slide-up"
@@ -180,10 +142,7 @@ export default function LandingPage() {
@@ -192,35 +151,17 @@ export default function LandingPage() {