From 794a677652ddf3fd12882e5cb70627cafe7cbd36 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 06:03:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 357 ++++++++++++++++++++++++----------------------- 1 file changed, 186 insertions(+), 171 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61a5d97..ced095e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,184 +9,199 @@ import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import { MessageCircle } from "lucide-react"; export default function ArchitectureStudioPage() { return ( - - - + <> + + + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- -
-
+ +
+
+ + + + ); -} +} \ No newline at end of file