From 13940c64ae4a0ce1390a8c32e7e44f7aa391e5df Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 17:58:08 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 239 ++++++++++----------------------------- 1 file changed, 62 insertions(+), 177 deletions(-) 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 ( - + -
- -
+
+ +
-
- -
- - +
); -- 2.49.1 From 86920a2ec76e41c74e9362b354b5991c46bdc797 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 17:58:08 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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." -- 2.49.1