Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #8.
This commit is contained in:
2026-03-04 07:00:42 +00:00

View File

@@ -138,8 +138,8 @@ export default function LandingPage() {
carouselMode="buttons"
buttons={[{ text: "Check Availability", href: "contact" }]}
buttonAnimation="blur-reveal"
titleClassName="text-4xl font-bold mb-2"
descriptionClassName="text-lg leading-relaxed mb-8"
textBoxTitleClassName="text-4xl font-bold mb-2"
textBoxDescriptionClassName="text-lg leading-relaxed mb-8"
cardClassName="bg-card rounded-xl shadow-md hover:shadow-lg transition-shadow"
cardBrandClassName="text-xs font-semibold text-accent uppercase tracking-wide"
cardNameClassName="text-xl font-bold text-foreground mt-2"
@@ -176,8 +176,8 @@ export default function LandingPage() {
]}
buttons={[{ text: "Learn More", href: "contact" }]}
buttonAnimation="blur-reveal"
titleClassName="text-4xl font-bold mb-2"
descriptionClassName="text-lg leading-relaxed mb-8"
textBoxTitleClassName="text-4xl font-bold mb-2"
textBoxDescriptionClassName="text-lg leading-relaxed mb-8"
cardClassName="bg-card rounded-xl p-6 text-center hover:shadow-md transition-shadow"
stepNumberClassName="text-4xl font-bold text-accent mb-4"
cardTitleClassName="text-xl font-bold text-foreground mb-2"
@@ -217,8 +217,8 @@ export default function LandingPage() {
id: "6", name: "James Wright", handle: "Long-term Guest, Canada", testimonial: "I stayed for two weeks and felt completely at home. The staff treated me like family. Coming back soon!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "James Wright"
},
]}
titleClassName="text-4xl font-bold mb-2"
descriptionClassName="text-lg leading-relaxed mb-8"
textBoxTitleClassName="text-4xl font-bold mb-2"
textBoxDescriptionClassName="text-lg leading-relaxed mb-8"
cardClassName="bg-card rounded-xl p-6 shadow-md hover:shadow-lg transition-shadow"
testimonialClassName="text-base leading-relaxed text-foreground italic mb-4"
/>