diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f05b31a..ac53fa6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,7 +3,7 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; +import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; import TeamCardSix from "@/components/sections/team/TeamCardSix"; import FooterSimple from "@/components/sections/footer/FooterSimple"; @@ -33,17 +33,17 @@ export default function AboutPage() { ]} /> -
- +
@@ -66,6 +66,8 @@ export default function AboutPage() { columns={[ { title: "Company", items: [{ label: "About", href: "/about" }, { label: "Contact", href: "/contact" }] } ]} + bottomLeftText="© 2024 Webild" + bottomRightText="All rights reserved." />
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8c3de80..0a0117c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -46,6 +46,8 @@ export default function ContactPage() { columns={[ { title: "Company", items: [{ label: "About", href: "/about" }, { label: "Contact", href: "/contact" }] } ]} + bottomLeftText="© 2024 Webild" + bottomRightText="All rights reserved." /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 3511759..6d727bb 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -3,87 +3,58 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; -import FooterBase from "@/components/sections/footer/FooterBase"; -import { Sparkles, CheckCircle } from "lucide-react"; +import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function ServicesPage() { return ( - - - + +
+ +
+
); -} +} \ No newline at end of file