Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-12 23:43:50 +00:00
2 changed files with 11 additions and 6 deletions

View File

@@ -78,9 +78,10 @@ export default function LandingPage() {
<ProductCardFour
titleSegments={[
{ type: 'text', content: 'Featured ' },
{ type: 'image', src: 'https://img.b2bpic.net/free-photo/cute-cat-white-background_144627-14285.jpg?_wi=1', alt: 'Yellow Cat Mascot', className: 'h-6 w-6 inline-block mx-1 align-middle' },
{ type: 'image', src: 'https://img.b2bpic.net/free-photo/cute-cat-white-background_144627-14285.jpg?_wi=1', alt: 'Yellow Cat Mascot' },
{ type: 'text', content: ' Properties' }
]}
textBoxTitleImageClassName='h-6 w-6 inline-block mx-1 align-middle'
description="Handpicked luxury properties showcasing the finest real estate opportunities in Dubai's most prestigious locations."
tag="Exclusive Listings"
tagIcon={Home}
@@ -125,9 +126,10 @@ export default function LandingPage() {
<FeatureCardThree
titleSegments={[
{ type: 'text', content: 'Our ' },
{ type: 'image', src: 'https://img.b2bpic.net/free-photo/cute-cat-white-background_144627-14285.jpg?_wi=1', alt: 'Yellow Cat Mascot', className: 'h-6 w-6 inline-block mx-1 align-middle' },
{ type: 'image', src: 'https://img.b2bpic.net/free-photo/cute-cat-white-background_144627-14285.jpg?_wi=1', alt: 'Yellow Cat Mascot' },
{ type: 'text', content: ' Services & Expertise' }
]}
textBoxTitleImageClassName='h-6 w-6 inline-block mx-1 align-middle'
description="Comprehensive real estate solutions tailored to meet your unique needs and aspirations."
tag="Professional Services"
tagIcon={Shield}
@@ -163,9 +165,10 @@ export default function LandingPage() {
<TeamCardOne
titleSegments={[
{ type: 'text', content: 'Our ' },
{ type: 'image', src: 'https://img.b2bpic.net/free-photo/cute-cat-white-background_144627-14285.jpg?_wi=1', alt: 'Yellow Cat Mascot', className: 'h-6 w-6 inline-block mx-1 align-middle' },
{ type: 'image', src: 'https://img.b2bpic.net/free-photo/cute-cat-white-background_144627-14285.jpg?_wi=1', alt: 'Yellow Cat Mascot' },
{ type: 'text', content: ' Executive Team' }
]}
textBoxTitleImageClassName='h-6 w-6 inline-block mx-1 align-middle'
description="Meet the visionary leaders guiding Luxe Properties with expertise and dedication."
tag="Our Leadership"
textboxLayout="inline-image"
@@ -190,9 +193,10 @@ export default function LandingPage() {
<MetricCardThree
titleSegments={[
{ type: 'text', content: 'Metrics ' },
{ type: 'image', src: 'https://img.b2bpic.net/free-photo/cute-cat-white-background_144627-14285.jpg?_wi=1', alt: 'Yellow Cat Mascot', className: 'h-6 w-6 inline-block mx-1 align-middle' },
{ type: 'image', src: 'https://img.b2bpic.net/free-photo/cute-cat-white-background_144627-14285.jpg?_wi=1', alt: 'Yellow Cat Mascot' },
{ type: 'text', content: ' By The Numbers' }
]}
textBoxTitleImageClassName='h-6 w-6 inline-block mx-1 align-middle'
description="Our proven track record speaks to our commitment and success in Dubai's luxury real estate market."
tag="Track Record"
tagIcon={Award}
@@ -224,9 +228,10 @@ export default function LandingPage() {
<TestimonialCardFive
titleSegments={[
{ type: 'text', content: 'Clients ' },
{ type: 'image', src: 'https://img.b2bpic.net/free-photo/cute-cat-white-background_144627-14285.jpg?_wi=1', alt: 'Yellow Cat Mascot', className: 'h-6 w-6 inline-block mx-1 align-middle' },
{ type: 'image', src: 'https://img.b2bpic.net/free-photo/cute-cat-white-background_144627-14285.jpg?_wi=1', alt: 'Yellow Cat Mascot' },
{ type: 'text', content: ' Say' }
]}
textBoxTitleImageClassName='h-6 w-6 inline-block mx-1 align-middle'
description="Experience through the words of satisfied buyers and investors who found their dream properties with us."
tag="Client Testimonials"
tagIcon={Star}

View File

@@ -62,7 +62,7 @@ export default function UploadGalleryPage() {
{ name: "Team", id: "team", href: "/" },
{ name: "Testimonials", id: "testimonials", href: "/" },
{ name: "Contact", id: "contact", href: "/" },
{ name: "Upload Gallery", href: "/upload-gallery" },
{ name: "Upload Gallery", id: "/upload-gallery", href: "/upload-gallery" }
];
return (