diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index eacc0e1..2a68b8f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; -export default function LandingPage() { + +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
- - +
); diff --git a/src/app/page.tsx b/src/app/page.tsx index 233594e..b66acfc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -177,11 +177,11 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "Client Satisfaction", description: "Our top priority, reflected in every service."}, + value: "Client Satisfaction", title: "Our top priority, reflected in every service."}, { - value: "Positive Feedback", description: "Consistently high ratings from our valued clients."}, + value: "Positive Feedback", title: "Consistently high ratings from our valued clients."}, { - value: "Repeat Business", description: "Building lasting relationships with the Varna community."}, + value: "Repeat Business", title: "Building lasting relationships with the Varna community."}, ]} title="What Our Clients Say" description="Real stories from satisfied customers across Varna, highlighting our dedication and quality service. Your trust is our greatest reward."