Update src/app/page.tsx
This commit is contained in:
353
src/app/page.tsx
353
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Journey",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Performances",
|
||||
id: "video",
|
||||
},
|
||||
{
|
||||
name: "Events",
|
||||
id: "events",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Journey", id: "about" },
|
||||
{ name: "Performances", id: "video" },
|
||||
{ name: "Events", id: "events" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Mir Legacy"
|
||||
/>
|
||||
@@ -58,43 +43,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Osman Mir & Aamir Mir"
|
||||
description="The Legacy of Gujarati Folk & Sufi Music. Live Concerts • Cultural Events • Worldwide Performances"
|
||||
tag="Legendary Musical Duo"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Live Show",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Watch Performances",
|
||||
href: "#video",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Live Show", href: "#contact" }, { text: "Watch Performances", href: "#video" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-round-shaped-futuristic-sci-fi-techno-lights-perfect-futuristic-backgrounds_181624-9811.jpg?_wi=1",
|
||||
imageAlt: "Osman Mir & Aamir Mir Live",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-long-haired-woman-wearing-tight-red-dress-demonstrating-seductive-body-shapes-while_7502-10218.jpg",
|
||||
imageAlt: "Concert Atmosphere",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-science-fiction-round-pixelated-tunnel-corridor-with-brown-gold-lights_181624-24714.jpg",
|
||||
imageAlt: "Golden stage lights atmospheric tunnel",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9607.jpg",
|
||||
imageAlt: "Handsome artist in suit",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-elegant-dress-illuminated-by-numerous-bright-stage-spotlight-full-body-sensible-young_7502-10337.jpg",
|
||||
imageAlt: "Artist performing on stage",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cool-round-shaped-futuristic-sci-fi-techno-lights-perfect-futuristic-backgrounds_181624-9811.jpg", imageAlt: "Osman Mir & Aamir Mir Live" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-long-haired-woman-wearing-tight-red-dress-demonstrating-seductive-body-shapes-while_7502-10218.jpg", imageAlt: "Concert Atmosphere" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -107,10 +63,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Musical Heritage"
|
||||
description={[
|
||||
"Osman Mir & Aamir Mir represent the pinnacle of Gujarati folk and Sufi music, blending ancestral rhythms with contemporary soul.",
|
||||
"Their journey is defined by a deep devotion to cultural preservation and a voice that transcends boundaries, echoing through stages worldwide.",
|
||||
"From intimate gatherings to massive global arenas, the brothers deliver an experience that touches the very heart of the audience.",
|
||||
]}
|
||||
"Osman Mir & Aamir Mir represent the pinnacle of Gujarati folk and Sufi music, blending ancestral rhythms with contemporary soul.", "Their journey is defined by a deep devotion to cultural preservation and a voice that transcends boundaries, echoing through stages worldwide.", "From intimate gatherings to massive global arenas, the brothers deliver an experience that touches the very heart of the audience."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -119,27 +72,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Highlight",
|
||||
title: "Sufi Soul",
|
||||
subtitle: "Live at Ahmedabad",
|
||||
description: "An immersive experience of traditional sufi melodies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-acoustic-guitar-dark-ray-light_169016-17647.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
tag: "Highlight",
|
||||
title: "Folk Energy",
|
||||
subtitle: "Global Tour",
|
||||
description: "High-energy folk tracks from the world tour.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mix-yellow-red-light-spots_23-2147798883.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
tag: "Highlight",
|
||||
title: "Legacy",
|
||||
subtitle: "Rare Classics",
|
||||
description: "Soulful renditions of ancestral classics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-spending-time-together-night_23-2149328352.jpg?_wi=1",
|
||||
},
|
||||
{ tag: "Highlight", title: "Sufi Soul", subtitle: "Live at Ahmedabad", description: "An immersive experience of traditional sufi melodies.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-acoustic-guitar-dark-ray-light_169016-17647.jpg" },
|
||||
{ tag: "Highlight", title: "Folk Energy", subtitle: "Global Tour", description: "High-energy folk tracks from the world tour.", imageSrc: "http://img.b2bpic.net/free-photo/mix-yellow-red-light-spots_23-2147798883.jpg" },
|
||||
{ tag: "Highlight", title: "Legacy", subtitle: "Rare Classics", description: "Soulful renditions of ancestral classics.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-spending-time-together-night_23-2149328352.jpg" },
|
||||
]}
|
||||
title="Performance Showcase"
|
||||
description="A curated collection of unforgettable concert highlights and soul-stirring performances."
|
||||
@@ -153,60 +88,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "e1",
|
||||
brand: "Ahmedabad",
|
||||
name: "Cultural Fest 2024",
|
||||
price: "$50",
|
||||
rating: 5,
|
||||
reviewCount: "Sold Out",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-bouquet-roses-neon-light-valentine39s-day-concept_169016-25711.jpg",
|
||||
},
|
||||
{
|
||||
id: "e2",
|
||||
brand: "London",
|
||||
name: "Sufi Nights",
|
||||
price: "$120",
|
||||
rating: 5,
|
||||
reviewCount: "Available",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gradient-abstract-background-empty-room-with-space-your-text-picture_1258-132081.jpg",
|
||||
},
|
||||
{
|
||||
id: "e3",
|
||||
brand: "Dubai",
|
||||
name: "Legacy Concert",
|
||||
price: "$150",
|
||||
rating: 5,
|
||||
reviewCount: "Available",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-futuristic-illustration-with-lit-yellow-circles_181624-13942.jpg",
|
||||
},
|
||||
{
|
||||
id: "e4",
|
||||
brand: "Mumbai",
|
||||
name: "Folk Symphony",
|
||||
price: "$80",
|
||||
rating: 5,
|
||||
reviewCount: "Limited",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-concert-ticket-template_23-2151332124.jpg",
|
||||
},
|
||||
{
|
||||
id: "e5",
|
||||
brand: "New York",
|
||||
name: "International Gala",
|
||||
price: "$200",
|
||||
rating: 5,
|
||||
reviewCount: "Few Left",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engagement-event-table-with-tulle-tablecloth-flowers_114579-2084.jpg",
|
||||
},
|
||||
{
|
||||
id: "e6",
|
||||
brand: "Toronto",
|
||||
name: "Soulful Roots",
|
||||
price: "$90",
|
||||
rating: 5,
|
||||
reviewCount: "Available",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-view-lake_8353-9965.jpg",
|
||||
},
|
||||
{ id: "e1", brand: "Ahmedabad", name: "Cultural Fest 2024", price: "$50", rating: 5, reviewCount: "Sold Out", imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-bouquet-roses-neon-light-valentine39s-day-concept_169016-25711.jpg" },
|
||||
{ id: "e2", brand: "London", name: "Sufi Nights", price: "$120", rating: 5, reviewCount: "Available", imageSrc: "http://img.b2bpic.net/free-photo/gradient-abstract-background-empty-room-with-space-your-text-picture_1258-132081.jpg" },
|
||||
{ id: "e3", brand: "Dubai", name: "Legacy Concert", price: "$150", rating: 5, reviewCount: "Available", imageSrc: "http://img.b2bpic.net/free-photo/cool-futuristic-illustration-with-lit-yellow-circles_181624-13942.jpg" },
|
||||
{ id: "e4", brand: "Mumbai", name: "Folk Symphony", price: "$80", rating: 5, reviewCount: "Limited", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-concert-ticket-template_23-2151332124.jpg" },
|
||||
{ id: "e5", brand: "New York", name: "International Gala", price: "$200", rating: 5, reviewCount: "Few Left", imageSrc: "http://img.b2bpic.net/free-photo/engagement-event-table-with-tulle-tablecloth-flowers_114579-2084.jpg" },
|
||||
{ id: "e6", brand: "Toronto", name: "Soulful Roots", price: "$90", rating: 5, reviewCount: "Available", imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-view-lake_8353-9965.jpg" },
|
||||
]}
|
||||
title="Upcoming Live Shows"
|
||||
description="Join us for an evening of music and magic at the following venues."
|
||||
@@ -215,57 +102,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="awards" data-section="awards">
|
||||
<PricingCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "a1",
|
||||
tag: "Excellence",
|
||||
price: "Award 1",
|
||||
period: "2022",
|
||||
description: "Best Folk Performance",
|
||||
button: {
|
||||
text: "View",
|
||||
},
|
||||
featuresTitle: "Highlights",
|
||||
features: [
|
||||
"National Recognition",
|
||||
"Cultural Impact",
|
||||
"Viral Reach",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "a2",
|
||||
tag: "Mastery",
|
||||
price: "Award 2",
|
||||
period: "2023",
|
||||
description: "Sufi Music Pioneer",
|
||||
button: {
|
||||
text: "View",
|
||||
},
|
||||
featuresTitle: "Highlights",
|
||||
features: [
|
||||
"International Honor",
|
||||
"Media Coverage",
|
||||
"Global Acclaim",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "a3",
|
||||
tag: "Legacy",
|
||||
price: "Award 3",
|
||||
period: "2024",
|
||||
description: "Lifetime Contribution",
|
||||
button: {
|
||||
text: "View",
|
||||
},
|
||||
featuresTitle: "Highlights",
|
||||
features: [
|
||||
"Industry Milestone",
|
||||
"Rare Achievement",
|
||||
"Music History",
|
||||
],
|
||||
},
|
||||
{ id: "a1", tag: "Excellence", price: "Award 1", period: "2022", description: "Best Folk Performance", button: { text: "View" }, featuresTitle: "Highlights", features: ["National Recognition", "Cultural Impact", "Viral Reach"] },
|
||||
{ id: "a2", tag: "Mastery", price: "Award 2", period: "2023", description: "Sufi Music Pioneer", button: { text: "View" }, featuresTitle: "Highlights", features: ["International Honor", "Media Coverage", "Global Acclaim"] },
|
||||
{ id: "a3", tag: "Legacy", price: "Award 3", period: "2024", description: "Lifetime Contribution", button: { text: "View" }, featuresTitle: "Highlights", features: ["Industry Milestone", "Rare Achievement", "Music History"] },
|
||||
]}
|
||||
title="Achievements"
|
||||
description="Honoring excellence in the world of music."
|
||||
@@ -278,24 +121,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
team={[
|
||||
{
|
||||
id: "g1",
|
||||
name: "Live in Concert",
|
||||
role: "Folk Energy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-walking-evening-outside-street_1303-17045.jpg",
|
||||
},
|
||||
{
|
||||
id: "g2",
|
||||
name: "Reflective Soul",
|
||||
role: "Sufi Essence",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhaired-singing-woman-with-micorphone_23-2149676966.jpg",
|
||||
},
|
||||
{
|
||||
id: "g3",
|
||||
name: "Brotherhood",
|
||||
role: "Musical Legacy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercises-with-dumbbell_23-2147775557.jpg",
|
||||
},
|
||||
{ id: "g1", name: "Live in Concert", role: "Folk Energy", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-walking-evening-outside-street_1303-17045.jpg" },
|
||||
{ id: "g2", name: "Reflective Soul", role: "Sufi Essence", imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhaired-singing-woman-with-micorphone_23-2149676966.jpg" },
|
||||
{ id: "g3", name: "Brotherhood", role: "Musical Legacy", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercises-with-dumbbell_23-2147775557.jpg" },
|
||||
]}
|
||||
title="Moments in Time"
|
||||
description="Visual highlights from our musical journey."
|
||||
@@ -307,61 +135,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ananya Sharma",
|
||||
date: "Jan 2024",
|
||||
title: "Devoted Fan",
|
||||
quote: "Their music is not just entertainment; it's a soulful prayer that heals the heart.",
|
||||
tag: "Verified Fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-listening-music_23-2149443779.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-round-shaped-futuristic-sci-fi-techno-lights-perfect-futuristic-backgrounds_181624-9811.jpg?_wi=2",
|
||||
imageAlt: "happy concert audience",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Rahul Verma",
|
||||
date: "Dec 2023",
|
||||
title: "Concert Director",
|
||||
quote: "Working with them is a professional delight, every show is sold out and impeccably delivered.",
|
||||
tag: "Professional",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/proud-businessmen-office_1098-234.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flamenco-dancer-studio_23-2149287163.jpg",
|
||||
imageAlt: "happy concert audience",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Priya Kapoor",
|
||||
date: "Nov 2023",
|
||||
title: "Music Critic",
|
||||
quote: "A masterclass in modernizing classical heritage for the new generation.",
|
||||
tag: "Expert",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-dj-rooftop-front-view_23-2149739880.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-acoustic-guitar-dark-ray-light_169016-17647.jpg?_wi=2",
|
||||
imageAlt: "happy concert audience",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Karan Mehra",
|
||||
date: "Oct 2023",
|
||||
title: "Event Organizer",
|
||||
quote: "Unmatched energy and absolute professionalism. The gold standard for live entertainment.",
|
||||
tag: "Partner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-2000s-items-front-view_23-2149741992.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mix-yellow-red-light-spots_23-2147798883.jpg?_wi=2",
|
||||
imageAlt: "happy concert audience",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Meera Iyer",
|
||||
date: "Sep 2023",
|
||||
title: "Cultural Enthusiast",
|
||||
quote: "They carry the legacy of our ancestors forward with grace, beauty, and immense talent.",
|
||||
tag: "Fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-making-music_23-2149223682.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-spending-time-together-night_23-2149328352.jpg?_wi=2",
|
||||
imageAlt: "happy concert audience",
|
||||
},
|
||||
{ id: "t1", name: "Ananya Sharma", date: "Jan 2024", title: "Devoted Fan", quote: "Their music is not just entertainment; it's a soulful prayer that heals the heart.", tag: "Verified Fan", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-listening-music_23-2149443779.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cool-round-shaped-futuristic-sci-fi-techno-lights-perfect-futuristic-backgrounds_181624-9811.jpg" },
|
||||
{ id: "t2", name: "Rahul Verma", date: "Dec 2023", title: "Concert Director", quote: "Working with them is a professional delight, every show is sold out and impeccably delivered.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/proud-businessmen-office_1098-234.jpg", imageSrc: "http://img.b2bpic.net/free-photo/flamenco-dancer-studio_23-2149287163.jpg" },
|
||||
{ id: "t3", name: "Priya Kapoor", date: "Nov 2023", title: "Music Critic", quote: "A masterclass in modernizing classical heritage for the new generation.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/happy-dj-rooftop-front-view_23-2149739880.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-acoustic-guitar-dark-ray-light_169016-17647.jpg" },
|
||||
{ id: "t4", name: "Karan Mehra", date: "Oct 2023", title: "Event Organizer", quote: "Unmatched energy and absolute professionalism. The gold standard for live entertainment.", tag: "Partner", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-2000s-items-front-view_23-2149741992.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mix-yellow-red-light-spots_23-2147798883.jpg" },
|
||||
{ id: "t5", name: "Meera Iyer", date: "Sep 2023", title: "Cultural Enthusiast", quote: "They carry the legacy of our ancestors forward with grace, beauty, and immense talent.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-making-music_23-2149223682.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-spending-time-together-night_23-2149328352.jpg" },
|
||||
]}
|
||||
title="Voices of the Heart"
|
||||
description="Listeners and partners share their experience."
|
||||
@@ -371,22 +149,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Booking"
|
||||
title="Secure Your Date"
|
||||
description="Bring the soulful experience of Osman Mir & Aamir Mir to your next event."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/yournumber",
|
||||
},
|
||||
{
|
||||
text: "Email Management",
|
||||
href: "mailto:info@mirlegacy.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "WhatsApp Us", href: "https://wa.me/yournumber" }, { text: "Email Management", href: "mailto:info@mirlegacy.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -394,57 +161,9 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="MIR LEGACY"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Performances",
|
||||
href: "#video",
|
||||
},
|
||||
{
|
||||
label: "Events",
|
||||
href: "#events",
|
||||
},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Inquiry",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "YouTube",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "Performances", href: "#video" }, { label: "Events", href: "#events" }, { label: "Gallery", href: "#gallery" }] },
|
||||
{ title: "Contact", items: [{ label: "Inquiry", href: "#contact" }, { label: "Support", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
{ title: "Follow", items: [{ label: "Instagram", href: "#" }, { label: "YouTube", href: "#" }, { label: "Facebook", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Osman Mir & Aamir Mir. All Rights Reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user