Update src/app/page.tsx

This commit is contained in:
2026-03-19 20:00:58 +00:00
parent 5ae82ea5be
commit 5d74de83ed

View File

@@ -128,16 +128,19 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", title: "Excellent Quality Work", quote: "Great quality, clean work, affordable pricing, highly recommend.", name: "Marcel Hampton", role: "Vehicle Owner", imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-with-folded-arms_1262-727.jpg", imageAlt: "Marcel Hampton"
id: "1", title: "Outstanding Service & Quality", quote: "Professional team with attention to detail. They finished my tint perfectly looks amazing and was done super fast!", name: "Shacona Coleman", role: "Satisfied Customer", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop", imageAlt: "Shacona Coleman - tinted sedan"
},
{
id: "2", title: "Outstanding Service", quote: "Got me in quick, did great work for a great price, highly recommend! 10/10.", name: "Tyler Juriga", role: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businessman-close-up_23-2148746290.jpg", imageAlt: "Tyler Juriga"
id: "2", title: "Best Tinting Service Around", quote: "Incredible work on my SUV. The team was efficient, professional, and the pricing was fair. Highly recommend!", name: "Sedaric Jackson", role: "Vehicle Owner", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", imageAlt: "Sedaric Jackson - tinted SUV"
},
{
id: "3", title: "Professional Installation", quote: "Great quality service at an affordable price.", name: "Chris Jones", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/asian-office-worker-handed-documents-colleague-indoor-portrait-brunette-freelance-programmer-earphones-sitting-with-laptop-camera-while-drinking-coffee_197531-3737.jpg", imageAlt: "Chris Jones"
id: "3", title: "Perfect Installation", quote: "My truck looks sleek with the new tint. The installation was flawless and they even cleaned up after themselves. Great experience!", name: "Chakelia Lawrence", role: "Local Resident", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop", imageAlt: "Chakelia Lawrence - tinted truck"
},
{
id: "4", title: "Highly Recommended", quote: "Professional team, fair pricing, and excellent attention to detail. Will be back!", name: "David Martinez", role: "Returning Customer", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "David Martinez"
id: "4", title: "Professional & Affordable", quote: "Got exactly what I wanted at a great price. The team knew what they were doing and delivered excellent results. Will definitely return!", name: "Kaleb Slifko", role: "Returning Customer", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop", imageAlt: "Kaleb Slifko - tinted coupe"
},
{
id: "5", title: "Exceeded Expectations", quote: "From the quote to the final product, everything was seamless. The quality of their work is top-notch. Highly impressed!", name: "Lashana Kennedy", role: "Happy Customer", imageSrc: "https://images.unsplash.com/photo-1514888286974-6c03bf1a7a27?w=400&h=400&fit=crop", imageAlt: "Lashana Kennedy - tinted sedan"
}
]}
buttons={[{ text: "Get Your Free Quote", href: "#contact" }]}
@@ -205,4 +208,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}