15 Commits

Author SHA1 Message Date
a5ef232387 Merge version_8 into main
Merge version_8 into main
2026-01-03 14:14:55 +00:00
ac043ee836 Update src/app/page.tsx 2026-01-03 14:14:50 +00:00
4d20e75644 Merge version_7 into main
Merge version_7 into main
2026-01-03 14:12:17 +00:00
953653db93 Update src/app/page.tsx 2026-01-03 14:12:12 +00:00
ac57cda6ed Merge version_6 into main
Merge version_6 into main
2026-01-03 14:09:55 +00:00
0b271f4ed7 Update src/app/page.tsx 2026-01-03 14:09:51 +00:00
c7305c9820 Merge version_5 into main
Merge version_5 into main
2026-01-03 13:58:28 +00:00
4bd032baf3 Update src/app/page.tsx 2026-01-03 13:58:24 +00:00
f3d76df0b1 Merge version_4 into main
Merge version_4 into main
2026-01-03 13:54:41 +00:00
9e7659f2bf Update src/app/page.tsx 2026-01-03 13:54:37 +00:00
4196a1ae1f Merge version_3 into main
Merge version_3 into main
2026-01-03 13:48:17 +00:00
209c8bb020 Update src/app/page.tsx 2026-01-03 13:48:13 +00:00
753078efec Merge version_2 into main
Merge version_2 into main
2026-01-03 13:43:21 +00:00
f9783b5182 Update src/app/page.tsx 2026-01-03 13:43:17 +00:00
5555447328 Merge version_1 into main
Merge version_1 into main
2026-01-03 13:40:36 +00:00

View File

@@ -9,7 +9,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TeamCardSix from '@/components/sections/team/TeamCardSix';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import FaqBase from '@/components/sections/faq/FaqBase'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactFaq from '@/components/sections/contact/ContactFaq'; import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Star, Sparkles, Phone } from "lucide-react"; import { Star, Sparkles, Phone } from "lucide-react";
@@ -137,7 +137,7 @@ export default function LandingPage() {
plans={[ plans={[
{ {
id: "deluxe", id: "deluxe",
price: "$189", price: "$210",
name: "Deluxe Room", name: "Deluxe Room",
buttons: [ buttons: [
{ text: "Check Availability", href: "#booking" }, { text: "Check Availability", href: "#booking" },
@@ -204,23 +204,23 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
id: "1", id: "1",
value: "98%", value: "30+",
title: "Guest Satisfaction", title: "Happy Guests",
description: "Consistently rated excellent by our valued guests", description: "Welcomed travelers from around the world",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767006038597-n7qc8lnx.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767006038597-n7qc8lnx.jpg"
}, },
{ {
id: "2", id: "2",
value: "25+", value: "99%",
title: "Years of Service", title: "Guest Satisfaction",
description: "Quarter century of delivering premium hospitality", description: "Consistently rated excellent by our valued guests",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767006037732-pjwx8627.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767006037732-pjwx8627.jpg"
}, },
{ {
id: "3", id: "3",
value: "500K+", value: "25+",
title: "Happy Guests", title: "Years of Service",
description: "Welcomed travelers from around the world", description: "Quarter century of delivering premium hospitality",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767006038597-n7qc8lnx.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767006038597-n7qc8lnx.jpg"
} }
]} ]}
@@ -316,7 +316,7 @@ export default function LandingPage() {
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqBase <FaqSplitMedia
faqs={[ faqs={[
{ {
id: "1", id: "1",
@@ -347,14 +347,22 @@ export default function LandingPage() {
id: "6", id: "6",
title: "What is your cancellation policy?", title: "What is your cancellation policy?",
content: "Cancellations made up to 7 days before arrival receive a full refund. Cancellations within 7 days of arrival are subject to one night's room charge. Non-refundable rates are available at a discounted price." content: "Cancellations made up to 7 days before arrival receive a full refund. Cancellations within 7 days of arrival are subject to one night's room charge. Non-refundable rates are available at a discounted price."
},
{
id: "7",
title: "Do you offer room service?",
content: "Yes, we offer 24-hour room service with a complete menu featuring breakfast, lunch, dinner, and light snacks. Special dietary requirements can be accommodated with advance notice."
} }
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184721770-arv4645s.jpg"
imageAlt="Hotel restaurant"
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Find answers to common questions about your stay." description="Find answers to common questions about your stay."
tag="Help" tag="Help"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
animationType="smooth" animationType="smooth"
mediaPosition="left"
/> />
</div> </div>
@@ -379,6 +387,11 @@ export default function LandingPage() {
id: "3", id: "3",
title: "What payment methods do you accept?", title: "What payment methods do you accept?",
content: "We accept all major credit cards, wire transfers, and digital payments. A credit card is required to hold your reservation, but payment isn't due until check-in." content: "We accept all major credit cards, wire transfers, and digital payments. A credit card is required to hold your reservation, but payment isn't due until check-in."
},
{
id: "4",
title: "Are modifications to bookings possible?",
content: "Yes, we can modify your booking at any time. Contact our reservations team with your booking reference number. Changes may be subject to availability and rate adjustments."
} }
]} ]}
useInvertedBackground="noInvert" useInvertedBackground="noInvert"