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