From c9359ce41279972000daea875f8813ef86d82cf3 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 23 Apr 2026 11:40:54 +0300 Subject: [PATCH 1/2] Bob AI: Add contact page --- src/App.tsx | 2 ++ src/pages/ContactPage.tsx | 69 +++++++++++++++++++++++++++++++++++++++ src/routes.ts | 1 + 3 files changed, 72 insertions(+) create mode 100644 src/pages/ContactPage.tsx diff --git a/src/App.tsx b/src/App.tsx index 4c8171c..fbc6d65 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,12 +3,14 @@ import HomePage from "@/pages/HomePage"; import PlansPage from "@/pages/PlansPage"; import AboutPage from "@/pages/AboutPage"; +import ContactPage from "@/pages/ContactPage"; export default function App() { return ( } /> } /> } /> + } /> ); } diff --git a/src/pages/ContactPage.tsx b/src/pages/ContactPage.tsx new file mode 100644 index 0000000..e89902f --- /dev/null +++ b/src/pages/ContactPage.tsx @@ -0,0 +1,69 @@ +import React from "react"; +import { routes } from "@/routes"; +import NavbarCentered from "@/components/ui/NavbarCentered"; // Corrected import path +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; + +const ContactPage = () => { + return ( +
+ ({ name: r.label, href: r.path }))} + ctaButton={{ text: "Get Started", href: "/contact" }} + /> + +
+ + +
+
+

+ Find Us on the Map +

+
+ +
+
+
+
+ + +
+ ); +}; + +export default ContactPage; \ No newline at end of file diff --git a/src/routes.ts b/src/routes.ts index c6ba84f..ee7f4f2 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -8,4 +8,5 @@ export const routes: Route[] = [ { path: '/', label: 'Home', pageFile: 'HomePage' }, { path: '/plans', label: 'Plans', pageFile: 'PlansPage' }, { path: '/about', label: 'About', pageFile: 'AboutPage' }, + { path: '/contact', label: 'Contact', pageFile: 'ContactPage' }, ]; -- 2.49.1 From c2bfa352bdc16cd937627b7a21af16326f2354ba Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 23 Apr 2026 11:42:47 +0300 Subject: [PATCH 2/2] Bob AI: Populate the newly-created page at src/pages/ContactPage.tsx --- src/pages/ContactPage.tsx | 109 +++++++++++++++++++++++++++----------- 1 file changed, 77 insertions(+), 32 deletions(-) diff --git a/src/pages/ContactPage.tsx b/src/pages/ContactPage.tsx index e89902f..2e2c1b9 100644 --- a/src/pages/ContactPage.tsx +++ b/src/pages/ContactPage.tsx @@ -1,41 +1,62 @@ import React from "react"; import { routes } from "@/routes"; -import NavbarCentered from "@/components/ui/NavbarCentered"; // Corrected import path +import NavbarCentered from "@/components/ui/NavbarCentered"; +import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FaqSimple from "@/components/sections/faq/FaqSimple"; +import ContactCta from "@/components/sections/contact/ContactCta"; import FooterSimple from "@/components/sections/footer/FooterSimple"; const ContactPage = () => { return (
({ name: r.label, href: r.path }))} - ctaButton={{ text: "Get Started", href: "/contact" }} + ctaButton={{ text: "Get Started", href: "/plans" }} />
- -
-
-

- Find Us on the Map -

-
+
+ +
+ +
+
+
+ Location +

Find Us on the Map

+

+ Come visit our headquarters in the heart of San Francisco. +

+
+