diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f8e2674..6c7283b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,11 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import MediaAbout from "@/components/sections/about/MediaAbout"; -import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import Link from "next/link"; import { Zap } from "lucide-react"; export default function AboutPage() { @@ -17,7 +15,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="medium" sizing="medium" - background="grid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -33,53 +31,36 @@ export default function AboutPage() { { name: "About", id: "/about" }, ]} button={{ - text: "Call Now: (201) 555-0123", - href: "tel:+12015550123", + text: "Call Now: (201) 555-0123", href: "tel:+12015550123" }} animateOnLoad={true} /> -
+
+ +
+ +
-
- -
- -
- -
-
@@ -93,4 +74,4 @@ export default function AboutPage() {
); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 60d7d19..69138fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="medium" sizing="medium" - background="grid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -37,7 +37,8 @@ export default function HomePage() { { name: "About", id: "/about" }, ]} button={{ - text: "Call Now: (201) 555-0123", href: "tel:+12015550123"}} + text: "Call Now: (201) 555-0123", href: "tel:+12015550123" + }} animateOnLoad={true} /> @@ -46,7 +47,7 @@ export default function HomePage() { diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index c7e8e96..3e722d2 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -2,11 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; -import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import Link from "next/link"; import { Zap } from "lucide-react"; export default function ReviewsPage() { @@ -17,7 +16,7 @@ export default function ReviewsPage() { borderRadius="rounded" contentWidth="medium" sizing="medium" - background="grid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -33,108 +32,76 @@ export default function ReviewsPage() { { name: "About", id: "/about" }, ]} button={{ - text: "Call Now: (201) 555-0123", - href: "tel:+12015550123", + text: "Call Now: (201) 555-0123", href: "tel:+12015550123" }} animateOnLoad={true} /> -
- + +
+ +
+
-
- -
- -
+
@@ -148,4 +115,4 @@ export default function ReviewsPage() {
); -} \ No newline at end of file +} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 837b63e..5263c10 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -2,11 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; -import MediaAbout from "@/components/sections/about/MediaAbout"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import Link from "next/link"; import { Zap } from "lucide-react"; export default function ServicesPage() { @@ -17,7 +16,7 @@ export default function ServicesPage() { borderRadius="rounded" contentWidth="medium" sizing="medium" - background="grid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -33,38 +32,52 @@ export default function ServicesPage() { { name: "About", id: "/about" }, ]} button={{ - text: "Call Now: (201) 555-0123", - href: "tel:+12015550123", + text: "Call Now: (201) 555-0123", href: "tel:+12015550123" }} animateOnLoad={true} /> -
+
+ +
+ +
-
- -
- -
+
@@ -109,4 +110,4 @@ export default function ServicesPage() {
); -} \ No newline at end of file +}