diff --git a/src/app/page.tsx b/src/app/page.tsx
index 623200b..929a9f9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,6 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SplitAbout from '@/components/sections/about/SplitAbout';
-import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
export default function LandingPage() {
return (
@@ -30,14 +29,10 @@ export default function LandingPage() {
@@ -45,46 +40,17 @@ export default function LandingPage() {
@@ -95,12 +61,9 @@ export default function LandingPage() {
title="Unrivaled Real Estate Excellence"
description="With over 15 years in the market, we provide tailored guidance for every step of your journey. Our commitment to excellence ensures your property investment is in trusted hands."
bulletPoints={[
- {
- title: "Market Insight", description: "Unmatched data-driven property analysis."},
- {
- title: "Client First", description: "Personalized service for your unique needs."},
- {
- title: "Exclusive Access", description: "Off-market opportunities for savvy buyers."},
+ { title: "Market Insight", description: "Unmatched data-driven property analysis." },
+ { title: "Client First", description: "Personalized service for your unique needs." },
+ { title: "Exclusive Access", description: "Off-market opportunities for savvy buyers." },
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-real-estate-agent-showing-house_23-2150225224.jpg"
mediaAnimation="slide-up"
@@ -114,24 +77,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1", brand: "Luxury Estates", name: "Modern Hillside Villa", price: "$1,250,000", rating: 5,
- reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg"},
- {
- id: "p2", brand: "Prime Realty", name: "City Center Penthouse", price: "$2,400,000", rating: 5,
- reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/folding-chairs-near-pool-lawn-yard_23-2148107888.jpg"},
- {
- id: "p3", brand: "Coastline Homes", name: "Beachfront Sanctuary", price: "$3,100,000", rating: 4,
- reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-home-architecture-with-pool_23-2149647178.jpg"},
- {
- id: "p4", brand: "GreenLiving", name: "Sustainable Eco-Home", price: "$950,000", rating: 5,
- reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-going-up-stairs-walking-down-city_176420-4026.jpg"},
- {
- id: "p5", brand: "Urban Living", name: "Stylish Loft Studio", price: "$650,000", rating: 4,
- reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_74190-7301.jpg"},
- {
- id: "p6", brand: "Heritage Group", name: "Historic Manor Estate", price: "$4,500,000", rating: 5,
- reviewCount: "3", imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185016.jpg"},
+ { id: "p1", brand: "Luxury Estates", name: "Modern Hillside Villa", price: "$1,250,000", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg" },
+ { id: "p2", brand: "Prime Realty", name: "City Center Penthouse", price: "$2,400,000", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/folding-chairs-near-pool-lawn-yard_23-2148107888.jpg" },
+ { id: "p3", brand: "Coastline Homes", name: "Beachfront Sanctuary", price: "$3,100,000", rating: 4, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-home-architecture-with-pool_23-2149647178.jpg" },
]}
title="Featured Property Listings"
description="Explore our latest curated collection of luxury homes and investments across the region."
@@ -144,50 +92,22 @@ export default function LandingPage() {
title="Our Impact in Numbers"
tag="Reliability"
metrics={[
- {
- id: "m1", value: "$500M+", description: "Volume of Real Estate Transacted"},
- {
- id: "m2", value: "450+", description: "Happy Families Settled"},
- {
- id: "m3", value: "90+", description: "Award-Winning Projects"},
+ { id: "m1", value: "$500M+", description: "Volume of Real Estate Transacted" },
+ { id: "m2", value: "450+", description: "Happy Families Settled" },
+ { id: "m3", value: "90+", description: "Award-Winning Projects" },
]}
metricsAnimation="slide-up"
/>
-