5 Commits

Author SHA1 Message Date
2a824f49fc Update src/app/page.tsx 2026-03-09 09:05:12 +00:00
1d59d29a77 Update src/app/page.tsx 2026-03-09 08:58:23 +00:00
0c1b035df0 Update src/app/page.tsx 2026-03-09 08:57:15 +00:00
1a180eb2db Merge version_1 into main
Merge version_1 into main
2026-03-09 08:49:36 +00:00
ada72ead36 Merge version_1 into main
Merge version_1 into main
2026-03-06 05:56:47 +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" }
]}
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"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjE2mbjep15lnnQCim3WHJ4cn/uploaded-1773047079158-eazn9wzy.png"
imageAlt="Luxury residential property"
mediaAnimation="slide-up"
imagePosition="right"
/>
</div>
@@ -208,4 +212,4 @@ export default function ResidencePage() {
</div>
</ThemeProvider>
);
}
}