diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cd2e53..deae7d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { Sparkles, Building2, Users, ArrowRight } from "lucide-react"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroSplit from "@/components/sections/hero/HeroSplit"; import TextAbout from "@/components/sections/about/TextAbout"; @@ -9,6 +10,8 @@ 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 SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; export default function ArchitectureStudioPage() { return ( @@ -27,147 +30,95 @@ export default function ArchitectureStudioPage() {
-
- +
-
+
+
+ +
+ +
+ +
+
@@ -175,37 +126,12 @@ export default function ArchitectureStudioPage() {
); -} +} \ No newline at end of file