Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-05-02 09:12:05 +00:00

View File

@@ -13,7 +13,6 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import EmailSignupForm from '@/components/form/EmailSignupForm';
import { Award } from 'lucide-react';
export default function LandingPage() {
return (
@@ -61,6 +60,8 @@ export default function LandingPage() {
title="Award Winning Excellence"
description="Proudly recognized for our dedication to luxury and guest service."
names={["5-Star Gold Award", "Best City Hotel 2024", "Global Hospitality Excellence", "Eco-Friendly Certification"]}
textboxLayout="default"
useInvertedBackground={false}
showCard={true}
/>
</div>
@@ -82,7 +83,7 @@ export default function LandingPage() {
features={[
{ title: "24/7 Concierge", description: "Our team is here to assist you with any requests, day or night.", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-female-lying-bed-looking-beach-through-glass-windows_181624-57823.jpg", imageAlt: "Concierge" },
{ title: "World-Class Dining", description: "Enjoy exquisite culinary delights at our in-house restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet_74190-3788.jpg", imageAlt: "Dining" },
{ title: "Luxury Spa Services", description: "Unwind and rejuvenate with our range of professional spa treatments.", imageSrc: "http://img.b2bpic.net/free-photo/front-desk-hotel-reception-lobby_482257-76228.jpg", imageAlt: "Spa" },
{ title: "Luxury Spa Services", description: "Unwind and rejuvenate with our range of professional spa treatments.", imageSrc: "http://img.b2bpic.net/front-desk-hotel-reception-lobby_482257-76228.jpg", imageAlt: "Spa" },
]}
title="Unmatched Amenities"
description="Discover everything you need for a comfortable and productive stay."
@@ -93,7 +94,7 @@ export default function LandingPage() {
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
{ id: "room-1", name: "Deluxe King Suite", price: "$299/night", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-bedroom-with-comfortable-bedding-elegant-decor-generated-by-ai_188544-29870.jpg" },
@@ -120,7 +121,7 @@ export default function LandingPage() {
<div id="newsletter" data-section="newsletter" style={{ padding: "4rem 0", textAlign: "center" }}>
<h2>Join Our Newsletter</h2>
<p style={{ marginBottom: "1.5rem" }}>Get exclusive offers and hotel updates directly in your inbox.</p>
<EmailSignupForm inputPlaceholder="Enter your email address" buttonText="Subscribe" />
<EmailSignupForm />
</div>
<div id="faq" data-section="faq">