Merge version_1 into main #1
281
src/app/page.tsx
281
src/app/page.tsx
@@ -11,7 +11,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import { Award, CalendarCheck, Camera, Film, Globe, Headphones, HelpCircle, Mail, ShieldCheck, Sparkles, Tool } from "lucide-react";
|
||||
import { Award, CalendarCheck, Camera, Film, Globe, Headphones, HelpCircle, Mail, ShieldCheck, Sparkles, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Catalog",
|
||||
id: "#catalog",
|
||||
},
|
||||
name: "Catalog", id: "#catalog"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/cinema-white-background_24908-61020.jpg"
|
||||
logoAlt="Kinorent Logo"
|
||||
@@ -65,24 +53,17 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Your Vision, Our Gear. Unrivaled Film Equipment Rental."
|
||||
description="Kinorent provides top-tier camera, lighting, sound, and grip equipment for filmmakers. Unlock your creative potential with our comprehensive catalog and expert support."
|
||||
kpis={[
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "10+", label: "Years Experience"},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Projects Supported",
|
||||
},
|
||||
value: "500+", label: "Projects Supported"},
|
||||
{
|
||||
value: "99%",
|
||||
label: "Equipment Reliability",
|
||||
},
|
||||
value: "99%", label: "Equipment Reliability"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
tag="Filmmaking Starts Here"
|
||||
@@ -90,36 +71,22 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Catalog",
|
||||
href: "#catalog",
|
||||
},
|
||||
text: "Explore Catalog", href: "#catalog"},
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3317.jpg",
|
||||
alt: "Filmmaker Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3317.jpg", alt: "Filmmaker Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg",
|
||||
alt: "Camera Operator Mark",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", alt: "Camera Operator Mark"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379267.jpg",
|
||||
alt: "Director Emily",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379267.jpg", alt: "Director Emily"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-posing_23-2148452704.jpg",
|
||||
alt: "Sound Engineer David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-posing_23-2148452704.jpg", alt: "Sound Engineer David"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2543.jpg",
|
||||
alt: "black businessman happy expression",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2543.jpg", alt: "black businessman happy expression"},
|
||||
]}
|
||||
avatarText="Trusted by leading production houses."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-singing-together-full-shot_23-2149215512.jpg"
|
||||
@@ -127,29 +94,19 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Latest Gear",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Latest Gear", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Reliable Rentals",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Reliable Rentals", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Global Reach",
|
||||
icon: Globe,
|
||||
type: "text-icon", text: "Global Reach", icon: Globe,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Support",
|
||||
icon: Headphones,
|
||||
type: "text-icon", text: "24/7 Support", icon: Headphones,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Flexible Terms",
|
||||
icon: CalendarCheck,
|
||||
type: "text-icon", text: "Flexible Terms", icon: CalendarCheck,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
@@ -167,9 +124,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Learn More", href: "#services"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/film-pieces-near-cameras-rolls_23-2147852489.jpg"
|
||||
@@ -184,29 +139,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5000+",
|
||||
title: "Units Available",
|
||||
description: "An extensive inventory of cameras, lenses, lighting, and sound equipment ready for your project.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-person-holding-professional-digital-camera_23-2150720443.jpg",
|
||||
imageAlt: "Pile of film reels",
|
||||
},
|
||||
id: "m1", value: "5000+", title: "Units Available", description: "An extensive inventory of cameras, lenses, lighting, and sound equipment ready for your project.", imageSrc: "http://img.b2bpic.net/free-photo/view-person-holding-professional-digital-camera_23-2150720443.jpg", imageAlt: "Pile of film reels"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
title: "Technical Support",
|
||||
description: "Round-the-clock expert assistance to ensure your production never stops.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/call-center-manager-providing-guidance-intern-close-up_482257-118001.jpg",
|
||||
imageAlt: "Support team working",
|
||||
},
|
||||
id: "m2", value: "24/7", title: "Technical Support", description: "Round-the-clock expert assistance to ensure your production never stops.", imageSrc: "http://img.b2bpic.net/free-photo/call-center-manager-providing-guidance-intern-close-up_482257-118001.jpg", imageAlt: "Support team working"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100+",
|
||||
title: "Client Testimonials",
|
||||
description: "Positive feedback from satisfied filmmakers and production companies worldwide.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-journalist-talking-her-cameraman_23-2149032400.jpg",
|
||||
imageAlt: "People collaborating",
|
||||
},
|
||||
id: "m3", value: "100+", title: "Client Testimonials", description: "Positive feedback from satisfied filmmakers and production companies worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/female-journalist-talking-her-cameraman_23-2149032400.jpg", imageAlt: "People collaborating"},
|
||||
]}
|
||||
title="Impact & Achievements"
|
||||
description="Our commitment to excellence is reflected in the numbers and the trust our clients place in us. We constantly strive for the highest standards in equipment and service delivery."
|
||||
@@ -222,47 +159,21 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
carouselMode="buttons"
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Extensive Catalog",
|
||||
description: "Access a vast collection of the latest and most reliable film equipment, from cameras to grip.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-cameras-near-filmstrips_23-2147852284.jpg",
|
||||
imageAlt: "Large collection of cinema cameras",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-photo-badges-set_23-2147558291.jpg",
|
||||
buttonText: "View Catalog",
|
||||
buttonHref: "#catalog",
|
||||
},
|
||||
title: "Extensive Catalog", description: "Access a vast collection of the latest and most reliable film equipment, from cameras to grip.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-cameras-near-filmstrips_23-2147852284.jpg", imageAlt: "Large collection of cinema cameras", titleImageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-photo-badges-set_23-2147558291.jpg", buttonText: "View Catalog", buttonHref: "#catalog"},
|
||||
{
|
||||
title: "Guaranteed Availability",
|
||||
description: "Real-time inventory checks and reliable booking ensure your chosen gear is always ready.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clapperboard-red-tickets_23-2147698851.jpg",
|
||||
imageAlt: "Calendar showing availability",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/calendar-check-paper-front-side_187299-39612.jpg",
|
||||
buttonText: "Check Now",
|
||||
},
|
||||
title: "Guaranteed Availability", description: "Real-time inventory checks and reliable booking ensure your chosen gear is always ready.", imageSrc: "http://img.b2bpic.net/free-photo/clapperboard-red-tickets_23-2147698851.jpg", imageAlt: "Calendar showing availability", titleImageSrc: "http://img.b2bpic.net/free-photo/calendar-check-paper-front-side_187299-39612.jpg", buttonText: "Check Now"},
|
||||
{
|
||||
title: "Technical Support",
|
||||
description: "Benefit from expert advice and on-site assistance to troubleshoot any equipment challenges.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineers-industry-40-industrial-plant-controlling-automated-machinery_482257-120564.jpg",
|
||||
imageAlt: "Technician checking camera gear",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-psd/view-robot-arm-with-gear_23-2151681382.jpg",
|
||||
buttonText: "Contact Support",
|
||||
buttonHref: "#contact",
|
||||
},
|
||||
title: "Technical Support", description: "Benefit from expert advice and on-site assistance to troubleshoot any equipment challenges.", imageSrc: "http://img.b2bpic.net/free-photo/engineers-industry-40-industrial-plant-controlling-automated-machinery_482257-120564.jpg", imageAlt: "Technician checking camera gear", titleImageSrc: "http://img.b2bpic.net/free-psd/view-robot-arm-with-gear_23-2151681382.jpg", buttonText: "Contact Support", buttonHref: "#contact"},
|
||||
{
|
||||
title: "Flexible Rental Terms",
|
||||
description: "Choose from short-term, long-term, or customized packages tailored to your project timeline and budget.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-greeting-each-other_1262-20511.jpg",
|
||||
imageAlt: "Signing rental agreement",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/money-bag-clay-icon-cute-diy-finance-creative-craft-graphic_53876-126144.jpg",
|
||||
buttonText: "Custom Quote",
|
||||
buttonHref: "#contact",
|
||||
},
|
||||
title: "Flexible Rental Terms", description: "Choose from short-term, long-term, or customized packages tailored to your project timeline and budget.", imageSrc: "http://img.b2bpic.net/free-photo/business-partners-greeting-each-other_1262-20511.jpg", imageAlt: "Signing rental agreement", titleImageSrc: "http://img.b2bpic.net/free-photo/money-bag-clay-icon-cute-diy-finance-creative-craft-graphic_53876-126144.jpg", buttonText: "Custom Quote", buttonHref: "#contact"},
|
||||
]}
|
||||
title="Comprehensive Rental Solutions"
|
||||
description="Our services are designed to meet every production need, ensuring seamless access to high-quality equipment and professional support."
|
||||
tag="Our Services"
|
||||
tagIcon={Tool}
|
||||
tagIcon={Wrench}
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -276,65 +187,23 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "cam-1",
|
||||
brand: "ARRI",
|
||||
name: "Alexa Mini LF Camera",
|
||||
price: "$1200/day",
|
||||
rating: 5,
|
||||
reviewCount: "250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photo-his-girlfriend-with-retro-camera_23-2148768782.jpg",
|
||||
imageAlt: "ARRI Alexa Mini LF camera",
|
||||
},
|
||||
id: "cam-1", brand: "ARRI", name: "Alexa Mini LF Camera", price: "$1200/day", rating: 5,
|
||||
reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photo-his-girlfriend-with-retro-camera_23-2148768782.jpg", imageAlt: "ARRI Alexa Mini LF camera"},
|
||||
{
|
||||
id: "lens-1",
|
||||
brand: "Zeiss",
|
||||
name: "Supreme Prime Lens Set",
|
||||
price: "$500/day",
|
||||
rating: 5,
|
||||
reviewCount: "180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-ferromagnetic-liquid-metal-with-copy-space_23-2148253605.jpg",
|
||||
imageAlt: "Zeiss Supreme Prime Lens Set",
|
||||
},
|
||||
id: "lens-1", brand: "Zeiss", name: "Supreme Prime Lens Set", price: "$500/day", rating: 5,
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/blurred-ferromagnetic-liquid-metal-with-copy-space_23-2148253605.jpg", imageAlt: "Zeiss Supreme Prime Lens Set"},
|
||||
{
|
||||
id: "drone-1",
|
||||
brand: "DJI",
|
||||
name: "Inspire 3 Drone",
|
||||
price: "$700/day",
|
||||
rating: 4,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-people-laying-grass_23-2149392729.jpg",
|
||||
imageAlt: "DJI Inspire 3 Drone with camera",
|
||||
},
|
||||
id: "drone-1", brand: "DJI", name: "Inspire 3 Drone", price: "$700/day", rating: 4,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-people-laying-grass_23-2149392729.jpg", imageAlt: "DJI Inspire 3 Drone with camera"},
|
||||
{
|
||||
id: "light-1",
|
||||
brand: "Aputure",
|
||||
name: "LS 600d Pro Light",
|
||||
price: "$250/day",
|
||||
rating: 5,
|
||||
reviewCount: "300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001257.jpg",
|
||||
imageAlt: "Aputure LS 600d Pro LED light",
|
||||
},
|
||||
id: "light-1", brand: "Aputure", name: "LS 600d Pro Light", price: "$250/day", rating: 5,
|
||||
reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001257.jpg", imageAlt: "Aputure LS 600d Pro LED light"},
|
||||
{
|
||||
id: "mic-1",
|
||||
brand: "Sennheiser",
|
||||
name: "MKH 416 Shotgun Mic",
|
||||
price: "$100/day",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309600.jpg",
|
||||
imageAlt: "Sennheiser MKH 416 shotgun microphone",
|
||||
},
|
||||
id: "mic-1", brand: "Sennheiser", name: "MKH 416 Shotgun Mic", price: "$100/day", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309600.jpg", imageAlt: "Sennheiser MKH 416 shotgun microphone"},
|
||||
{
|
||||
id: "grip-1",
|
||||
brand: "Easyrig",
|
||||
name: "Vario 5 w/ Flowcine Serene",
|
||||
price: "$350/day",
|
||||
rating: 4,
|
||||
reviewCount: "90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-camera-recording-himself-vlog-working-from-home-young-content-creator_1268-17421.jpg",
|
||||
imageAlt: "Easyrig Vario 5 camera support system",
|
||||
},
|
||||
id: "grip-1", brand: "Easyrig", name: "Vario 5 w/ Flowcine Serene", price: "$350/day", rating: 4,
|
||||
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-camera-recording-himself-vlog-working-from-home-young-content-creator_1268-17421.jpg", imageAlt: "Easyrig Vario 5 camera support system"},
|
||||
]}
|
||||
title="Explore Our Extensive Equipment Catalog"
|
||||
description="Browse our diverse range of cameras, lenses, lighting, audio, and grip equipment. Each item is meticulously maintained and ready for your next project."
|
||||
@@ -350,30 +219,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "How do I place an order?",
|
||||
content: "You can place an order by browsing our catalog, selecting your desired equipment, and submitting a rental request through our contact form. Our team will review your request and get back to you with a personalized quote and availability.",
|
||||
},
|
||||
id: "faq1", title: "How do I place an order?", content: "You can place an order by browsing our catalog, selecting your desired equipment, and submitting a rental request through our contact form. Our team will review your request and get back to you with a personalized quote and availability."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "What is your equipment availability?",
|
||||
content: "Our website features real-time availability for most equipment. For specific dates or large packages, submitting a request is the best way to confirm availability with our team.",
|
||||
},
|
||||
id: "faq2", title: "What is your equipment availability?", content: "Our website features real-time availability for most equipment. For specific dates or large packages, submitting a request is the best way to confirm availability with our team."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Do you offer delivery services?",
|
||||
content: "Yes, we offer flexible delivery and pickup options to suit your production schedule and location needs. Please specify your requirements in your rental request for a tailored logistics plan.",
|
||||
},
|
||||
id: "faq3", title: "Do you offer delivery services?", content: "Yes, we offer flexible delivery and pickup options to suit your production schedule and location needs. Please specify your requirements in your rental request for a tailored logistics plan."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What happens if equipment gets damaged?",
|
||||
content: "Minor wear and tear is expected. For significant damage, our rental agreement outlines terms and conditions. We recommend reviewing our insurance policies and discussing options with our team during the booking process.",
|
||||
},
|
||||
id: "faq4", title: "What happens if equipment gets damaged?", content: "Minor wear and tear is expected. For significant damage, our rental agreement outlines terms and conditions. We recommend reviewing our insurance policies and discussing options with our team during the booking process."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Can I get technical assistance?",
|
||||
content: "Absolutely. We provide expert technical support throughout your rental period. Our specialists are available to offer guidance and on-site assistance if needed to ensure smooth operation of the equipment.",
|
||||
},
|
||||
id: "faq5", title: "Can I get technical assistance?", content: "Absolutely. We provide expert technical support throughout your rental period. Our specialists are available to offer guidance and on-site assistance if needed to ensure smooth operation of the equipment."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fun-3d-cartoon-robot-illustration_183364-120131.jpg"
|
||||
imageAlt="Person searching for answers online"
|
||||
@@ -392,8 +246,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Submit Your Rental Request"
|
||||
description="Ready to rent? Fill out the form below with your project details and equipment needs. Our team will get back to you shortly with availability and a tailored quote."
|
||||
@@ -417,41 +270,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Catalog",
|
||||
href: "#catalog",
|
||||
},
|
||||
label: "Catalog", href: "#catalog"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user