diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fbc1ce2..5bc83bf 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -67,7 +67,7 @@ export default function AboutPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmallSizeLargeTitles" - background="plain" + background="none" cardStyle="layered-gradient" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -155,7 +155,7 @@ export default function AboutPage() { description="Contact Attorney Corey Higgins for a free consultation. Learn how we can help you recover maximum compensation for your accident." tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "plain" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/young-smiling-businessman_1163-3871.jpg" imageAlt="Attorney Corey Higgins professional" diff --git a/src/app/car-accident-lawyer/page.tsx b/src/app/car-accident-lawyer/page.tsx index cec9497..1f4d337 100644 --- a/src/app/car-accident-lawyer/page.tsx +++ b/src/app/car-accident-lawyer/page.tsx @@ -64,7 +64,7 @@ export default function CarAccidentLawyerPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmallSizeLargeTitles" - background="plain" + background="none" cardStyle="layered-gradient" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -94,7 +94,7 @@ export default function CarAccidentLawyerPage() { }, ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "radial-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/front-view-man-wearing-protective-equipment_23-2149714276.jpg" imageAlt="Car accident damage and vehicle collision" mediaAnimation="opacity" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 249c33e..cbe7f2c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -64,7 +64,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmallSizeLargeTitles" - background="plain" + background="none" cardStyle="layered-gradient" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -86,7 +86,7 @@ export default function ContactPage() { description="Don't wait to get legal help. Submit your information below or call us directly for a free consultation about your accident case. We're ready to fight for your rights." tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "plain" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/handsome-young-man-using-his-mobile-phone-office_1301-3936.jpg" imageAlt="Legal consultation ready" diff --git a/src/app/motorcycle-accident-lawyer/page.tsx b/src/app/motorcycle-accident-lawyer/page.tsx index 5d80488..492f6ba 100644 --- a/src/app/motorcycle-accident-lawyer/page.tsx +++ b/src/app/motorcycle-accident-lawyer/page.tsx @@ -68,7 +68,7 @@ export default function MotorcycleAccidentLawyerPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmallSizeLargeTitles" - background="plain" + background="none" cardStyle="layered-gradient" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -98,7 +98,7 @@ export default function MotorcycleAccidentLawyerPage() { }, ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "radial-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/closeup-details-cross-motorcycle-parked-ground_93675-133942.jpg" imageAlt="Motorcycle accident injury representation" mediaAnimation="opacity" diff --git a/src/app/page.tsx b/src/app/page.tsx index 190e517..e8c2f55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmallSizeLargeTitles" - background="plain" + background="none" cardStyle="layered-gradient" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -98,7 +98,7 @@ export default function HomePage() { }, ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "radial-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/hiring-new-manager_1098-12663.jpg" imageAlt="Professional law firm office consultation" mediaAnimation="opacity" @@ -414,7 +414,7 @@ export default function HomePage() { description="Don't wait to get legal help. Call now for a free consultation about your accident case. We're ready to fight for your rights." tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "plain" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/handsome-young-man-using-his-mobile-phone-office_1301-3936.jpg" imageAlt="Legal consultation ready" diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 67523c7..3b8c530 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -64,7 +64,7 @@ export default function ReviewsPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmallSizeLargeTitles" - background="plain" + background="none" cardStyle="layered-gradient" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered"