From 747955128a8a99aa0b867226744fe4e5b6814c82 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 05:37:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 243 +++++++++++------------------------------------ 1 file changed, 56 insertions(+), 187 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bd65f3..8ed7f15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,74 +30,43 @@ export default function LandingPage() {
@@ -107,24 +76,15 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "The Art of ", - }, + type: "text", content: "The Art of "}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/online-shopping-concept_23-2151896821.jpg", - alt: "Luxury Agency", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/online-shopping-concept_23-2151896821.jpg", alt: "Luxury Agency"}, { - type: "text", - content: " Luxury Travel", - }, + type: "text", content: " Luxury Travel"}, ]} buttons={[ { - text: "Our Philosophy", - href: "#contact", - }, + text: "Our Philosophy", href: "#contact"}, ]} /> @@ -137,59 +97,23 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - brand: "Maldives", - name: "Overwater Villa Escape", - price: "From $12,000", - rating: 5, - reviewCount: "24", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-beach-resort-bungalow-near-endless-pool-sea-sunset-evening-tropical-island-summer_505751-5759.jpg", - }, + id: "1", brand: "Maldives", name: "Overwater Villa Escape", price: "From $12,000", rating: 5, + reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/luxury-beach-resort-bungalow-near-endless-pool-sea-sunset-evening-tropical-island-summer_505751-5759.jpg"}, { - id: "2", - brand: "Swiss Alps", - name: "Alpine Mountain Retreat", - price: "From $8,500", - rating: 5, - reviewCount: "19", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-cabins-buildings-resort-area-surrounded-by-rocky-hills-snow_181624-57415.jpg", - }, + id: "2", brand: "Swiss Alps", name: "Alpine Mountain Retreat", price: "From $8,500", rating: 5, + reviewCount: "19", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-cabins-buildings-resort-area-surrounded-by-rocky-hills-snow_181624-57415.jpg"}, { - id: "3", - brand: "Tuscany", - name: "Vineyard Estate Stay", - price: "From $6,200", - rating: 4, - reviewCount: "32", - imageSrc: "http://img.b2bpic.net/free-photo/female-farmer-brushing-her-horse-ranch_23-2148956735.jpg", - }, + id: "3", brand: "Tuscany", name: "Vineyard Estate Stay", price: "From $6,200", rating: 4, + reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/female-farmer-brushing-her-horse-ranch_23-2148956735.jpg"}, { - id: "4", - brand: "Tokyo", - name: "Penthouse Sky Suite", - price: "From $15,000", - rating: 5, - reviewCount: "41", - imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098541.jpg", - }, + id: "4", brand: "Tokyo", name: "Penthouse Sky Suite", price: "From $15,000", rating: 5, + reviewCount: "41", imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098541.jpg"}, { - id: "5", - brand: "Santorini", - name: "Cliffside Sunset Villa", - price: "From $9,800", - rating: 5, - reviewCount: "28", - imageSrc: "http://img.b2bpic.net/free-photo/south-vintage-building-exterior-blue_1253-646.jpg", - }, + id: "5", brand: "Santorini", name: "Cliffside Sunset Villa", price: "From $9,800", rating: 5, + reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/south-vintage-building-exterior-blue_1253-646.jpg"}, { - id: "6", - brand: "Bora Bora", - name: "Lagoon Private Island", - price: "From $18,500", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-holiday-home_23-2151918266.jpg", - }, + id: "6", brand: "Bora Bora", name: "Lagoon Private Island", price: "From $18,500", rating: 5, + reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/luxury-holiday-home_23-2151918266.jpg"}, ]} title="Curated Destinations" description="Discover hand-picked locations that redefine comfort, elegance, and exclusivity." @@ -199,48 +123,24 @@ export default function LandingPage() {