diff --git a/src/app/page.tsx b/src/app/page.tsx index 63d6a96..0d508b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -56,77 +46,48 @@ export default function LandingPage() {
@@ -139,59 +100,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "d1", - brand: "Europe", - name: "Santorini, Greece", - price: "From $899", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-village-landscape-digital-art-style_23-2151699904.jpg?_wi=1", - }, + id: "d1", brand: "Europe", name: "Santorini, Greece", price: "From $899", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-village-landscape-digital-art-style_23-2151699904.jpg"}, { - id: "d2", - brand: "Europe", - name: "Venice, Italy", - price: "From $750", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/photographer-man-taking-photos-village-cotswolds-uk_53876-125346.jpg?_wi=1", - }, + id: "d2", brand: "Europe", name: "Venice, Italy", price: "From $750", rating: 5, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/photographer-man-taking-photos-village-cotswolds-uk_53876-125346.jpg"}, { - id: "d3", - brand: "Africa", - name: "Giza, Egypt", - price: "From $600", - rating: 4, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/cairo-pyramids-with-text_23-2150907704.jpg?_wi=1", - }, + id: "d3", brand: "Africa", name: "Giza, Egypt", price: "From $600", rating: 4, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/cairo-pyramids-with-text_23-2150907704.jpg"}, { - id: "d4", - brand: "Europe", - name: "Paris, France", - price: "From $950", - rating: 5, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-village-landscape-digital-art-style_23-2151699904.jpg?_wi=2", - }, + id: "d4", brand: "Europe", name: "Paris, France", price: "From $950", rating: 5, + reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-village-landscape-digital-art-style_23-2151699904.jpg"}, { - id: "d5", - brand: "Asia", - name: "Bali, Indonesia", - price: "From $1200", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/photographer-man-taking-photos-village-cotswolds-uk_53876-125346.jpg?_wi=2", - }, + id: "d5", brand: "Asia", name: "Bali, Indonesia", price: "From $1200", rating: 5, + reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/photographer-man-taking-photos-village-cotswolds-uk_53876-125346.jpg"}, { - id: "d6", - brand: "Europe", - name: "Rome, Italy", - price: "From $800", - rating: 5, - reviewCount: "110", - imageSrc: "http://img.b2bpic.net/free-photo/cairo-pyramids-with-text_23-2150907704.jpg?_wi=2", - }, + id: "d6", brand: "Europe", name: "Rome, Italy", price: "From $800", rating: 5, + reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/cairo-pyramids-with-text_23-2150907704.jpg"}, ]} title="Popular Destinations" description="Explore our curated list of world-class travel locations." @@ -200,37 +125,18 @@ export default function LandingPage() {
@@ -316,29 +189,19 @@ export default function LandingPage() {