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() { +
+ +
+
@@ -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() {