Update src/app/page.tsx
This commit is contained in:
206
src/app/page.tsx
206
src/app/page.tsx
@@ -9,6 +9,7 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import GradientBarsBackground from "@/components/background/GradientBarsBackground";
|
||||
import Link from "next/link";
|
||||
import { Crown, Building2, Sparkles, TrendingUp, Users, Award, Mail, Quote } from "lucide-react";
|
||||
|
||||
@@ -41,42 +42,39 @@ export default function HomePage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
title="Premium Property Management in Dubai"
|
||||
description="Experience unparalleled luxury property management services tailored exclusively for Dubai's most distinguished residences and commercial portfolios."
|
||||
tag="Luxury Living"
|
||||
tagIcon={Crown}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg",
|
||||
imageAlt: "Luxury villa in Dubai",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg",
|
||||
imageAlt: "Modern penthouse in Dubai",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/look-from-skyscrapers-standing-sea-bays_1304-5308.jpg",
|
||||
imageAlt: "Beachfront property Dubai",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-landscape-dubai_23-2151339807.jpg",
|
||||
imageAlt: "Architectural masterpiece",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nomadic-architecture-desert_181624-26737.jpg",
|
||||
imageAlt: "Desert luxury villa",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Explore Properties", href: "/properties" },
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
<div className="relative">
|
||||
<GradientBarsBackground
|
||||
numBarsPerSide={8}
|
||||
opacity={0.075}
|
||||
sideWidth="35%"
|
||||
/>
|
||||
<HeroBillboardGallery
|
||||
title="Premium Property Management in Dubai"
|
||||
description="Experience unparalleled luxury property management services tailored exclusively for Dubai's most distinguished residences and commercial portfolios."
|
||||
tag="Luxury Living"
|
||||
tagIcon={Crown}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg", imageAlt: "Luxury villa in Dubai"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg", imageAlt: "Modern penthouse in Dubai"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/look-from-skyscrapers-standing-sea-bays_1304-5308.jpg", imageAlt: "Beachfront property Dubai"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-landscape-dubai_23-2151339807.jpg", imageAlt: "Architectural masterpiece"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nomadic-architecture-desert_181624-26737.jpg", imageAlt: "Desert luxury villa"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Explore Properties", href: "/properties" },
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
@@ -94,29 +92,11 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "villa-1",
|
||||
name: "Downtown Dubai Luxury Penthouse",
|
||||
price: "AED 12.5M",
|
||||
variant: "5 Bedrooms • Downtown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1",
|
||||
imageAlt: "Downtown luxury penthouse",
|
||||
},
|
||||
id: "villa-1", name: "Downtown Dubai Luxury Penthouse", price: "AED 12.5M", variant: "5 Bedrooms • Downtown", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1", imageAlt: "Downtown luxury penthouse"},
|
||||
{
|
||||
id: "villa-2",
|
||||
name: "Palm Jumeirah Beachfront Villa",
|
||||
price: "AED 18.9M",
|
||||
variant: "6 Bedrooms • Palm Jumeirah",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg?_wi=1",
|
||||
imageAlt: "Beachfront villa",
|
||||
},
|
||||
id: "villa-2", name: "Palm Jumeirah Beachfront Villa", price: "AED 18.9M", variant: "6 Bedrooms • Palm Jumeirah", imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg?_wi=1", imageAlt: "Beachfront villa"},
|
||||
{
|
||||
id: "villa-3",
|
||||
name: "Emirates Hills Mansion",
|
||||
price: "AED 22.5M",
|
||||
variant: "7 Bedrooms • Emirates Hills",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg?_wi=1",
|
||||
imageAlt: "Emirates Hills mansion",
|
||||
},
|
||||
id: "villa-3", name: "Emirates Hills Mansion", price: "AED 22.5M", variant: "7 Bedrooms • Emirates Hills", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg?_wi=1", imageAlt: "Emirates Hills mansion"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,33 +116,13 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Property Portfolio Management",
|
||||
description: "Complete oversight of your real estate portfolio with strategic planning and market analysis.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-thoughtful-business-colleagues-standing-near-table-analyzing-documents_1262-12289.jpg?_wi=1",
|
||||
imageAlt: "Property portfolio management",
|
||||
},
|
||||
id: "01", title: "Property Portfolio Management", description: "Complete oversight of your real estate portfolio with strategic planning and market analysis.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-thoughtful-business-colleagues-standing-near-table-analyzing-documents_1262-12289.jpg?_wi=1", imageAlt: "Property portfolio management"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Investment & Advisory",
|
||||
description: "Expert guidance on property investments with insights into Dubai's dynamic real estate market.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-mortgage-loan-concept_53876-125138.jpg?_wi=1",
|
||||
imageAlt: "Investment advisory services",
|
||||
},
|
||||
id: "02", title: "Investment & Advisory", description: "Expert guidance on property investments with insights into Dubai's dynamic real estate market.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-mortgage-loan-concept_53876-125138.jpg?_wi=1", imageAlt: "Investment advisory services"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Maintenance & Operations",
|
||||
description: "Professional maintenance services ensuring your properties remain in pristine condition year-round.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1",
|
||||
imageAlt: "Maintenance services",
|
||||
},
|
||||
id: "03", title: "Maintenance & Operations", description: "Professional maintenance services ensuring your properties remain in pristine condition year-round.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1", imageAlt: "Maintenance services"},
|
||||
{
|
||||
id: "04",
|
||||
title: "Concierge Services",
|
||||
description: "Bespoke concierge support providing premium lifestyle services for your entire portfolio.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-waitress-serving-dessert-guest-cafe_637285-8889.jpg",
|
||||
imageAlt: "Concierge services",
|
||||
},
|
||||
id: "04", title: "Concierge Services", description: "Bespoke concierge support providing premium lifestyle services for your entire portfolio.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-waitress-serving-dessert-guest-cafe_637285-8889.jpg", imageAlt: "Concierge services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -197,77 +157,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sheikh Rashid Al Maktoum, Real Estate Investor",
|
||||
date: "Date: 15 November 2024",
|
||||
title: "Exceptional Management Excellence",
|
||||
quote: "Luxe Dubai Properties has transformed how I manage my portfolio. Their attention to detail and professional approach has exceeded all expectations. I've seen improved occupancy rates and higher returns than ever before.",
|
||||
tag: "Premium Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
|
||||
avatarAlt: "Sheikh Rashid Al Maktoum",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1",
|
||||
imageAlt: "Testimonial image",
|
||||
},
|
||||
id: "1", name: "Sheikh Rashid Al Maktoum, Real Estate Investor", date: "Date: 15 November 2024", title: "Exceptional Management Excellence", quote: "Luxe Dubai Properties has transformed how I manage my portfolio. Their attention to detail and professional approach has exceeded all expectations. I've seen improved occupancy rates and higher returns than ever before.", tag: "Premium Client", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Sheikh Rashid Al Maktoum", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Testimonial image"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sofia Martinez, International Property Owner",
|
||||
date: "Date: 10 November 2024",
|
||||
title: "Trusted Partner for International Holdings",
|
||||
quote: "Managing properties remotely can be stressful, but this team makes it seamless. Their communication is impeccable and their services are world-class. Highly recommended for anyone seeking premium property management.",
|
||||
tag: "International Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
|
||||
avatarAlt: "Sofia Martinez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2",
|
||||
imageAlt: "Testimonial image",
|
||||
},
|
||||
id: "2", name: "Sofia Martinez, International Property Owner", date: "Date: 10 November 2024", title: "Trusted Partner for International Holdings", quote: "Managing properties remotely can be stressful, but this team makes it seamless. Their communication is impeccable and their services are world-class. Highly recommended for anyone seeking premium property management.", tag: "International Client", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Sofia Martinez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "Testimonial image"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Karim Zahra, Corporate Portfolio Manager",
|
||||
date: "Date: 5 November 2024",
|
||||
title: "Professionalism at Every Level",
|
||||
quote: "Working with Luxe Dubai Properties on our corporate holdings has been outstanding. Their team demonstrates deep market knowledge and delivers results consistently. They truly understand luxury property management.",
|
||||
tag: "Corporate Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
|
||||
avatarAlt: "Karim Zahra",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3",
|
||||
imageAlt: "Testimonial image",
|
||||
},
|
||||
id: "3", name: "Karim Zahra, Corporate Portfolio Manager", date: "Date: 5 November 2024", title: "Professionalism at Every Level", quote: "Working with Luxe Dubai Properties on our corporate holdings has been outstanding. Their team demonstrates deep market knowledge and delivers results consistently. They truly understand luxury property management.", tag: "Corporate Client", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Karim Zahra", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3", imageAlt: "Testimonial image"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jennifer Wilson, Expatriate Homeowner",
|
||||
date: "Date: 28 October 2024",
|
||||
title: "Peace of Mind Delivered Daily",
|
||||
quote: "As an expat, I needed someone I could truly trust with my Dubai home. This company provides exactly that—reliability, professionalism, and genuine care for my property. They go above and beyond.",
|
||||
tag: "Satisfied Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
|
||||
avatarAlt: "Jennifer Wilson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=4",
|
||||
imageAlt: "Testimonial image",
|
||||
},
|
||||
id: "4", name: "Jennifer Wilson, Expatriate Homeowner", date: "Date: 28 October 2024", title: "Peace of Mind Delivered Daily", quote: "As an expat, I needed someone I could truly trust with my Dubai home. This company provides exactly that—reliability, professionalism, and genuine care for my property. They go above and beyond.", tag: "Satisfied Client", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Jennifer Wilson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=4", imageAlt: "Testimonial image"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Hussain Al Manara, Developer Relations",
|
||||
date: "Date: 22 October 2024",
|
||||
title: "Strategic Partnership Advantages",
|
||||
quote: "Their insights into Dubai's luxury market have been invaluable for our business strategy. Beyond management, they serve as genuine advisors. Exceptional partnership all around.",
|
||||
tag: "Developer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
|
||||
avatarAlt: "Hussain Al Manara",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=5",
|
||||
imageAlt: "Testimonial image",
|
||||
},
|
||||
id: "5", name: "Hussain Al Manara, Developer Relations", date: "Date: 22 October 2024", title: "Strategic Partnership Advantages", quote: "Their insights into Dubai's luxury market have been invaluable for our business strategy. Beyond management, they serve as genuine advisors. Exceptional partnership all around.", tag: "Developer", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Hussain Al Manara", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=5", imageAlt: "Testimonial image"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Amira Al Suwaidi, Wealth Management Client",
|
||||
date: "Date: 18 October 2024",
|
||||
title: "Elite-Level Property Solutions",
|
||||
quote: "This team understands wealth preservation and growth through real estate. They manage my portfolio with the sophistication and discretion befitting my requirements. Truly premium service.",
|
||||
tag: "Premium Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
|
||||
avatarAlt: "Amira Al Suwaidi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=6",
|
||||
imageAlt: "Testimonial image",
|
||||
},
|
||||
id: "6", name: "Amira Al Suwaidi, Wealth Management Client", date: "Date: 18 October 2024", title: "Elite-Level Property Solutions", quote: "This team understands wealth preservation and growth through real estate. They manage my portfolio with the sophistication and discretion befitting my requirements. Truly premium service.", tag: "Premium Client", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Amira Al Suwaidi", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=6", imageAlt: "Testimonial image"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -293,8 +193,7 @@ export default function HomePage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -302,8 +201,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -311,8 +209,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Market Insights", href: "#" },
|
||||
{ label: "Investment Guide", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -320,8 +217,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user