diff --git a/src/app/page.tsx b/src/app/page.tsx index 325a5f2..d53d8df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,70 +30,31 @@ export default function LandingPage() {
@@ -119,26 +79,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - tag: "Location", - title: "Prime Locations", - subtitle: "City Center Excellence", - description: "All our properties are located in the heart of major global hubs, walking distance from key business districts and lifestyle amenities.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-100475.jpg", + tag: "Location", title: "Prime Locations", subtitle: "City Center Excellence", description: "All our properties are located in the heart of major global hubs, walking distance from key business districts and lifestyle amenities.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-100475.jpg" }, { - tag: "Service", - title: "Concierge Support", - subtitle: "24/7 Assistance", - description: "Our dedicated local teams are on call around the clock to ensure your stay is comfortable, secure, and stress-free.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434392.jpg", + tag: "Service", title: "Concierge Support", subtitle: "24/7 Assistance", description: "Our dedicated local teams are on call around the clock to ensure your stay is comfortable, secure, and stress-free.", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434392.jpg" }, { - tag: "Design", - title: "Modern Comfort", - subtitle: "Functional Elegance", - description: "Every unit is fully furnished with designer pieces and modern appliances, creating a space that is as beautiful as it is practical.", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821258.jpg", - }, + tag: "Design", title: "Modern Comfort", subtitle: "Functional Elegance", description: "Every unit is fully furnished with designer pieces and modern appliances, creating a space that is as beautiful as it is practical.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821258.jpg" + } ]} title="Why Choose WesternLive" description="Excellence in every detail, from location to service." @@ -152,41 +100,13 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "short-term", - tag: "Flexible", - price: "$2,500", - period: "/ month", - description: "Perfect for short-term project assignments or initial settling-in periods.", - button: { - text: "Select Plan", - href: "#contact", - }, - featuresTitle: "Included Perks", - features: [ - "Fully Furnished", - "Weekly Cleaning", - "High-Speed Wi-Fi", - "Key Location", - ], + id: "short-term", tag: "Flexible", price: "$2,500", period: "/ month", description: "Perfect for short-term project assignments or initial settling-in periods.", button: { text: "Select Plan", href: "#contact" }, + featuresTitle: "Included Perks", features: ["Fully Furnished", "Weekly Cleaning", "High-Speed Wi-Fi", "Key Location"] }, { - id: "long-term", - tag: "Recommended", - price: "$1,900", - period: "/ month", - description: "Best for long-term professionals looking for a stable and premium base.", - button: { - text: "Select Plan", - href: "#contact", - }, - featuresTitle: "Included Perks", - features: [ - "Everything in Flexible", - "Extended Support", - "Priority Booking", - "Custom Upgrades", - ], - }, + id: "long-term", tag: "Recommended", price: "$1,900", period: "/ month", description: "Best for long-term professionals looking for a stable and premium base.", button: { text: "Select Plan", href: "#contact" }, + featuresTitle: "Included Perks", features: ["Everything in Flexible", "Extended Support", "Priority Booking", "Custom Upgrades"] + } ]} title="Tailored Membership Plans" description="Flexible stays designed for your professional timeline." @@ -199,45 +119,11 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - title: "Incredible experience", - quote: "WesternLive made my move to London seamless. The apartment was ready and exactly as promised.", - name: "Sarah Jenkins", - role: "Consultant", - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", + id: "t1", title: "Incredible experience", quote: "WesternLive made my move to London seamless. The apartment was ready and exactly as promised.", name: "Sarah Jenkins", role: "Consultant", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg" }, { - id: "t2", - title: "Professional and responsive", - quote: "The team helped me navigate a new city with ease. Highly recommend their service.", - name: "David Chen", - role: "Software Engineer", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", - }, - { - id: "t3", - title: "Stunning apartment", - quote: "WesternLive properties are simply the best. Stylish, clean, and in the heart of the city.", - name: "Elena Rodriguez", - role: "Marketing Director", - imageSrc: "http://img.b2bpic.net/free-photo/student-girl-learning-online-outdoor-with-coffee-go_496169-2407.jpg", - }, - { - id: "t4", - title: "Great value and comfort", - quote: "Comfort is key when moving abroad. WesternLive provides exactly that, every single time.", - name: "Marcus Thorne", - role: "Academic", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-watering-plant_23-2149007973.jpg", - }, - { - id: "t5", - title: "Reliable partner", - quote: "I have used their services twice now. They are my first choice for international stays.", - name: "Sophia Lee", - role: "Product Manager", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-dressed-stylish-suit-holds-tablet-computer-standing-downtown-against-background-skyscraper_613910-4727.jpg", - }, + id: "t2", title: "Professional and responsive", quote: "The team helped me navigate a new city with ease. Highly recommend their service.", name: "David Chen", role: "Software Engineer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg" + } ]} title="Client Success Stories" description="Hear from professionals who have made WesternLive their international home." @@ -247,9 +133,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file