Update src/app/page.tsx
This commit is contained in:
@@ -8,7 +8,7 @@ import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { MapPin, Star, Sparkles, Heart, Waves, Chef, Bed, Palmtree, Wifi, Headphones, Instagram, Facebook, Mail } from "lucide-react";
|
||||
import { MapPin, Star, Sparkles, Heart, Waves, Utensils, Bed, Palmtree, Wifi, Headphones, Instagram, Facebook, Mail } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -76,26 +76,11 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Costa Adeje Penthouse",
|
||||
price: "From €180/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-smile-relax-leisure-around-outdoor-swimming-pool-with-city-view_74190-13715.jpg?_wi=1",
|
||||
imageAlt: "Luxury penthouse in Costa Adeje",
|
||||
},
|
||||
id: "1", name: "Costa Adeje Penthouse", price: "From €180/night", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-smile-relax-leisure-around-outdoor-swimming-pool-with-city-view_74190-13715.jpg", imageAlt: "Luxury penthouse in Costa Adeje"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Los Cristianos Beachfront",
|
||||
price: "From €150/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-pretty-stylish-woman-white-light-summer-dress-big-black-massive-boots-luxury-rich-villa_343596-1951.jpg?_wi=1",
|
||||
imageAlt: "Beachfront apartment in Los Cristianos",
|
||||
},
|
||||
id: "2", name: "Los Cristianos Beachfront", price: "From €150/night", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-pretty-stylish-woman-white-light-summer-dress-big-black-massive-boots-luxury-rich-villa_343596-1951.jpg", imageAlt: "Beachfront apartment in Los Cristianos"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Playa Las Américas Suite",
|
||||
price: "From €165/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-caucasian-woman-summer-dress-pink-trendy-suit_343596-2174.jpg?_wi=1",
|
||||
imageAlt: "Premium suite in Playa Las Américas",
|
||||
},
|
||||
id: "3", name: "Playa Las Américas Suite", price: "From €165/night", imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-caucasian-woman-summer-dress-pink-trendy-suit_343596-2174.jpg", imageAlt: "Premium suite in Playa Las Américas"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -113,34 +98,22 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Waves,
|
||||
title: "Private Pool Access",
|
||||
description: "Exclusive infinity pools overlooking the Atlantic Ocean with heated salt water and lounging areas.",
|
||||
},
|
||||
title: "Private Pool Access", description: "Exclusive infinity pools overlooking the Atlantic Ocean with heated salt water and lounging areas."},
|
||||
{
|
||||
icon: Chef,
|
||||
title: "Gourmet Kitchen",
|
||||
description: "Fully equipped modern kitchens with premium appliances, granite countertops, and chef's essentials.",
|
||||
},
|
||||
icon: Utensils,
|
||||
title: "Gourmet Kitchen", description: "Fully equipped modern kitchens with premium appliances, granite countertops, and chef's essentials."},
|
||||
{
|
||||
icon: Bed,
|
||||
title: "Luxury Bedrooms",
|
||||
description: "Spacious suites with premium linens, air conditioning, and panoramic sea views from every angle.",
|
||||
},
|
||||
title: "Luxury Bedrooms", description: "Spacious suites with premium linens, air conditioning, and panoramic sea views from every angle."},
|
||||
{
|
||||
icon: Palmtree,
|
||||
title: "Beach Access",
|
||||
description: "Direct access to pristine white-sand beaches and crystal-clear Mediterranean waters year-round.",
|
||||
},
|
||||
title: "Beach Access", description: "Direct access to pristine white-sand beaches and crystal-clear Mediterranean waters year-round."},
|
||||
{
|
||||
icon: Wifi,
|
||||
title: "High-Speed Internet",
|
||||
description: "Reliable fiber-optic connectivity with streaming capability for seamless entertainment.",
|
||||
},
|
||||
title: "High-Speed Internet", description: "Reliable fiber-optic connectivity with streaming capability for seamless entertainment."},
|
||||
{
|
||||
icon: Headphones,
|
||||
title: "Entertainment System",
|
||||
description: "Smart TV with international channels, premium streaming services, and surround sound audio.",
|
||||
},
|
||||
title: "Entertainment System", description: "Smart TV with international channels, premium streaming services, and surround sound audio."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -156,41 +129,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Paradise Found in Costa Adeje",
|
||||
quote: "The penthouse exceeded all expectations. Waking up to ocean views with morning coffee was pure bliss. The attention to detail and hospitality made this our best vacation ever.",
|
||||
name: "Sarah & Michael",
|
||||
role: "Travelers from London",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-tourists-resting-outdoor-restaurant-travelling-people-eating-healthy-food-together-lunch-holidays_273609-6623.jpg?_wi=1",
|
||||
imageAlt: "Happy guests at Costa Adeje",
|
||||
},
|
||||
id: "1", title: "Paradise Found in Costa Adeje", quote: "The penthouse exceeded all expectations. Waking up to ocean views with morning coffee was pure bliss. The attention to detail and hospitality made this our best vacation ever.", name: "Sarah & Michael", role: "Travelers from London", imageSrc: "http://img.b2bpic.net/free-photo/couple-tourists-resting-outdoor-restaurant-travelling-people-eating-healthy-food-together-lunch-holidays_273609-6623.jpg", imageAlt: "Happy guests at Costa Adeje"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Beachfront Dreams in Los Cristianos",
|
||||
quote: "Being steps away from the beach was incredible. The apartment was immaculate, well-stocked, and the sunset views from the terrace were absolutely mesmerizing.",
|
||||
name: "Elena & Marco",
|
||||
role: "Travelers from Milan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-family-with-little-daughter_171337-7157.jpg?_wi=1",
|
||||
imageAlt: "Satisfied guests enjoying beach view",
|
||||
},
|
||||
id: "2", title: "Beachfront Dreams in Los Cristianos", quote: "Being steps away from the beach was incredible. The apartment was immaculate, well-stocked, and the sunset views from the terrace were absolutely mesmerizing.", name: "Elena & Marco", role: "Travelers from Milan", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-family-with-little-daughter_171337-7157.jpg", imageAlt: "Satisfied guests enjoying beach view"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Family Paradise at Playa Las Américas",
|
||||
quote: "Our family of five had the most amazing time. The suite was spacious, the pool was perfect for the kids, and the staff helped us arrange everything effortlessly.",
|
||||
name: "The Johnson Family",
|
||||
role: "Travelers from New York",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-woman-summer-dress-sunglasses-straw-hat_343596-1717.jpg?_wi=1",
|
||||
imageAlt: "Family enjoying vacation",
|
||||
},
|
||||
id: "3", title: "Family Paradise at Playa Las Américas", quote: "Our family of five had the most amazing time. The suite was spacious, the pool was perfect for the kids, and the staff helped us arrange everything effortlessly.", name: "The Johnson Family", role: "Travelers from New York", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-woman-summer-dress-sunglasses-straw-hat_343596-1717.jpg", imageAlt: "Family enjoying vacation"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Luxury Retreat Paradise",
|
||||
quote: "Every moment felt special. From the moment we arrived until departure, everything was perfectly orchestrated. We're already planning our return.",
|
||||
name: "Anna & David",
|
||||
role: "Travelers from Berlin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-taking-selfie-near-wooden-carcass_23-2147771331.jpg?_wi=1",
|
||||
imageAlt: "Happy guests at luxury resort",
|
||||
},
|
||||
id: "4", title: "Luxury Retreat Paradise", quote: "Every moment felt special. From the moment we arrived until departure, everything was perfectly orchestrated. We're already planning our return.", name: "Anna & David", role: "Travelers from Berlin", imageSrc: "http://img.b2bpic.net/free-photo/women-taking-selfie-near-wooden-carcass_23-2147771331.jpg", imageAlt: "Happy guests at luxury resort"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -202,19 +147,13 @@ export default function HomePage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/holidaytenerifeswouth",
|
||||
ariaLabel: "Follow us on Instagram",
|
||||
},
|
||||
href: "https://instagram.com/holidaytenerifeswouth", ariaLabel: "Follow us on Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/holidaytenerifeswouth",
|
||||
ariaLabel: "Follow us on Facebook",
|
||||
},
|
||||
href: "https://facebook.com/holidaytenerifeswouth", ariaLabel: "Follow us on Facebook"},
|
||||
{
|
||||
icon: Mail,
|
||||
href: "mailto:info@holidaytenerifeswouth.com",
|
||||
ariaLabel: "Email us",
|
||||
},
|
||||
href: "mailto:info@holidaytenerifeswouth.com", ariaLabel: "Email us"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user