8 Commits

Author SHA1 Message Date
2d07950aab Update src/app/page.tsx 2026-03-06 10:26:11 +00:00
62244d581c Update src/app/layout.tsx 2026-03-06 10:26:10 +00:00
9968799966 Merge version_2 into main
Merge version_2 into main
2026-03-06 10:20:41 +00:00
8e941082c2 Update src/app/page.tsx 2026-03-06 10:20:37 +00:00
a51d55baa2 Update src/app/layout.tsx 2026-03-06 10:20:36 +00:00
984f59ac00 Merge version_1 into main
Merge version_1 into main
2026-03-06 10:13:53 +00:00
a05f788b04 Merge version_1 into main
Merge version_1 into main
2026-03-06 10:12:53 +00:00
19acd43e5d Merge version_1 into main
Merge version_1 into main
2026-03-06 10:11:37 +00:00
2 changed files with 88 additions and 119 deletions

View File

@@ -1,53 +1,22 @@
import type { Metadata } from "next";
import { DM_Sans } from "next/font/google";
import { Inter } from "next/font/google";
import "./styles/variables.css";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Tawwy Apartments - Luxury Mediterranean Accommodation", description: "Discover beautiful Mediterranean apartments perfect for your vacation. Prime locations, fully equipped, WiFi included. Book your stay today with Tawwy Apartments.", keywords: "Mediterranean apartments, vacation rental, luxury accommodation, beach apartments, holiday homes", metadataBase: new URL("https://tawwyapartments.com"),
alternates: {
canonical: "https://tawwyapartments.com"
},
openGraph: {
title: "Tawwy Apartments - Your Mediterranean Home", description: "Luxury apartments with stunning views and prime locations. Perfect for holidays and remote work.", url: "https://tawwyapartments.com", siteName: "Tawwy Apartments", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407613.jpg", alt: "Luxury Mediterranean apartment"
}
]
},
twitter: {
card: "summary_large_image", title: "Tawwy Apartments - Mediterranean Luxury", description: "Beautiful apartments with sea views and perfect locations", images: ["http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407613.jpg"]
},
robots: {
index: true,
follow: true
}
title: "Apartamentos Tawwy", description: "Hermosos y cómodos apartamentos mediterráneos para tu escape perfecto."
};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${dmSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="es">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1415,7 +1384,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -28,34 +28,34 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Tawwy Apartments"
brandName="Apartamentos Tawwy"
navItems={[
{ name: "Apartments", id: "apartments" },
{ name: "Why Tawwy", id: "benefits" },
{ name: "Gallery", id: "gallery" },
{ name: "Reviews", id: "testimonials" },
{ name: "Location", id: "location" }
{ name: "Apartamentos", id: "apartments" },
{ name: "¿Por Qué Tawwy?", id: "benefits" },
{ name: "Galería", id: "gallery" },
{ name: "Reseñas", id: "testimonials" },
{ name: "Ubicación", id: "location" }
]}
button={{
text: "Book Now", href: "https://booking.example.com"
text: "Reservar Ahora", href: "https://booking.example.com"
}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplit
title="Tawwy Apartments Your Mediterranean Home Away From Home"
description="Beautiful, comfortable apartments designed for relaxing stays. Discover luxury accommodation with stunning views, prime locations, and genuine hospitality."
title="Apartamentos Tawwy Tu Hogar Mediterráneo Lejos de Casa"
description="Apartamentos hermosos y cómodos diseñados para estancias relajantes. Descubre alojamiento de lujo con vistas impresionantes, ubicaciones privilegiadas y auténtica hospitalidad."
background={{ variant: "glowing-orb" }}
tag="Premium Apartments"
tag="Apartamentos Premium"
tagIcon={MapPin}
imageSrc="http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407613.jpg"
imageAlt="Luxury Mediterranean apartment with natural light"
imageAlt="Apartamento de lujo mediterráneo con luz natural"
imagePosition="right"
mediaAnimation="blur-reveal"
buttons={[
{ text: "Check Availability", href: "https://booking.example.com" },
{ text: "View Apartments", href: "#apartments" }
{ text: "Verificar Disponibilidad", href: "https://booking.example.com" },
{ text: "Ver Apartamentos", href: "#apartments" }
]}
buttonAnimation="slide-up"
/>
@@ -63,43 +63,43 @@ export default function LandingPage() {
<div id="apartments" data-section="apartments">
<ProductCardFour
title="Featured Apartments"
description="Explore our carefully selected collection of premium apartments, each offering unique charm and exceptional comfort for your perfect getaway."
tag="Available Now"
title="Apartamentos Destacados"
description="Explora nuestra cuidada selección de apartamentos premium, cada uno ofreciendo encanto único y comodidad excepcional para tu escape perfecto."
tag="Disponible Ahora"
tagIcon={Star}
textboxLayout="default"
useInvertedBackground={false}
products={[
{
id: "1", name: "Beachfront Deluxe Suite", price: "$180/night", variant: "2 Bedrooms • Sea View", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg", imageAlt: "Beachfront deluxe suite with ocean view"
id: "1", name: "Suite Deluxe Frente al Mar", price: "$180/noche", variant: "2 Dormitorios • Vista al Mar", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg", imageAlt: "Suite deluxe frente al mar con vista al océano"
},
{
id: "2", name: "Garden Studio Retreat", price: "$95/night", variant: "1 Bedroom • Garden Access", imageSrc: "http://img.b2bpic.net/free-photo/lovely-young-couple-dressed-casual-style-sits-floor-cosy-modern-room_8353-8258.jpg", imageAlt: "Cozy garden studio apartment"
id: "2", name: "Refugio Estudio con Jardín", price: "$95/noche", variant: "1 Dormitorio • Acceso al Jardín", imageSrc: "http://img.b2bpic.net/free-photo/lovely-young-couple-dressed-casual-style-sits-floor-cosy-modern-room_8353-8258.jpg", imageAlt: "Acogedor apartamento estudio con jardín"
},
{
id: "3", name: "Mediterranean Villa", price: "$250/night", variant: "3 Bedrooms • Private Pool", imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-925.jpg", imageAlt: "Luxurious Mediterranean villa with pool"
id: "3", name: "Villa Mediterránea", price: "$250/noche", variant: "3 Dormitorios • Piscina Privada", imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-925.jpg", imageAlt: "Lujosa villa mediterránea con piscina"
}
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
buttons={[
{ text: "View All Apartments", href: "https://booking.example.com" }
{ text: "Ver Todos los Apartamentos", href: "https://booking.example.com" }
]}
/>
</div>
<div id="benefits" data-section="benefits">
<MetricSplitMediaAbout
tag="Why Choose Us"
tag="¿Por Qué Elegirnos?"
tagIcon={Heart}
title="Why Stay With Tawwy Apartments"
description="We've carefully curated every detail to ensure your stay is nothing short of exceptional. From our prime locations to thoughtful amenities, discover what makes us different."
title="¿Por Qué Hospedarse en Apartamentos Tawwy?"
description="Hemos cuidadosamente curado cada detalle para garantizar que tu estancia sea excepcional. Desde nuestras ubicaciones privilegiadas hasta comodidades reflexivas, descubre qué nos hace diferentes."
metrics={[
{ value: "500+", title: "Happy Guests" },
{ value: "98%", title: "5-Star Reviews" }
{ value: "500+", title: "Huéspedes Satisfechos" },
{ value: "98%", title: "Reseñas de 5 Estrellas" }
]}
imageSrc="http://img.b2bpic.net/free-photo/sunbeds-with-coconuts-tree-by-sea_23-2148249118.jpg?_wi=1"
imageAlt="Stunning apartment balcony with Mediterranean views"
imageAlt="Impresionante balcón del apartamento con vistas mediterráneas"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -108,20 +108,20 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardSixteen
title="Premium Features & Amenities"
description="Every apartment comes equipped with everything you need for a comfortable and convenient stay."
tag="Our Amenities"
title="Características y Amenidades Premium"
description="Cada apartamento viene equipado con todo lo que necesitas para una estancia cómoda y conveniente."
tag="Nuestras Amenidades"
tagIcon={Zap}
textboxLayout="default"
useInvertedBackground={false}
negativeCard={{
items: [
"Limited connectivity", "Poor location access", "Basic amenities", "Uncomfortable furniture"
"Conectividad limitada", "Acceso de ubicación deficiente", "Amenidades básicas", "Muebles incómodos"
]
}}
positiveCard={{
items: [
"Prime location near beaches", "Self check-in for convenience", "Fully equipped apartments", "Fast & reliable WiFi", "Perfect for holidays or remote work", "Premium comfort throughout"
"Ubicación privilegiada cerca de playas", "Check-in automático para conveniencia", "Apartamentos completamente equipados", "WiFi rápido y confiable", "Perfecto para vacaciones o trabajo remoto", "Comodidad premium en todas partes"
]
}}
animationType="slide-up"
@@ -130,30 +130,30 @@ export default function LandingPage() {
<div id="gallery" data-section="gallery">
<BlogCardOne
title="Photo Gallery"
description="Take a visual tour of our beautiful apartments and amenities. Each image showcases the care and attention to detail we put into every space."
tag="Gallery"
title="Galería de Fotos"
description="Haz un recorrido visual de nuestros hermosos apartamentos y amenidades. Cada imagen muestra el cuidado y la atención al detalle que ponemos en cada espacio."
tag="Galería"
tagIcon={Camera}
textboxLayout="default"
useInvertedBackground={false}
blogs={[
{
id: "1", category: "Interior", title: "Stunning Balcony Views", excerpt: "Wake up to breathtaking Mediterranean sunrises and sea breezes from your private balcony.", imageSrc: "http://img.b2bpic.net/free-photo/sunbeds-with-coconuts-tree-by-sea_23-2148249118.jpg?_wi=2", imageAlt: "Balcony with sea view", authorName: "Tawwy Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", date: "Featured"
id: "1", category: "Interior", title: "Vistas Sorprendentes del Balcón", excerpt: "Despierta con amaneceres mediterráneos impresionantes y brisas del mar desde tu balcón privado.", imageSrc: "http://img.b2bpic.net/free-photo/sunbeds-with-coconuts-tree-by-sea_23-2148249118.jpg?_wi=2", imageAlt: "Balcón con vista al mar", authorName: "Equipo Tawwy", authorAvatar: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", date: "Destacado"
},
{
id: "2", category: "Kitchen", title: "Modern Fully-Equipped Kitchen", excerpt: "Prepare delicious meals in our contemporary kitchens with premium appliances and ample counter space.", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-white-kitchen_657883-328.jpg", imageAlt: "Modern kitchen", authorName: "Tawwy Team", authorAvatar: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", date: "Featured"
id: "2", category: "Cocina", title: "Cocina Moderna Completamente Equipada", excerpt: "Prepara deliciosas comidas en nuestras cocinas contemporáneas con electrodomésticos premium y amplio espacio de trabajo.", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-white-kitchen_657883-328.jpg", imageAlt: "Cocina moderna", authorName: "Equipo Tawwy", authorAvatar: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", date: "Destacado"
},
{
id: "3", category: "Bathroom", title: "Luxury Spa Bathrooms", excerpt: "Indulge in premium bathrooms featuring rainfall showers and spa-quality amenities for ultimate relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg", imageAlt: "Luxury bathroom", authorName: "Tawwy Team", authorAvatar: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", date: "Featured"
id: "3", category: "Baño", title: "Baños de Lujo tipo Spa", excerpt: "Disfruta de baños premium con duchas tipo lluvia y amenidades de calidad spa para relajación absoluta.", imageSrc: "http://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg", imageAlt: "Baño de lujo", authorName: "Equipo Tawwy", authorAvatar: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", date: "Destacado"
},
{
id: "4", category: "Beach", title: "Direct Beach Access", excerpt: "Steps away from pristine sandy beaches and crystal-clear Mediterranean waters perfect for swimming.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wooden-fence-beach_1156-68.jpg", imageAlt: "Beach access", authorName: "Tawwy Team", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Featured"
id: "4", category: "Playa", title: "Acceso Directo a la Playa", excerpt: "A pasos de playas de arena prístina y aguas cristalinas del Mediterráneo perfectas para nadar.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wooden-fence-beach_1156-68.jpg", imageAlt: "Acceso a la playa", authorName: "Equipo Tawwy", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Destacado"
},
{
id: "5", category: "Dining", title: "Elegant Dining Spaces", excerpt: "Sophisticated dining areas perfect for enjoying meals with family and friends overlooking scenic views.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-swhite-shirt-putting-plates-table_259150-59712.jpg", imageAlt: "Dining area", authorName: "Tawwy Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", date: "Featured"
id: "5", category: "Comedor", title: "Espacios Elegantes para Cenar", excerpt: "Áreas sofisticadas para cenar perfectas para disfrutar comidas con familia y amigos con vistas escénicas.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-swhite-shirt-putting-plates-table_259150-59712.jpg", imageAlt: "Área de comedor", authorName: "Equipo Tawwy", authorAvatar: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", date: "Destacado"
},
{
id: "6", category: "Amenities", title: "Resort-Style Pool", excerpt: "Relax and unwind in our refreshing pool area surrounded by lush landscaping and comfortable lounging.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-happy-smile-relax-around-swimming-pool-hotel-resort_74190-8059.jpg", imageAlt: "Swimming pool", authorName: "Tawwy Team", authorAvatar: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", date: "Featured"
id: "6", category: "Amenidades", title: "Piscina de Resort", excerpt: "Relájate en nuestra refrescante piscina rodeada de paisajismo exuberante y cómodas tumbonas.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-happy-smile-relax-around-swimming-pool-hotel-resort_74190-8059.jpg", imageAlt: "Piscina de resort", authorName: "Equipo Tawwy", authorAvatar: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", date: "Destacado"
}
]}
animationType="slide-up"
@@ -163,30 +163,30 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
title="Guest Reviews"
description="Hear from our satisfied guests who have experienced the comfort and hospitality of Tawwy Apartments."
tag="Testimonials"
title="Reseñas de Huéspedes"
description="Escucha de nuestros huéspedes satisfechos que han experimentado la comodidad y hospitalidad de Apartamentos Tawwy."
tag="Testimonios"
tagIcon={Quote}
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Travel Blogger", testimonial: "Amazing apartment with perfect location and super clean. The views are breathtaking and the team is incredibly helpful. Would definitely stay again!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Johnson"
id: "1", name: "Sarah Johnson", role: "Bloguera de Viajes", testimonial: "Apartamento increíble con ubicación perfecta y muy limpio. Las vistas son impresionantes y el equipo es increíblemente útil. ¡Definitivamente me quedaría de nuevo!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", role: "Business Traveler", testimonial: "Excellent WiFi for remote work, comfortable bed, and a great place to relax after meetings. The self check-in was convenient and hassle-free.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Michael Chen"
id: "2", name: "Michael Chen", role: "Viajero de Negocios", testimonial: "WiFi excelente para trabajo remoto, cama cómoda y un lugar excelente para relajarse después de las reuniones. El check-in automático fue conveniente y sin complicaciones.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emily Rodriguez", role: "Family Vacationer", testimonial: "Perfect for our family vacation! The kids loved the pool, and the beach access was unbeatable. Everything we needed was provided. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Emily Rodriguez"
id: "3", name: "Emily Rodriguez", role: "Vacacionista Familiar", testimonial: "¡Perfecto para nuestras vacaciones en familia! A los niños les encantó la piscina y el acceso a la playa fue inmejorable. Se proporcionó todo lo que necesitábamos. ¡Altamente recomendado!", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Emily Rodriguez"
},
{
id: "4", name: "David Kim", role: "Luxury Traveler", testimonial: "This is what premium hospitality looks like. Attention to detail, impeccable cleanliness, and a team that genuinely cares. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"
id: "4", name: "David Kim", role: "Viajero de Lujo", testimonial: "Esto es lo que parece la hospitalidad premium. Atención al detalle, limpieza impecable y un equipo que realmente se preocupa. ¡Vale cada centavo!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"
},
{
id: "5", name: "Lisa Peterson", role: "Frequent Visitor", testimonial: "I've stayed at dozens of places along the coast, and Tawwy is hands down the best. Can't wait to book my next stay!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Lisa Peterson"
id: "5", name: "Lisa Peterson", role: "Visitante Frecuente", testimonial: "He estado en docenas de lugares a lo largo de la costa, y Tawwy es con diferencia el mejor. ¡No puedo esperar para reservar mi próxima estancia!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Lisa Peterson"
},
{
id: "6", name: "Marcus Thompson", role: "Holiday Guest", testimonial: "Everything exceeded expectations. The Mediterranean charm, modern amenities, and warm welcome made our stay unforgettable. Definitely coming back!", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Marcus Thompson"
id: "6", name: "Marcus Thompson", role: "Huésped de Vacaciones", testimonial: "Todo superó las expectativas. El encanto mediterráneo, las comodidades modernas y la cálida bienvenida hicieron que nuestra estancia fuera inolvidable. ¡Definitivamente volveremos!", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Marcus Thompson"
}
]}
animationType="slide-up"
@@ -195,14 +195,14 @@ export default function LandingPage() {
<div id="location" data-section="location">
<SocialProofOne
title="Perfectly Located"
description="Close to the best beaches, restaurants, attractions, and everything you need for an unforgettable Mediterranean experience."
tag="Your Ideal Destination"
title="Perfectamente Ubicado"
description="Cerca de las mejores playas, restaurantes, atracciones y todo lo que necesitas para una experiencia mediterránea inolvidable."
tag="Tu Destino Ideal"
tagIcon={MapPin}
textboxLayout="default"
useInvertedBackground={false}
names={[
"Golden Beach", "Harbor Restaurant District", "Old Town Historic Center", "Marina Shopping Area", "Adventure Activities", "Local Markets", "Sunset Viewpoint", "Water Sports Center"
"Playa Dorada", "Distrito de Restaurantes del Puerto", "Centro Histórico del Casco Antiguo", "Área de Compras Marina", "Actividades de Aventura", "Mercados Locales", "Mirador del Atardecer", "Centro de Deportes Acuáticos"
]}
speed={40}
showCard={true}
@@ -211,19 +211,20 @@ export default function LandingPage() {
<div id="cta" data-section="cta">
<PricingCardFive
title="Ready for Your Stay?"
description="Book your perfect Mediterranean escape today and create memories that will last a lifetime."
tag="Limited Availability"
title="¿Listo para tu Estancia?"
description="Reserva tu escape mediterráneo perfecto hoy y crea recuerdos que durarán toda la vida."
tag="Disponibilidad Limitada"
tagIcon={Clock}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
plans={[
{
id: "booking", tag: "Book Your Apartment", price: "From", period: "$95/night", description: "Discover your ideal Mediterranean apartment and check real-time availability.", button: {
text: "Check Availability", href: "https://booking.example.com"
}, featuresTitle: "What You Get:", features: [
"Fully equipped apartment", "Premium linens & toiletries", "24/7 guest support", "Self check-in convenience", "Access to all amenities", "Beach access included"
id: "booking", tag: "Reserva tu Apartamento", price: "Desde", period: "$95/noche", description: "Descubre tu apartamento mediterráneo ideal y verifica la disponibilidad en tiempo real.", button: {
text: "Verificar Disponibilidad", href: "https://booking.example.com"
},
featuresTitle: "Lo que Obtienes:", features: [
"Apartamento completamente equipado", "Ropa de cama y artículos de tocador premium", "Soporte al huésped 24/7", "Conveniencia de check-in automático", "Acceso a todas las amenidades", "Acceso a la playa incluido"
]
}
]}
@@ -234,35 +235,35 @@ export default function LandingPage() {
<FooterBaseReveal
columns={[
{
title: "Apartments", items: [
{ label: "View All", href: "#apartments" },
{ label: "Beachfront Suites", href: "#apartments" },
{ label: "Studio Retreats", href: "#apartments" },
{ label: "Luxury Villas", href: "#apartments" }
title: "Apartamentos", items: [
{ label: "Ver Todo", href: "#apartments" },
{ label: "Suites Frente al Mar", href: "#apartments" },
{ label: "Refugios Estudio", href: "#apartments" },
{ label: "Villas de Lujo", href: "#apartments" }
]
},
{
title: "Company", items: [
{ label: "About Tawwy", href: "#benefits" },
{ label: "Our Amenities", href: "#features" },
{ label: "Gallery", href: "#gallery" },
{ label: "Reviews", href: "#testimonials" },
{ label: "Location", href: "#location" }
title: "Empresa", items: [
{ label: "Sobre Tawwy", href: "#benefits" },
{ label: "Nuestras Amenidades", href: "#features" },
{ label: "Galería", href: "#gallery" },
{ label: "Reseñas", href: "#testimonials" },
{ label: "Ubicación", href: "#location" }
]
},
{
title: "Support", items: [
{ label: "Contact Us", href: "mailto:info@tawwyapartments.com" },
{ label: "FAQ", href: "#faq" },
{ label: "Booking Help", href: "https://booking.example.com" },
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
title: "Soporte", items: [
{ label: "Contáctanos", href: "mailto:info@tawwyapartments.com" },
{ label: "Preguntas Frecuentes", href: "#faq" },
{ label: "Ayuda con Reservas", href: "https://booking.example.com" },
{ label: "Política de Privacidad", href: "#" },
{ label: "Términos de Servicio", href: "#" }
]
}
]}
copyrightText="© 2025 Tawwy Apartments. All rights reserved. | Privacy Policy | Terms of Service"
copyrightText="© 2025 Apartamentos Tawwy. Todos los derechos reservados. | Política de Privacidad | Términos de Servicio"
/>
</div>
</ThemeProvider>
);
}
}