Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a824f49fc | |||
| 1d59d29a77 | |||
| 0c1b035df0 | |||
| 1a180eb2db | |||
| ada72ead36 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
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 FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
@@ -46,17 +46,21 @@ export default function ResidencePage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroSplit
|
||||||
logoText="Residence"
|
title="Find Your Perfect Home"
|
||||||
description="Discover your dream home with trusted real estate expertise and personalized service."
|
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={[
|
buttons={[
|
||||||
{ text: "Explore Properties", href: "#featured" },
|
{ text: "Explore Properties", href: "#featured" },
|
||||||
{ text: "Schedule Viewing", href: "#contact" }
|
{ 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"
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -208,4 +212,4 @@ export default function ResidencePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user