diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8736f0e..1bed69e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import TextAbout from '@/components/sections/about/TextAbout';
-import { Award, Smile, Star } from "lucide-react";
+import { Award, Smile, Star, Sun, Sparkles, Calendar, Bed } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,30 +32,12 @@ export default function LandingPage() {
@@ -63,36 +45,16 @@ export default function LandingPage() {
@@ -109,30 +71,10 @@ export default function LandingPage() {
textboxLayout="inline-image"
useInvertedBackground={false}
features={[
- {
- title: "Luxury Pool",
- description: "Relax in our crystal clear infinity pool surrounded by palms.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxing-around-swimming-pool-resort-hotel-vacation_74190-16320.jpg",
- buttonIcon: "Sun",
- },
- {
- title: "Wellness Spa",
- description: "Rejuvenate your mind and body with our bespoke spa treatments.",
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-sitting-near-swimmingpool_1157-20196.jpg",
- buttonIcon: "Sparkles",
- },
- {
- title: "Event Center",
- description: "Versatile spaces perfect for weddings, conferences, or private gatherings.",
- imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-hotel_1150-17975.jpg",
- buttonIcon: "Calendar",
- },
- {
- title: "Premium Suites",
- description: "Sophisticated living spaces featuring premium materials and views.",
- imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg",
- buttonIcon: "Bed",
- },
+ { title: "Luxury Pool", description: "Relax in our crystal clear infinity pool surrounded by palms.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxing-around-swimming-pool-resort-hotel-vacation_74190-16320.jpg", buttonIcon: Sun },
+ { title: "Wellness Spa", description: "Rejuvenate your mind and body with our bespoke spa treatments.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-sitting-near-swimmingpool_1157-20196.jpg", buttonIcon: Sparkles },
+ { title: "Event Center", description: "Versatile spaces perfect for weddings, conferences, or private gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-hotel_1150-17975.jpg", buttonIcon: Calendar },
+ { title: "Premium Suites", description: "Sophisticated living spaces featuring premium materials and views.", imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg", buttonIcon: Bed }
]}
title="Amenities at Palm Meadows"
description="Indulge in a curated collection of world-class facilities designed for ultimate comfort and rejuvenation."
@@ -146,42 +88,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Deluxe Suite",
- price: "$350/night",
- imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-9643.jpg",
- },
- {
- id: "2",
- name: "Family Villa",
- price: "$600/night",
- imageSrc: "http://img.b2bpic.net/free-photo/two-happy-fit-woman-pink-yellow-sunglasses-smiling-having-fun-laughing-with-donuts-outdoor_343596-513.jpg",
- },
- {
- id: "3",
- name: "Balcony Suite",
- price: "$420/night",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929575.jpg",
- },
- {
- id: "4",
- name: "Romantic Bungalow",
- price: "$500/night",
- imageSrc: "http://img.b2bpic.net/free-photo/man-black-wooden-jetty-maldives_505751-5537.jpg",
- },
- {
- id: "5",
- name: "Superior Room",
- price: "$280/night",
- imageSrc: "http://img.b2bpic.net/free-photo/black-white-towels-marble-backdrop_23-2147926863.jpg",
- },
- {
- id: "6",
- name: "Group Cottage",
- price: "$850/night",
- imageSrc: "http://img.b2bpic.net/free-photo/view-house-decorated-with-american-flag-colors-ornaments-independence-day-celebration_23-2151469888.jpg",
- },
+ { id: "1", name: "Deluxe Suite", price: "$350/night", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-9643.jpg" },
+ { id: "2", name: "Family Villa", price: "$600/night", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-fit-woman-pink-yellow-sunglasses-smiling-having-fun-laughing-with-donuts-outdoor_343596-513.jpg" },
+ { id: "3", name: "Balcony Suite", price: "$420/night", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929575.jpg" },
+ { id: "4", name: "Romantic Bungalow", price: "$500/night", imageSrc: "http://img.b2bpic.net/free-photo/man-black-wooden-jetty-maldives_505751-5537.jpg" },
+ { id: "5", name: "Superior Room", price: "$280/night", imageSrc: "http://img.b2bpic.net/free-photo/black-white-towels-marble-backdrop_23-2147926863.jpg" },
+ { id: "6", name: "Group Cottage", price: "$850/night", imageSrc: "http://img.b2bpic.net/free-photo/view-house-decorated-with-american-flag-colors-ornaments-independence-day-celebration_23-2151469888.jpg" }
]}
title="Our Accommodations"
description="Choose from a selection of carefully designed spaces that blend modern luxury with tropical serenity."
@@ -194,41 +106,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
plans={[
- {
- id: "weekend",
- badge: "Popular",
- price: "$899",
- subtitle: "Weekend Getaway",
- features: [
- "2 Nights Stay",
- "Full Breakfast",
- "Spa Credit",
- ],
- },
- {
- id: "week",
- badge: "Best Value",
- price: "$2,499",
- subtitle: "Luxury Retreat",
- features: [
- "7 Nights Stay",
- "All Meals",
- "Guided Tours",
- "Private Car",
- ],
- },
- {
- id: "honeymoon",
- badge: "Premium",
- price: "$1,599",
- subtitle: "Honeymoon Escape",
- features: [
- "3 Nights Stay",
- "Couple Massage",
- "Private Dinner",
- "Champagne",
- ],
- },
+ { id: "weekend", badge: "Popular", price: "$899", subtitle: "Weekend Getaway", features: ["2 Nights Stay", "Full Breakfast", "Spa Credit"] },
+ { id: "week", badge: "Best Value", price: "$2,499", subtitle: "Luxury Retreat", features: ["7 Nights Stay", "All Meals", "Guided Tours", "Private Car"] },
+ { id: "honeymoon", badge: "Premium", price: "$1,599", subtitle: "Honeymoon Escape", features: ["3 Nights Stay", "Couple Massage", "Private Dinner", "Champagne"] }
]}
title="Exclusive Vacation Packages"
description="Curated experiences to help you make the most of your stay at WinTouch Palm Meadows."
@@ -242,27 +122,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "15+",
- title: "Luxury Acres",
- description: "Landscaped gardens",
- icon: Star,
- },
- {
- id: "m2",
- value: "5k+",
- title: "Happy Guests",
- description: "Served annually",
- icon: Smile,
- },
- {
- id: "m3",
- value: "99%",
- title: "Satisfaction Rate",
- description: "Our pride",
- icon: Award,
- },
+ { id: "m1", value: "15+", title: "Luxury Acres", description: "Landscaped gardens", icon: Star },
+ { id: "m2", value: "5k+", title: "Happy Guests", description: "Served annually", icon: Smile },
+ { id: "m3", value: "99%", title: "Satisfaction Rate", description: "Our pride", icon: Award }
]}
title="Resort Highlights"
description="Delivering excellence through numbers."
@@ -275,46 +137,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah Johnson",
- handle: "@sarahj",
- testimonial: "Truly a paradise on earth. The service was impeccable.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-caucasian-tanned-woman-bikini-straw-hat-with-floating-breakfast-amazing-luxury-bali-style-villa-sunny-day-by-swimming-pool-tropical-background_343596-995.jpg",
- },
- {
- id: "2",
- name: "Michael Chen",
- handle: "@mchen",
- testimonial: "Excellent amenities and beautiful rooms. Highly recommend.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/tanned-pretty-happy-woman-wearing-plaid-shirt-denim-shorts-relaxing-island_291650-1265.jpg",
- },
- {
- id: "3",
- name: "Emily Rodriguez",
- handle: "@emilyr",
- testimonial: "The best resort experience I've had in years.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-blonde-woman-holding-vintage-camera-sticking-tongue-out-happy-with-funny-expression_839833-3025.jpg",
- },
- {
- id: "4",
- name: "David Kim",
- handle: "@dkim",
- testimonial: "Everything was perfect, from check-in to check-out.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-young-man-beach-male-model-with-shaved-head-sunglasses-smiling-brightly-pointing-portrait-vacation-beauty-concept_74855-23367.jpg",
- },
- {
- id: "5",
- name: "Anna Smith",
- handle: "@asmith",
- testimonial: "Unforgettable memories made at Palm Meadows.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-young-woman-smiling_23-2148665464.jpg",
- },
+ { id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Truly a paradise on earth. The service was impeccable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-caucasian-tanned-woman-bikini-straw-hat-with-floating-breakfast-amazing-luxury-bali-style-villa-sunny-day-by-swimming-pool-tropical-background_343596-995.jpg" },
+ { id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Excellent amenities and beautiful rooms. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tanned-pretty-happy-woman-wearing-plaid-shirt-denim-shorts-relaxing-island_291650-1265.jpg" },
+ { id: "3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "The best resort experience I've had in years.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-blonde-woman-holding-vintage-camera-sticking-tongue-out-happy-with-funny-expression_839833-3025.jpg" },
+ { id: "4", name: "David Kim", handle: "@dkim", testimonial: "Everything was perfect, from check-in to check-out.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-young-man-beach-male-model-with-shaved-head-sunglasses-smiling-brightly-pointing-portrait-vacation-beauty-concept_74855-23367.jpg" },
+ { id: "5", name: "Anna Smith", handle: "@asmith", testimonial: "Unforgettable memories made at Palm Meadows.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-young-woman-smiling_23-2148665464.jpg" }
]}
showRating={true}
title="Guest Experiences"
@@ -325,9 +152,7 @@ export default function LandingPage() {
@@ -336,49 +161,13 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file