diff --git a/src/app/page.tsx b/src/app/page.tsx index 991af12..cf953c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Sparkles, Zap, Quote } from "lucide-react"; +import { Sparkles, Zap } from "lucide-react"; export default function ModPickerPage() { return ( @@ -132,9 +132,9 @@ export default function ModPickerPage() { tag="Our Partners" textboxLayout="default" useInvertedBackground={false} - names=[ + names={[ "Performance Pro", "TurboMax", "WheelPro", "BodyTech", "LightMaster", "EngineX", "CustomWorks", "SpeedTech" - ] + ]} logos={[ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARTBbll72gcJSq9e3PYOQBigsz/minimalist-logo-for-a-major-automotive-b-1772554374774-b567cb0b.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARTBbll72gcJSq9e3PYOQBigsz/professional-logo-for-an-automotive-cust-1772554376103-093160fc.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARTBbll72gcJSq9e3PYOQBigsz/sleek-logo-for-a-performance-car-parts-m-1772554375175-4e8942c5.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARTBbll72gcJSq9e3PYOQBigsz/professional-logo-for-an-automotive-mark-1772554373839-bad5013f.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARTBbll72gcJSq9e3PYOQBigsz/clean-logo-for-a-motorcycle-customizatio-1772554374382-d082f008.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARTBbll72gcJSq9e3PYOQBigsz/professional-logo-for-an-automotive-tech-1772554375022-9f095f81.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARTBbll72gcJSq9e3PYOQBigsz/minimalist-logo-for-a-car-parts-and-acce-1772554375159-0063064a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARTBbll72gcJSq9e3PYOQBigsz/modern-logo-for-a-motorcycle-parts-suppl-1772554375034-b2eb0033.png" ]}