Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-10 10:56:04 +00:00

View File

@@ -13,7 +13,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import TextAbout from '@/components/sections/about/TextAbout';
import { Award, Bell, Home, Map, Star, Wine } from "lucide-react";
import { Award, Bell, Home, Map, Star, Wine, HeartHandshake, Flower2, ThermometerSun, Cooker } from "lucide-react";
export default function LandingPage() {
return (
@@ -34,37 +34,21 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "Sobre",
id: "#about",
},
name: "Sobre", id: "#about"},
{
name: "Quartos",
id: "#rooms",
},
name: "Quartos", id: "#rooms"},
{
name: "Amenidades",
id: "#amenities",
},
name: "Amenidades", id: "#amenities"},
{
name: "Testemunhos",
id: "#testimonials",
},
name: "Testemunhos", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contato",
id: "#contact",
},
name: "Contato", id: "#contact"},
{
name: "Reservar",
id: "https://booking.example.com",
},
name: "Reservar", id: "https://booking.example.com"},
]}
brandName="Hotel Name"
/>
@@ -73,87 +57,53 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "plain",
}}
variant: "plain"}}
imagePosition="right"
title="Elegância e Conforto em Cada Detalhe"
description="Descubra um refúgio boutique onde hospitalidade sofisticada encontra design contemporâneo. Cada hóspede é tratado como membro da família."
kpis={[
{
value: "120+",
label: "Suítes Exclusivas",
},
value: "120+", label: "Suítes Exclusivas"},
{
value: "5 Estrelas",
label: "Avaliação Média",
},
value: "5 Estrelas", label: "Avaliação Média"},
{
value: "24/7",
label: "Concierge Dedicado",
},
value: "24/7", label: "Concierge Dedicado"},
]}
enableKpiAnimation={true}
buttons={[
{
text: "Reservar Agora",
href: "https://booking.example.com",
},
text: "Reservar Agora", href: "https://booking.example.com"},
]}
imageSrc="http://img.b2bpic.net/free-photo/sitting-room-with-old-furniture_116348-77.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/sitting-room-with-old-furniture_116348-77.jpg"
imageAlt="Luxurious hotel suite interior with elegant decor"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/business-woman-standing-with-crossed-arms_23-2148095674.jpg",
alt: "Smiling professional woman",
},
src: "http://img.b2bpic.net/free-photo/business-woman-standing-with-crossed-arms_23-2148095674.jpg", alt: "Smiling professional woman"},
{
src: "http://img.b2bpic.net/free-photo/well-dressed-employee-outdoors_1098-2197.jpg",
alt: "Confident professional man",
},
src: "http://img.b2bpic.net/free-photo/well-dressed-employee-outdoors_1098-2197.jpg", alt: "Confident professional man"},
{
src: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg",
alt: "Happy businesswoman",
},
src: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg", alt: "Happy businesswoman"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21128.jpg",
alt: "Elegant woman in office",
},
src: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21128.jpg", alt: "Elegant woman in office"},
{
src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
alt: "Distinguished businessman",
},
src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", alt: "Distinguished businessman"},
]}
marqueeItems={[
{
type: "image",
src: "http://img.b2bpic.net/free-photo/skyscrapers-silhouette-city-skyline-sunset-waterfront-generated-by-ai_188544-42405.jpg",
alt: "Modern cityscape at sunset",
type: "image", src: "http://img.b2bpic.net/free-photo/skyscrapers-silhouette-city-skyline-sunset-waterfront-generated-by-ai_188544-42405.jpg", alt: "Modern cityscape at sunset"},
{
type: "text-icon", text: "Hospitalidade Excepcional", icon: Star,
},
{
type: "text-icon",
text: "Hospitalidade Excepcional",
icon: Star,
type: "image", src: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892961.jpg", alt: "Elegant hotel bar interior"},
{
type: "text-icon", text: "Design Premiado", icon: Award,
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892961.jpg",
alt: "Elegant hotel bar interior",
},
type: "image", src: "http://img.b2bpic.net/free-photo/empty-chair-deck-lounge-around-swimming-pool-hotel-resort_74190-10016.jpg", alt: "Luxury hotel pool deck"},
{
type: "text-icon",
text: "Design Premiado",
icon: Award,
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/empty-chair-deck-lounge-around-swimming-pool-hotel-resort_74190-10016.jpg",
alt: "Luxury hotel pool deck",
},
{
type: "text-icon",
text: "Conforto Inigualável",
icon: Home,
type: "text-icon", text: "Conforto Inigualável", icon: Home,
},
]}
/>
@@ -166,11 +116,8 @@ export default function LandingPage() {
title="Bem-Vindo ao Nosso Refúgio de Luxo"
buttons={[
{
text: "Nossa História",
href: "#",
},
text: "Nossa História", href: "#"},
]}
description="Situado no coração da cidade, nosso hotel boutique oferece uma fusão perfeita de elegância clássica e conforto moderno. Com uma arquitetura deslumbrante e interiores cuidadosamente projetados, cada detalhe foi pensado para proporcionar uma estadia inesquecível. Desde a nossa abertura, temos nos dedicado a criar um ambiente acolhedor e exclusivo, onde o serviço personalizado é a nossa prioridade."
/>
</div>
@@ -181,81 +128,43 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Culinária Requintada",
description: "Experimente sabores locais e internacionais em nosso restaurante de alta gastronomia, com ingredientes frescos e um ambiente sofisticado.",
bentoComponent: "media-stack",
items: [
title: "Culinária Requintada", description: "Experimente sabores locais e internacionais em nosso restaurante de alta gastronomia, com ingredientes frescos e um ambiente sofisticado.", bentoComponent: "media-stack", items: [
{
imageSrc: "http://img.b2bpic.net/free-photo/waiter-holding-tray-with-glasses-white-wine-it-serving-them-guests-balcony_181624-57937.jpg",
imageAlt: "Fine dining restaurant in a luxury hotel",
},
imageSrc: "http://img.b2bpic.net/free-photo/waiter-holding-tray-with-glasses-white-wine-it-serving-them-guests-balcony_181624-57937.jpg", imageAlt: "Fine dining restaurant in a luxury hotel"},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-panoramic-view-scandinavian-style_169016-68894.jpg",
imageAlt: "Relaxing spa area in a luxury hotel",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-panoramic-view-scandinavian-style_169016-68894.jpg", imageAlt: "Relaxing spa area in a luxury hotel"},
{
imageSrc: "http://img.b2bpic.net/free-photo/retired-adult-taking-room-key-card_482257-76507.jpg",
imageAlt: "Hotel concierge assisting a guest",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/sitting-room-with-old-furniture_116348-77.jpg?_wi=2",
imageAlt: "fine dining restaurant luxury hotel",
imageSrc: "http://img.b2bpic.net/free-photo/retired-adult-taking-room-key-card_482257-76507.jpg", imageAlt: "Hotel concierge assisting a guest"},
]
},
{
title: "Spa e Bem-Estar",
description: "Relaxe e rejuvenesça em nosso spa de luxo, com tratamentos personalizados, piscina aquecida e terapeutas experientes prontos para cuidar de você.",
bentoComponent: "icon-info-cards",
items: [
title: "Spa e Bem-Estar", description: "Relaxe e rejuvenesça em nosso spa de luxo, com tratamentos personalizados, piscina aquecida e terapeutas experientes prontos para cuidar de você.", bentoComponent: "icon-info-cards", items: [
{
icon: HeartHandshake,
label: "Massagens",
value: "Variedade",
},
label: "Massagens", value: "Variedade"},
{
icon: Flower2,
label: "Tratamentos",
value: "Personalizados",
},
label: "Tratamentos", value: "Personalizados"},
{
icon: ThermometerSun,
label: "Piscina",
value: "Climatizada",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/statue-liberty_649448-1408.jpg",
imageAlt: "fine dining restaurant luxury hotel",
label: "Piscina", value: "Climatizada"},
]
},
{
title: "Concierge Personalizado",
description: "Nosso serviço de concierge 24 horas está à disposição para atender a todas as suas necessidades, desde reservas de restaurantes até organização de passeios exclusivos.",
bentoComponent: "reveal-icon",
icon: Bell,
imageSrc: "http://img.b2bpic.net/free-photo/golden-trophy-green-surface_23-2151983601.jpg",
imageAlt: "fine dining restaurant luxury hotel",
title: "Concierge Personalizado", description: "Nosso serviço de concierge 24 horas está à disposição para atender a todas as suas necessidades, desde reservas de restaurantes até organização de passeios exclusivos.", bentoComponent: "reveal-icon", icon: Bell
},
{
title: "Experiências Curadas",
description: "Descubra o melhor da região com nossas experiências personalizadas, incluindo degustações de vinhos, aulas de culinária e aventuras culturais.",
bentoComponent: "icon-info-cards",
items: [
title: "Experiências Curadas", description: "Descubra o melhor da região com nossas experiências personalizadas, incluindo degustações de vinhos, aulas de culinária e aventuras culturais.", bentoComponent: "icon-info-cards", items: [
{
icon: Wine,
label: "Degustação",
value: "Vinhos Locais",
},
label: "Degustação", value: "Vinhos Locais"},
{
icon: Cooker,
label: "Aulas",
value: "Culinárias",
},
label: "Aulas", value: "Culinárias"},
{
icon: Map,
label: "Passeios",
value: "Exclusivos",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/front-desk-hotel-reception-lobby_482257-76228.jpg",
imageAlt: "fine dining restaurant luxury hotel",
label: "Passeios", value: "Exclusivos"},
]
},
]}
title="Amenidades Exclusivas"
@@ -271,47 +180,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "deluxe",
name: "Quarto Deluxe",
price: "A partir de R$ 850 / noite",
imageSrc: "http://img.b2bpic.net/free-photo/white-modern-clean-house-blue_1203-5089.jpg",
imageAlt: "Deluxe hotel room interior",
},
id: "deluxe", name: "Quarto Deluxe", price: "A partir de R$ 850 / noite", imageSrc: "http://img.b2bpic.net/free-photo/white-modern-clean-house-blue_1203-5089.jpg", imageAlt: "Deluxe hotel room interior"},
{
id: "suite",
name: "Suíte Executiva",
price: "A partir de R$ 1.200 / noite",
imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-curly-woman-standing-near-big-window-with-coffee-photo-gorgeous-caucasian-lady-enjoying-tea-looking-street_197531-11370.jpg",
imageAlt: "Executive hotel suite with living area",
},
id: "suite", name: "Suíte Executiva", price: "A partir de R$ 1.200 / noite", imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-curly-woman-standing-near-big-window-with-coffee-photo-gorgeous-caucasian-lady-enjoying-tea-looking-street_197531-11370.jpg", imageAlt: "Executive hotel suite with living area"},
{
id: "premium",
name: "Quarto Premium",
price: "A partir de R$ 980 / noite",
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg",
imageAlt: "Premium hotel room with city view",
},
id: "premium", name: "Quarto Premium", price: "A partir de R$ 980 / noite", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg", imageAlt: "Premium hotel room with city view"},
{
id: "family",
name: "Suíte Família",
price: "A partir de R$ 1.500 / noite",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-have-fun-bedroom-fighting-with-big-pillows-home_1153-3756.jpg",
imageAlt: "Spacious family-friendly hotel suite",
},
id: "family", name: "Suíte Família", price: "A partir de R$ 1.500 / noite", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-have-fun-bedroom-fighting-with-big-pillows-home_1153-3756.jpg", imageAlt: "Spacious family-friendly hotel suite"},
{
id: "penthouse",
name: "Suíte Penthouse",
price: "A partir de R$ 2.500 / noite",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-relax-smile-leisure-vacation-around-swimming-pool-resort-hotel_74190-14519.jpg",
imageAlt: "Luxurious penthouse suite with panoramic views",
},
id: "penthouse", name: "Suíte Penthouse", price: "A partir de R$ 2.500 / noite", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-relax-smile-leisure-vacation-around-swimming-pool-resort-hotel_74190-14519.jpg", imageAlt: "Luxurious penthouse suite with panoramic views"},
{
id: "garden",
name: "Quarto com Vista Jardim",
price: "A partir de R$ 900 / noite",
imageSrc: "http://img.b2bpic.net/free-photo/girl-chatting-smartphone_23-2147679110.jpg",
imageAlt: "Hotel room with a view of a lush garden",
},
id: "garden", name: "Quarto com Vista Jardim", price: "A partir de R$ 900 / noite", imageSrc: "http://img.b2bpic.net/free-photo/girl-chatting-smartphone_23-2147679110.jpg", imageAlt: "Hotel room with a view of a lush garden"},
]}
title="Nossas Suítes & Quartos"
description="Escolha entre nossas opções de acomodação projetadas para o máximo conforto e elegância, cada uma oferecendo uma experiência única e memorável."
@@ -326,20 +205,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "awards",
value: "10+",
description: "Prêmios de excelência na hospitalidade",
},
id: "awards", value: "10+", description: "Prêmios de excelência na hospitalidade"},
{
id: "satisfaction",
value: "98%",
description: "Taxa de satisfação dos hóspedes",
},
id: "satisfaction", value: "98%", description: "Taxa de satisfação dos hóspedes"},
{
id: "team",
value: "50+",
description: "Membros da equipe dedicados",
},
id: "team", value: "50+", description: "Membros da equipe dedicados"},
]}
title="Excelência Reconhecida"
description="Nosso compromisso com a qualidade e a satisfação do hóspede é evidenciado por nossas conquistas e a dedicação incansável de nossa equipe."
@@ -354,25 +224,15 @@ export default function LandingPage() {
author="Isabella Santos, São Paulo"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280734.jpg",
alt: "Avatar of Isabella Santos",
},
src: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280734.jpg", alt: "Avatar of Isabella Santos"},
{
src: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg",
alt: "Avatar of Pedro Almeida",
},
src: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg", alt: "Avatar of Pedro Almeida"},
{
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
alt: "Avatar of Sofia Costa",
},
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Avatar of Sofia Costa"},
{
src: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office_1157-21038.jpg",
alt: "Avatar of Ricardo Lima",
},
src: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office_1157-21038.jpg", alt: "Avatar of Ricardo Lima"},
{
src: "http://img.b2bpic.net/free-photo/pov-tourist-waves-videocall_482257-76727.jpg",
alt: "Avatar of Ana Pereira",
},
src: "http://img.b2bpic.net/free-photo/pov-tourist-waves-videocall_482257-76727.jpg", alt: "Avatar of Ana Pereira"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -384,14 +244,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Forbes Travel Guide",
"Condé Nast Traveler",
"Relais & Châteaux",
"The Leading Hotels of the World",
"Travel + Leisure",
"Guia Michelin",
"TripAdvisor",
]}
"Forbes Travel Guide", "Condé Nast Traveler", "Relais & Châteaux", "The Leading Hotels of the World", "Travel + Leisure", "Guia Michelin", "TripAdvisor"]}
title="Reconhecido Pelos Melhores"
description="Nosso hotel boutique é consistentemente destaque em publicações de viagens de luxo e guias de prestígio em todo o mundo."
/>
@@ -403,35 +256,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Como faço uma reserva?",
content: "Você pode fazer uma reserva diretamente pelo nosso site na seção 'Quartos' ou entrando em contato com nossa equipe de reservas por telefone ou e-mail.",
},
id: "q1", title: "Como faço uma reserva?", content: "Você pode fazer uma reserva diretamente pelo nosso site na seção 'Quartos' ou entrando em contato com nossa equipe de reservas por telefone ou e-mail."},
{
id: "q2",
title: "Quais são os horários de check-in e check-out?",
content: "O check-in é a partir das 15h e o check-out é até as 12h. Para necessidades especiais, por favor, entre em contato com a recepção.",
},
id: "q2", title: "Quais são os horários de check-in e check-out?", content: "O check-in é a partir das 15h e o check-out é até as 12h. Para necessidades especiais, por favor, entre em contato com a recepção."},
{
id: "q3",
title: "O hotel oferece estacionamento?",
content: "Sim, oferecemos estacionamento privativo e serviço de manobrista para todos os nossos hóspedes.",
},
id: "q3", title: "O hotel oferece estacionamento?", content: "Sim, oferecemos estacionamento privativo e serviço de manobrista para todos os nossos hóspedes."},
{
id: "q4",
title: "Há opções de refeição no hotel?",
content: "Sim, temos um restaurante de alta gastronomia que serve café da manhã, almoço e jantar, além de serviço de quarto 24 horas.",
},
id: "q4", title: "Há opções de refeição no hotel?", content: "Sim, temos um restaurante de alta gastronomia que serve café da manhã, almoço e jantar, além de serviço de quarto 24 horas."},
{
id: "q5",
title: "O hotel é pet-friendly?",
content: "Agradecemos o interesse, mas nosso hotel não é pet-friendly. Pedimos desculpas por qualquer inconveniente.",
},
id: "q5", title: "O hotel é pet-friendly?", content: "Agradecemos o interesse, mas nosso hotel não é pet-friendly. Pedimos desculpas por qualquer inconveniente."},
{
id: "q6",
title: "Posso organizar eventos no hotel?",
content: "Sim, dispomos de espaços elegantes para eventos sociais e corporativos. Entre em contato com nossa equipe de eventos para mais informações.",
},
id: "q6", title: "Posso organizar eventos no hotel?", content: "Sim, dispomos de espaços elegantes para eventos sociais e corporativos. Entre em contato com nossa equipe de eventos para mais informações."},
]}
title="Perguntas Frequentes"
description="Encontre respostas para as dúvidas mais comuns sobre sua estadia, reservas e os serviços oferecidos em nosso hotel."
@@ -443,18 +278,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
text="Pronto para sua experiência de luxo? Entre em contato conosco para reservas ou qualquer dúvida."
buttons={[
{
text: "Fale Conosco",
href: "mailto:reservas@hotelname.com",
},
text: "Fale Conosco", href: "mailto:reservas@hotelname.com"},
{
text: "Nossa Localização",
href: "#",
},
text: "Nossa Localização", href: "#"},
]}
/>
</div>
@@ -463,54 +293,33 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Hotel",
items: [
title: "Hotel", items: [
{
label: "Sobre Nós",
href: "#about",
},
label: "Sobre Nós", href: "#about"},
{
label: "Quartos & Suítes",
href: "#rooms",
},
label: "Quartos & Suítes", href: "#rooms"},
{
label: "Amenidades",
href: "#amenities",
},
label: "Amenidades", href: "#amenities"},
],
},
{
title: "Suporte",
items: [
title: "Suporte", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Contato",
href: "#contact",
},
label: "Contato", href: "#contact"},
{
label: "Política de Privacidade",
href: "#",
},
label: "Política de Privacidade", href: "#"},
],
},
{
title: "Conecte-se",
items: [
title: "Conecte-se", items: [
{
label: "Instagram",
href: "https://instagram.com/hotelname",
},
label: "Instagram", href: "https://instagram.com/hotelname"},
{
label: "Facebook",
href: "https://facebook.com/hotelname",
},
label: "Facebook", href: "https://facebook.com/hotelname"},
{
label: "LinkedIn",
href: "https://linkedin.com/company/hotelname",
},
label: "LinkedIn", href: "https://linkedin.com/company/hotelname"},
],
},
]}