Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-09 08:57:19 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
@@ -46,17 +46,21 @@ export default function ResidencePage() {
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="Residence"
description="Discover your dream home with trusted real estate expertise and personalized service."
<HeroSplit
title="Find Your Perfect Home"
description="Discover premium residences with expert guidance. From urban penthouses to serene family estates, we connect you with homes that match your dreams."
tag="Premium Properties"
tagAnimation="slide-up"
background={{ variant: "rotated-rays-animated" }}
buttons={[
{ text: "Explore Properties", href: "#featured" },
{ text: "Schedule Viewing", href: "#contact" }
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjE2mbjep15lnnQCim3WHJ4cn/uploaded-1773046163696-a1shobv5.png"
imageAlt="Luxury residential property"
showDimOverlay={true}
buttonAnimation="slide-up"
mediaAnimation="slide-up"
imagePosition="right"
/>
</div>
@@ -83,6 +87,7 @@ export default function ResidencePage() {
]}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
/>
</div>
@@ -208,4 +213,4 @@ export default function ResidencePage() {
</div>
</ThemeProvider>
);
}
}