From db4e5c956a4c1f88e2cc114e0fcbfad83fc6c687 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 16:50:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 41226ac..fe8daf2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Printer, Mail, MapPin, Star } from "lucide-react"; +import { Mail } from "lucide-react"; export default function AccuprintPage() { return ( @@ -65,6 +65,7 @@ export default function AccuprintPage() { imageSrc="https://images.unsplash.com/photo-1524758631624-e2822e304c36?q=80&w=800" mediaAnimation="slide-up" metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -102,6 +103,7 @@ export default function AccuprintPage() { id: "t2", name: "Mark Patterson", handle: "Small Business Owner", testimonial: "Friendly service and very attentive to detail. I wouldn't go anywhere else for my shop's promotional needs.", rating: 5, } ]} + useInvertedBackground={false} /> @@ -117,6 +119,7 @@ export default function AccuprintPage() { id: "f2", title: "Do you provide custom design services?", content: "Yes, our design team can work with your existing brand guidelines or help you create something new from scratch." } ]} + useInvertedBackground={false} /> @@ -128,6 +131,7 @@ export default function AccuprintPage() { description="Visit us at 800 Floyd Dr Ste 130, Lexington, KY 40505, or send us a message to get a quote." buttons={[{ text: "Email Us", href: "mailto:info@accuprint.com" }, { text: "Call (859) 555-0100", href: "tel:8595550100" }]} background={{ variant: "plain" }} + useInvertedBackground={false} /> -- 2.49.1