diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2c038d4..8eeb3a4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function AboutPage() { return ( - + + + @@ -36,8 +36,11 @@ export default function LocationPage() { title="Questions about our location?" description="Reach out to us if you need help finding our shop!" buttons={[{ text: "Call Now", href: "tel:5550123" }]} + background={{ variant: "plain" }} + useInvertedBackground={false} /> + @@ -31,9 +31,11 @@ export default function ServicesPage() { { title: "Custom Design", description: "High-quality design services focused on your unique style.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-painter-indoors_23-2150182579.jpg" }, { title: "Local Repairs", description: "Reliable repair services for your home and personal items.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-old-vessels-second-hand-market_23-2149338478.jpg" } ]} + useInvertedBackground={false} />