Merge version_1 into main #2
@@ -11,8 +11,8 @@ import { Manrope } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Tesi Homes | Luxury Rental Properties',
|
||||
description: 'Experience refined, high-end living with Tesi Homes. Curated luxury rentals for exceptional stays.',
|
||||
title: 'Tesi Homes | Elevated Stays',
|
||||
description: 'Experience unparalleled comfort in our collection of handpicked luxury residences.',
|
||||
openGraph: {
|
||||
"title": "Tesi Homes",
|
||||
"description": "Curated luxury vacation rentals.",
|
||||
|
||||
252
src/app/page.tsx
252
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "properties",
|
||||
},
|
||||
name: "Properties", id: "properties"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "about",
|
||||
},
|
||||
name: "Experience", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Tesi Homes"
|
||||
/>
|
||||
@@ -55,62 +47,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Elevated Stays at Tesi Homes"
|
||||
description="Experience unparalleled comfort in our collection of handpicked luxury residences. Designed for the discerning traveler seeking timeless elegance."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Properties",
|
||||
href: "#properties",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-restaurants-old-town-nesebar-bulgaria_627829-7511.jpg?_wi=1"
|
||||
buttons={[{ text: "Explore Properties", href: "#properties" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-restaurants-old-town-nesebar-bulgaria_627829-7511.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/long-shot-friends-playing-soccer_23-2150338681.jpg",
|
||||
alt: "Luxury Guest 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-couple-look-ocean_72229-1111.jpg",
|
||||
alt: "Luxury Guest 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-925.jpg",
|
||||
alt: "Luxury Guest 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girlfriend-with-head-resting-her-boyfriend-looking-lake_23-2147596357.jpg",
|
||||
alt: "Luxury Guest 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/contemporary-house-interior-design_23-2151051011.jpg",
|
||||
alt: "Luxury Guest 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/long-shot-friends-playing-soccer_23-2150338681.jpg", alt: "Luxury Guest 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-couple-look-ocean_72229-1111.jpg", alt: "Luxury Guest 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-925.jpg", alt: "Luxury Guest 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/girlfriend-with-head-resting-her-boyfriend-looking-lake_23-2147596357.jpg", alt: "Luxury Guest 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/contemporary-house-interior-design_23-2151051011.jpg", alt: "Luxury Guest 5" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Timeless",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sophisticated",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exclusive",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Refined",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Unrivaled",
|
||||
},
|
||||
{ type: "text", text: "Timeless" },
|
||||
{ type: "text", text: "Sophisticated" },
|
||||
{ type: "text", text: "Exclusive" },
|
||||
{ type: "text", text: "Refined" },
|
||||
{ type: "text", text: "Unrivaled" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,7 +78,7 @@ export default function LandingPage() {
|
||||
description="We believe your stay should be an experience. From architecture to service, Tesi Homes curates every detail to ensure you feel at home, wherever you are."
|
||||
subdescription="Our properties represent the pinnacle of design, comfort, and location."
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2238.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2238.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -135,49 +90,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "24/7 Concierge",
|
||||
description: "Expert assistance for all your needs.",
|
||||
icon: Shield,
|
||||
title: "24/7 Concierge", description: "Expert assistance for all your needs.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-posing-bathroom-with-bath-robe_23-2148147502.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/body-care-products-metal-basket-health-hygiene-concept_169016-8771.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-restaurants-old-town-nesebar-bulgaria_627829-7511.jpg?_wi=2",
|
||||
imageAlt: "modern home amenities luxury",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-posing-bathroom-with-bath-robe_23-2148147502.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/body-care-products-metal-basket-health-hygiene-concept_169016-8771.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Daily Housekeeping",
|
||||
description: "Keeping your residence pristine.",
|
||||
icon: Sparkles,
|
||||
title: "Daily Housekeeping", description: "Keeping your residence pristine.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-home-decor-details-close-up-foreground-against-blurred-room-space_169016-9786.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tourist-paying-cash-cup-coffee_482257-91397.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2238.jpg?_wi=2",
|
||||
imageAlt: "modern home amenities luxury",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-home-decor-details-close-up-foreground-against-blurred-room-space_169016-9786.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tourist-paying-cash-cup-coffee_482257-91397.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Private Transportation",
|
||||
description: "Seamless travel across the city.",
|
||||
icon: Zap,
|
||||
title: "Private Transportation", description: "Seamless travel across the city.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-photographing-with-her-mobile-chocolate-croissant_1157-1973.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-dress-straw-hat-summer-style-fashion-trend-vacation-smiling-stylish-accessories-sunglasses-posing-tropical-villa-bali_285396-5713.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2282.jpg?_wi=1",
|
||||
imageAlt: "modern home amenities luxury",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-photographing-with-her-mobile-chocolate-croissant_1157-1973.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-dress-straw-hat-summer-style-fashion-trend-vacation-smiling-stylish-accessories-sunglasses-posing-tropical-villa-bali_285396-5713.jpg" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Unmatched Hospitality"
|
||||
@@ -192,48 +123,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "The Grand Penthouse",
|
||||
price: "from $1,200/night",
|
||||
variant: "City View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2282.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Coastal Escape Villa",
|
||||
price: "from $2,500/night",
|
||||
variant: "Beach Front",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Mountain Retreat Lodge",
|
||||
price: "from $1,800/night",
|
||||
variant: "Alpine",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aegean-sea-coast-greece-loutra-buildings-located-near-rocky-cliffs-greenery-blue-water-view-from-drone_1268-16375.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Urban Design Studio",
|
||||
price: "from $450/night",
|
||||
variant: "Downtown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-working-table_105762-2016.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Desert Oasis Villa",
|
||||
price: "from $3,200/night",
|
||||
variant: "Exclusive",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv_105762-2296.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Historical Manor House",
|
||||
price: "from $4,500/night",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264404.jpg",
|
||||
},
|
||||
{ id: "p1", name: "The Grand Penthouse", price: "from $1,200/night", variant: "City View", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2282.jpg" },
|
||||
{ id: "p2", name: "Coastal Escape Villa", price: "from $2,500/night", variant: "Beach Front", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg" },
|
||||
{ id: "p3", name: "Mountain Retreat Lodge", price: "from $1,800/night", variant: "Alpine", imageSrc: "http://img.b2bpic.net/free-photo/aegean-sea-coast-greece-loutra-buildings-located-near-rocky-cliffs-greenery-blue-water-view-from-drone_1268-16375.jpg" },
|
||||
{ id: "p4", name: "Urban Design Studio", price: "from $450/night", variant: "Downtown", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-working-table_105762-2016.jpg" },
|
||||
{ id: "p5", name: "Desert Oasis Villa", price: "from $3,200/night", variant: "Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv_105762-2296.jpg" },
|
||||
{ id: "p6", name: "Historical Manor House", price: "from $4,500/night", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264404.jpg" },
|
||||
]}
|
||||
title="Curated Collections"
|
||||
description="Discover our portfolio of exclusive homes."
|
||||
@@ -246,24 +141,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Award,
|
||||
title: "Properties",
|
||||
value: "150+",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Star,
|
||||
title: "Guest Satisfaction",
|
||||
value: "99%",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: MapPin,
|
||||
title: "Cities",
|
||||
value: "24",
|
||||
},
|
||||
{ id: "m1", icon: Award, title: "Properties", value: "150+" },
|
||||
{ id: "m2", icon: Star, title: "Guest Satisfaction", value: "99%" },
|
||||
{ id: "m3", icon: MapPin, title: "Cities", value: "24" },
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Trusted by travelers worldwide."
|
||||
@@ -277,26 +157,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Elena Rodriguez"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-playing-poker-casino_23-2151831045.jpg",
|
||||
alt: "Elena",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-designer_171337-15575.jpg",
|
||||
alt: "Designer Guest",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-33708.jpg",
|
||||
alt: "Businessman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sales-man-jewelry-store-using-magnifier-tool-see-quality-stone_1303-30686.jpg",
|
||||
alt: "Traveler",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-smiling-woman-is-trying-beautiful-necklace-posh-jewellery-shop_613910-20742.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-woman-playing-poker-casino_23-2151831045.jpg", alt: "Elena" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-young-woman-designer_171337-15575.jpg", alt: "Designer Guest" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-33708.jpg", alt: "Businessman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/sales-man-jewelry-store-using-magnifier-tool-see-quality-stone_1303-30686.jpg", alt: "Traveler" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/elegant-smiling-woman-is-trying-beautiful-necklace-posh-jewellery-shop_613910-20742.jpg", alt: "Client" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -307,21 +172,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer long-term rentals?",
|
||||
content: "Yes, we have specialized packages for stays longer than 30 days.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are pets allowed?",
|
||||
content: "Many of our properties are pet-friendly. Please check the property page for specifics.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How do I book?",
|
||||
content: "You can book directly through our secure platform or contact a concierge representative.",
|
||||
},
|
||||
{ id: "f1", title: "Do you offer long-term rentals?", content: "Yes, we have specialized packages for stays longer than 30 days." },
|
||||
{ id: "f2", title: "Are pets allowed?", content: "Many of our properties are pet-friendly. Please check the property page for specifics." },
|
||||
{ id: "f3", title: "How do I book?", content: "You can book directly through our secure platform or contact a concierge representative." },
|
||||
]}
|
||||
sideTitle="Questions? We have answers."
|
||||
sideDescription="Learn more about our booking and rental policies."
|
||||
@@ -332,18 +185,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Get in touch"
|
||||
title="Start your luxury journey."
|
||||
description="Our concierge is ready to assist you in planning the perfect stay."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#footer",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "#footer" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user