Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-06 16:50:14 +00:00

View File

@@ -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}
/>
</div>
@@ -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}
/>
</div>
@@ -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}
/>
</div>
@@ -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}
/>
</div>