diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 771a4dc..ae8b5ad 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -24,7 +24,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
- background="aurora"
+ background="circleGradient"
cardStyle="solid"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -35,9 +35,7 @@ export default function AboutPage() {
navItems={navItems}
brandName="DetailPro"
button={{
- text: "Get Your Free Quote",
- href: "#contact",
- }}
+ text: "Get Your Free Quote", href: "#contact"}}
className="fixed top-6 left-0 right-0 z-50 flex justify-center"
/>
@@ -58,20 +56,11 @@ export default function AboutPage() {
@@ -45,35 +43,17 @@ export default function ContactPage() {
@@ -50,7 +48,7 @@ export default function HomePage() {
@@ -47,63 +45,39 @@ export default function ServicesPage() {