diff --git a/src/app/page.tsx b/src/app/page.tsx index 852e3b1..4cb245e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import TextAbout from "@/components/sections/about/TextAbout"; import { Calendar, Star } from "lucide-react"; export default function HomePage() { @@ -23,8 +24,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Ceramic Coating", href: "/services" }, { label: "Paint Protection Film", href: "/services" }, { label: "Car Detailing", href: "/services" }, @@ -32,8 +32,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#why-choose" }, { label: "Gallery", href: "#gallery" }, { label: "Reviews", href: "#reviews" }, @@ -41,8 +40,7 @@ export default function HomePage() { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "📞 098773 35656", href: "tel:+919877335656" }, { label: "💬 WhatsApp Chat", href: "https://wa.me/919877335656" }, { label: "📍 Grand Trunk Rd, Amritsar", href: "https://maps.google.com/?q=Detail+Masters+Amritsar" }, @@ -78,20 +76,16 @@ export default function HomePage() { title="Amritsar's #1 Car Detailing & Ceramic Coating Experts" description="Protect your car with professional PPF, Ceramic Coating, Detailing & Foam Wash services. We've served 700+ satisfied customers." tag="Premium Auto Care" - imageSrc="http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30592.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30592.jpg" imageAlt="Professional car detailing and ceramic coating service" textPosition="bottom-left" showBlur={true} showDimOverlay={false} buttons={[ { - text: "📞 Call Now", - href: "tel:+919877335656", - }, + text: "📞 Call Now", href: "tel:+919877335656"}, { - text: "💬 WhatsApp", - href: "https://wa.me/919877335656?text=Hi%20Detail%20Masters%2C%20I%20want%20to%20know%20more%20about%20your%20services", - }, + text: "💬 WhatsApp", href: "https://wa.me/919877335656?text=Hi%20Detail%20Masters%2C%20I%20want%20to%20know%20more%20about%20your%20services"}, ]} /> @@ -102,26 +96,15 @@ export default function HomePage() { tag="Our Impact" metrics={[ { - id: "1", - value: "4.7⭐", - description: "Google Rating from 764+ verified customer reviews. Consistent excellence in service quality and customer satisfaction.", - }, + id: "1", value: "4.7⭐", description: "Google Rating from 764+ verified customer reviews. Consistent excellence in service quality and customer satisfaction."}, { - id: "2", - value: "700+", - description: "Cars Detailed. From luxury vehicles to everyday cars, we've transformed thousands of vehicles across Amritsar.", - }, + id: "2", value: "700+", description: "Cars Detailed. From luxury vehicles to everyday cars, we've transformed thousands of vehicles across Amritsar."}, { - id: "3", - value: "10+", - description: "Years Experience. Over a decade of expertise in ceramic coatings, PPF installation, and professional detailing.", - }, + id: "3", value: "10+", description: "Years Experience. Over a decade of expertise in ceramic coatings, PPF installation, and professional detailing."}, { - id: "4", - value: "100%", - description: "Satisfaction Guaranteed. We stand behind our work with premium products and professional-grade techniques.", - }, + id: "4", value: "100%", description: "Satisfaction Guaranteed. We stand behind our work with premium products and professional-grade techniques."}, ]} + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -130,47 +113,17 @@ export default function HomePage() { +
+ +
+
diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 1d53d73..4c2aa5e 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -20,8 +20,7 @@ export default function ReviewsPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Ceramic Coating", href: "/" }, { label: "Paint Protection Film", href: "/" }, { label: "Car Detailing", href: "/" }, @@ -29,8 +28,7 @@ export default function ReviewsPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Gallery", href: "/" }, { label: "Reviews", href: "/reviews" }, @@ -38,8 +36,7 @@ export default function ReviewsPage() { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "📞 098773 35656", href: "tel:+919877335656" }, { label: "💬 WhatsApp Chat", href: "https://wa.me/919877335656" }, { label: "📍 Grand Trunk Rd, Amritsar", href: "https://maps.google.com/?q=Detail+Masters+Amritsar" }, @@ -76,26 +73,15 @@ export default function ReviewsPage() { tag="Our Impact" metrics={[ { - id: "1", - value: "4.7⭐", - description: "Google Rating from 764+ verified customer reviews. Consistent excellence in service quality and customer satisfaction.", - }, + id: "1", value: "4.7⭐", description: "Google Rating from 764+ verified customer reviews. Consistent excellence in service quality and customer satisfaction."}, { - id: "2", - value: "700+", - description: "Cars Detailed. From luxury vehicles to everyday cars, we've transformed thousands of vehicles across Amritsar.", - }, + id: "2", value: "700+", description: "Cars Detailed. From luxury vehicles to everyday cars, we've transformed thousands of vehicles across Amritsar."}, { - id: "3", - value: "10+", - description: "Years Experience. Over a decade of expertise in ceramic coatings, PPF installation, and professional detailing.", - }, + id: "3", value: "10+", description: "Years Experience. Over a decade of expertise in ceramic coatings, PPF installation, and professional detailing."}, { - id: "4", - value: "100%", - description: "Satisfaction Guaranteed. We stand behind our work with premium products and professional-grade techniques.", - }, + id: "4", value: "100%", description: "Satisfaction Guaranteed. We stand behind our work with premium products and professional-grade techniques."}, ]} + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -104,77 +90,17 @@ export default function ReviewsPage() { @@ -101,59 +94,29 @@ export default function CeramicCoatingPage() { tag="Benefits" features={[ { - id: "01", - title: "Superior Paint Protection", - description: - "Creates a hard, protective layer that shields your car's paint from UV rays, contaminants, and environmental damage.", - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-oily-bubbles-droplets-colourful-watery-backdrop_23-2148290123.jpg?_wi=6", - imageAlt: "Ceramic coating protection layer", - }, + id: "01", title: "Superior Paint Protection", description: + "Creates a hard, protective layer that shields your car's paint from UV rays, contaminants, and environmental damage.", imageSrc: + "http://img.b2bpic.net/free-photo/close-up-oily-bubbles-droplets-colourful-watery-backdrop_23-2148290123.jpg", imageAlt: "Ceramic coating protection layer"}, { - id: "02", - title: "Enhanced Gloss & Shine", - description: - "Provides a deep, mirror-like finish that makes your car look freshly polished every day. Dramatically enhances color depth.", - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-oily-bubbles-droplets-colourful-watery-backdrop_23-2148290123.jpg?_wi=7", - imageAlt: "Enhanced car paint gloss and shine", - }, + id: "02", title: "Enhanced Gloss & Shine", description: + "Provides a deep, mirror-like finish that makes your car look freshly polished every day. Dramatically enhances color depth.", imageSrc: + "http://img.b2bpic.net/free-photo/close-up-oily-bubbles-droplets-colourful-watery-backdrop_23-2148290123.jpg", imageAlt: "Enhanced car paint gloss and shine"}, { - id: "03", - title: "Hydrophobic Surface", - description: - "Water beads and rolls off, preventing water spots and mineral deposits. Makes washing your car easier and faster.", - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-oily-bubbles-droplets-colourful-watery-backdrop_23-2148290123.jpg?_wi=8", - imageAlt: "Hydrophobic water beading effect", - }, + id: "03", title: "Hydrophobic Surface", description: + "Water beads and rolls off, preventing water spots and mineral deposits. Makes washing your car easier and faster.", imageSrc: + "http://img.b2bpic.net/free-photo/close-up-oily-bubbles-droplets-colourful-watery-backdrop_23-2148290123.jpg", imageAlt: "Hydrophobic water beading effect"}, { - id: "04", - title: "Long-Lasting Durability", - description: - "Professional ceramic coating lasts 2-5 years with proper maintenance. Reduces need for frequent waxing.", - imageSrc: - "http://img.b2bpic.net/free-photo/professional-cleaning-car-wash-car-showroom_146671-18369.jpg?_wi=3", - imageAlt: "Long-lasting ceramic coating durability", - }, + id: "04", title: "Long-Lasting Durability", description: + "Professional ceramic coating lasts 2-5 years with proper maintenance. Reduces need for frequent waxing.", imageSrc: + "http://img.b2bpic.net/free-photo/professional-cleaning-car-wash-car-showroom_146671-18369.jpg", imageAlt: "Long-lasting ceramic coating durability"}, { - id: "05", - title: "Chemical & Scratch Resistance", - description: - "Protects against bird droppings, tree sap, and minor scratches. Maintains finish even in harsh conditions.", - imageSrc: - "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318454.jpg?_wi=6", - imageAlt: "Chemical and scratch resistant coating", - }, + id: "05", title: "Chemical & Scratch Resistance", description: + "Protects against bird droppings, tree sap, and minor scratches. Maintains finish even in harsh conditions.", imageSrc: + "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318454.jpg", imageAlt: "Chemical and scratch resistant coating"}, { - id: "06", - title: "Increased Resale Value", - description: - "A well-maintained ceramic coating can increase your vehicle's resale value and appeal to potential buyers.", - imageSrc: - "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30592.jpg?_wi=2", - imageAlt: "Car value and resale benefits", - }, + id: "06", title: "Increased Resale Value", description: + "A well-maintained ceramic coating can increase your vehicle's resale value and appeal to potential buyers.", imageSrc: + "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30592.jpg", imageAlt: "Car value and resale benefits"}, ]} textboxLayout="default" animationType="slide-up" @@ -170,9 +133,7 @@ export default function CeramicCoatingPage() { buttons={[ { text: "📅 Book Appointment", href: "#contact" }, { - text: "💬 Chat on WhatsApp", - href: "https://wa.me/919877335656", - }, + text: "💬 Chat on WhatsApp", href: "https://wa.me/919877335656"}, ]} /> @@ -187,56 +148,29 @@ export default function CeramicCoatingPage() { useInvertedBackground={false} plans={[ { - id: "basic-ceramic", - price: "₹8,999", - name: "Basic Coating", - buttons: [ + id: "basic-ceramic", price: "₹8,999", name: "Basic Coating", buttons: [ { text: "📅 Book Now", href: "#contact" }, { text: "💬 Inquire", href: "https://wa.me/919877335656" }, ], features: [ - "Single layer ceramic coating", - "Paint preparation & cleaning", - "2-year protection warranty", - "Basic maintenance guide", - ], + "Single layer ceramic coating", "Paint preparation & cleaning", "2-year protection warranty", "Basic maintenance guide"], }, { - id: "premium-ceramic", - badge: "Most Popular", - badgeIcon: "Star", - price: "₹12,999", - name: "Premium Coating", - buttons: [ + id: "premium-ceramic", badge: "Most Popular", badgeIcon: Star, + price: "₹12,999", name: "Premium Coating", buttons: [ { text: "📅 Book Now", href: "#contact" }, { text: "💬 Inquire", href: "https://wa.me/919877335656" }, ], features: [ - "Double layer ceramic coating", - "Complete paint correction", - "Glass coating protection", - "3-year warranty", - "Professional maintenance kit", - "24/7 customer support", - ], + "Double layer ceramic coating", "Complete paint correction", "Glass coating protection", "3-year warranty", "Professional maintenance kit", "24/7 customer support"], }, { - id: "ultimate-ceramic", - price: "₹16,999", - name: "Ultimate Protection", - buttons: [ + id: "ultimate-ceramic", price: "₹16,999", name: "Ultimate Protection", buttons: [ { text: "📅 Book Now", href: "#contact" }, { text: "💬 Inquire", href: "https://wa.me/919877335656" }, ], features: [ - "Triple layer ceramic coating", - "Advanced paint correction", - "PPF + Ceramic combo", - "Glass & trim protection", - "5-year warranty", - "Free annual maintenance", - "VIP support line", - ], + "Triple layer ceramic coating", "Advanced paint correction", "PPF + Ceramic combo", "Glass & trim protection", "5-year warranty", "Free annual maintenance", "VIP support line"], }, ]} /> @@ -251,9 +185,7 @@ export default function CeramicCoatingPage() { buttons={[ { text: "📞 Call: 098773 35656", href: "tel:+919877335656" }, { - text: "💬 WhatsApp Now", - href: "https://wa.me/919877335656?text=Hi%20Detail%20Masters%2C%20I%20want%20to%20book%20a%20ceramic%20coating%20appointment", - }, + text: "💬 WhatsApp Now", href: "https://wa.me/919877335656?text=Hi%20Detail%20Masters%2C%20I%20want%20to%20book%20a%20ceramic%20coating%20appointment"}, ]} background={{ variant: "plain" }} useInvertedBackground={false} diff --git a/src/app/services/ppf/page.tsx b/src/app/services/ppf/page.tsx index 916d3d5..8f21944 100644 --- a/src/app/services/ppf/page.tsx +++ b/src/app/services/ppf/page.tsx @@ -8,7 +8,7 @@ import TextAbout from "@/components/sections/about/TextAbout"; import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Calendar } from "lucide-react"; +import { Calendar, Star } from "lucide-react"; export default function PPFPage() { const navItems = [ @@ -21,8 +21,7 @@ export default function PPFPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Ceramic Coating", href: "/services/ceramic-coating" }, { label: "Paint Protection Film", href: "/services/ppf" }, { label: "Car Detailing", href: "/" }, @@ -30,8 +29,7 @@ export default function PPFPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#why-choose" }, { label: "Gallery", href: "#gallery" }, { label: "Reviews", href: "#reviews" }, @@ -39,14 +37,11 @@ export default function PPFPage() { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "📞 098773 35656", href: "tel:+919877335656" }, { label: "💬 WhatsApp Chat", href: "https://wa.me/919877335656" }, { - label: "📍 Grand Trunk Rd, Amritsar", - href: "https://maps.google.com/?q=Detail+Masters+Amritsar", - }, + label: "📍 Grand Trunk Rd, Amritsar", href: "https://maps.google.com/?q=Detail+Masters+Amritsar"}, { label: "🌐 detailmasters.co.in", href: "https://detailmasters.co.in" }, ], }, @@ -79,7 +74,7 @@ export default function PPFPage() { title="Paint Protection Film (PPF) Installation in Amritsar" description="Protect your car's paint from scratches, stone chips, and road debris with premium PPF. Self-healing technology provides lasting protection and maintains your car's value." tag="PPF Expert Installation" - imageSrc="http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342659.jpg?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342659.jpg" imageAlt="Paint protection film installation professional car hood" textPosition="bottom-left" showBlur={true} @@ -87,9 +82,7 @@ export default function PPFPage() { buttons={[ { text: "📞 Call Now", href: "tel:+919877335656" }, { - text: "💬 WhatsApp", - href: "https://wa.me/919877335656?text=Hi%20Detail%20Masters%2C%20I%20want%20to%20know%20more%20about%20PPF%20installation", - }, + text: "💬 WhatsApp", href: "https://wa.me/919877335656?text=Hi%20Detail%20Masters%2C%20I%20want%20to%20know%20more%20about%20PPF%20installation"}, ]} /> @@ -101,59 +94,29 @@ export default function PPFPage() { tag="PPF Advantages" features={[ { - id: "01", - title: "Self-Healing Technology", - description: - "Minor scratches and swirls automatically heal with body heat and sunlight. Maintains perfect finish longer than traditional methods.", - imageSrc: - "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342659.jpg?_wi=6", - imageAlt: "Self-healing PPF technology demonstration", - }, + id: "01", title: "Self-Healing Technology", description: + "Minor scratches and swirls automatically heal with body heat and sunlight. Maintains perfect finish longer than traditional methods.", imageSrc: + "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342659.jpg", imageAlt: "Self-healing PPF technology demonstration"}, { - id: "02", - title: "Stone Chip Protection", - description: - "Advanced transparent film shields paint from road debris, stone chips, and impact damage. Absorbs impact energy effectively.", - imageSrc: - "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342659.jpg?_wi=7", - imageAlt: "PPF stone chip protection", - }, + id: "02", title: "Stone Chip Protection", description: + "Advanced transparent film shields paint from road debris, stone chips, and impact damage. Absorbs impact energy effectively.", imageSrc: + "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342659.jpg", imageAlt: "PPF stone chip protection"}, { - id: "03", - title: "Invisible Protection", - description: - "Clear, transparent film is virtually invisible once applied. No visible thickness or color change to your car's appearance.", - imageSrc: - "http://img.b2bpic.net/free-photo/professional-cleaning-car-wash-car-showroom_146671-18369.jpg?_wi=4", - imageAlt: "Invisible PPF coating", - }, + id: "03", title: "Invisible Protection", description: + "Clear, transparent film is virtually invisible once applied. No visible thickness or color change to your car's appearance.", imageSrc: + "http://img.b2bpic.net/free-photo/professional-cleaning-car-wash-car-showroom_146671-18369.jpg", imageAlt: "Invisible PPF coating"}, { - id: "04", - title: "5-Year Durability", - description: - "Premium PPF lasts 5+ years with minimal maintenance. Professional installation ensures long-lasting adhesion and protection.", - imageSrc: - "http://img.b2bpic.net/free-photo/professional-cleaning-car-wash-car-showroom_146671-18369.jpg?_wi=5", - imageAlt: "Long-lasting PPF durability", - }, + id: "04", title: "5-Year Durability", description: + "Premium PPF lasts 5+ years with minimal maintenance. Professional installation ensures long-lasting adhesion and protection.", imageSrc: + "http://img.b2bpic.net/free-photo/professional-cleaning-car-wash-car-showroom_146671-18369.jpg", imageAlt: "Long-lasting PPF durability"}, { - id: "05", - title: "UV Protection", - description: - "Blocks harmful UV rays that cause paint fading and oxidation. Keeps paint color vibrant and maintains resale value.", - imageSrc: - "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318454.jpg?_wi=7", - imageAlt: "UV protection from PPF", - }, + id: "05", title: "UV Protection", description: + "Blocks harmful UV rays that cause paint fading and oxidation. Keeps paint color vibrant and maintains resale value.", imageSrc: + "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318454.jpg", imageAlt: "UV protection from PPF"}, { - id: "06", - title: "Easy Maintenance", - description: - "PPF requires minimal maintenance. Works with regular car wash routines and requires no special products or techniques.", - imageSrc: - "http://img.b2bpic.net/free-photo/handsomen-man-black-sweater-washing-his-car_1157-35954.jpg?_wi=4", - imageAlt: "Easy PPF maintenance and care", - }, + id: "06", title: "Easy Maintenance", description: + "PPF requires minimal maintenance. Works with regular car wash routines and requires no special products or techniques.", imageSrc: + "http://img.b2bpic.net/free-photo/handsomen-man-black-sweater-washing-his-car_1157-35954.jpg", imageAlt: "Easy PPF maintenance and care"}, ]} textboxLayout="default" animationType="slide-up" @@ -170,9 +133,7 @@ export default function PPFPage() { buttons={[ { text: "📅 Book Appointment", href: "#contact" }, { - text: "💬 Chat on WhatsApp", - href: "https://wa.me/919877335656", - }, + text: "💬 Chat on WhatsApp", href: "https://wa.me/919877335656"}, ]} /> @@ -187,58 +148,29 @@ export default function PPFPage() { useInvertedBackground={false} plans={[ { - id: "front-ppf", - price: "₹9,999", - name: "Front Protection", - buttons: [ + id: "front-ppf", price: "₹9,999", name: "Front Protection", buttons: [ { text: "📅 Book Now", href: "#contact" }, { text: "💬 Inquire", href: "https://wa.me/919877335656" }, ], features: [ - "Hood & bumper coverage", - "Professional installation", - "Self-healing PPF material", - "5-year warranty", - "Maintenance guide included", - ], + "Hood & bumper coverage", "Professional installation", "Self-healing PPF material", "5-year warranty", "Maintenance guide included"], }, { - id: "complete-ppf", - badge: "Best Protection", - badgeIcon: "Star", - price: "₹15,999", - name: "Complete Package", - buttons: [ + id: "complete-ppf", badge: "Best Protection", badgeIcon: Star, + price: "₹15,999", name: "Complete Package", buttons: [ { text: "📅 Book Now", href: "#contact" }, { text: "💬 Inquire", href: "https://wa.me/919877335656" }, ], features: [ - "Full front + sides coverage", - "Professional installation", - "Premium self-healing material", - "5-year warranty", - "Free annual touch-up", - "Priority customer support", - "Maintenance kit included", - ], + "Full front + sides coverage", "Professional installation", "Premium self-healing material", "5-year warranty", "Free annual touch-up", "Priority customer support", "Maintenance kit included"], }, { - id: "ultimate-ppf", - price: "₹22,999", - name: "Full Body PPF", - buttons: [ + id: "ultimate-ppf", price: "₹22,999", name: "Full Body PPF", buttons: [ { text: "📅 Book Now", href: "#contact" }, { text: "💬 Inquire", href: "https://wa.me/919877335656" }, ], features: [ - "Complete full-body coverage", - "Expert installation", - "Advanced self-healing technology", - "5-year comprehensive warranty", - "Free annual maintenance", - "VIP support line", - "Maintenance kit + care products", - ], + "Complete full-body coverage", "Expert installation", "Advanced self-healing technology", "5-year comprehensive warranty", "Free annual maintenance", "VIP support line", "Maintenance kit + care products"], }, ]} /> @@ -253,9 +185,7 @@ export default function PPFPage() { buttons={[ { text: "📞 Call: 098773 35656", href: "tel:+919877335656" }, { - text: "💬 WhatsApp Now", - href: "https://wa.me/919877335656?text=Hi%20Detail%20Masters%2C%20I%20want%20to%20book%20a%20PPF%20installation%20appointment", - }, + text: "💬 WhatsApp Now", href: "https://wa.me/919877335656?text=Hi%20Detail%20Masters%2C%20I%20want%20to%20book%20a%20PPF%20installation%20appointment"}, ]} background={{ variant: "plain" }} useInvertedBackground={false}