2 Commits

Author SHA1 Message Date
93ad48881e Update src/app/page.tsx 2026-04-28 08:40:55 +00:00
e0d0e7d895 Merge version_4 into main
Merge version_4 into main
2026-04-28 08:38:49 +00:00

View File

@@ -7,7 +7,7 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Award, CheckCircle, Eye, Heart } from "lucide-react";
@@ -107,24 +107,21 @@ export default function LandingPage() {
</div>
<div id="services" data-section="services">
<ProductCardThree
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1", name: "Residential Estates", price: "", imageSrc: "http://img.b2bpic.net/free-photo/cozy-living-room-interior-with-panoramic-window_1262-12322.jpg?_wi=1", priceButtonProps: { text: "View Details" }
},
id: "p1", name: "Residential Estates", price: "Inquire", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/cozy-living-room-interior-with-panoramic-window_1262-12322.jpg?_wi=1"},
{
id: "p2", name: "Commercial Assets", price: "", imageSrc: "http://img.b2bpic.net/free-photo/building-night_1127-3365.jpg?_wi=1", priceButtonProps: { text: "View Details" }
},
id: "p2", name: "Commercial Assets", price: "Inquire", variant: "Grade A", imageSrc: "http://img.b2bpic.net/free-photo/building-night_1127-3365.jpg?_wi=1"},
{
id: "p3", name: "Investment Plots", price: "", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-famous-otaki-beach-new-zealand_181624-10535.jpg?_wi=1", priceButtonProps: { text: "View Details" }
},
id: "p3", name: "Investment Plots", price: "Inquire", variant: "Land", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-famous-otaki-beach-new-zealand_181624-10535.jpg?_wi=1"},
]}
title="Exclusive Services"
description="Curated real estate solutions for the discerning investor."
title="Property Showcase"
description="A curated selection of our current real estate offerings."
/>
</div>