diff --git a/src/pages/BarrioDeSalamancaPenthousePage.tsx b/src/pages/BarrioDeSalamancaPenthousePage.tsx index ccb9c19..74abbeb 100644 --- a/src/pages/BarrioDeSalamancaPenthousePage.tsx +++ b/src/pages/BarrioDeSalamancaPenthousePage.tsx @@ -1,74 +1,25 @@ -import { routes } from "@/routes"; -import NavbarCentered from "@/components/ui/NavbarCentered"; -import HeroSplitMediaGrid from "@/components/sections/hero/HeroSplitMediaGrid"; -import AboutFeaturesSplit from "@/components/sections/about/AboutFeaturesSplit"; -import FeaturesMediaCarousel from "@/components/sections/features/FeaturesMediaCarousel"; -import ContactCta from "@/components/sections/contact/ContactCta"; -import FooterMinimal from "@/components/sections/footer/FooterMinimal"; +import Button from "@/components/ui/Button"; +import HeroBackgroundSlot from "@/components/ui/HeroBackgroundSlot"; +import TextAnimation from "@/components/ui/TextAnimation"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import ScrollReveal from "@/components/ui/ScrollReveal"; +import AvatarGroup from "@/components/ui/AvatarGroup"; +import { cls } from "@/lib/utils"; export default function BarrioDeSalamancaPenthousePage() { return ( -
- ({ name: r.label, href: r.path }))} - ctaButton={{ text: "Inquire Now", href: "/contact" }} - /> - -
- - -
-
- - - - -
- - -
+ <> +

Residential Portfolio

+
+ +
+

Featured Project

+
+
+
+
+
+
+ ); -} \ No newline at end of file +}