diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9cdc5eb..8afcc67 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -70,15 +70,12 @@ export default function RealEstatePage() {
title="Redefining Real Estate Excellence"
description="With over 15 years in the market, Prime Realty has become a trusted partner for buyers, sellers, and investors. Our commitment to transparency, market insights, and personalized support ensures every client reaches their property goals effectively."
metrics={[
- {
- value: "$500M+", title: "Total property value managed"},
- {
- value: "99%", title: "Client retention rate"},
+ { value: "$500M+", title: "Total property value managed" },
+ { value: "99%", title: "Client retention rate" },
]}
imageSrc="https://images.unsplash.com/photo-1572177812156-58036aae249c?auto=format&fit=crop&q=80&w=800"
imageAlt="Modern office real estate team workspace"
- mediaBadge={{
- text: "Licensed Agents"}}
+ mediaBadge={{ text: "Licensed Agents" }}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -91,22 +88,14 @@ export default function RealEstatePage() {
buttons={[{ text: "Contact Our Agents", href: "#contact" }]}
buttonAnimation="slide-up"
features={[
- {
- title: "Residential Sales", description: "Expert guidance to help you buy or sell your dream home at the best market valuation.", imageSrc: "https://images.unsplash.com/photo-1582407947304-fd86f028f716?auto=format&fit=crop&q=80&w=600", imageAlt: "Luxury residential home"},
- {
- title: "Commercial Leasing", description: "Prime office and retail spaces designed to help your business grow and thrive.", imageSrc: "https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&q=80&w=600", imageAlt: "Commercial office building"},
- {
- title: "Investment Advisory", description: "Strategic insights to help you build a diversified and high-yield real estate portfolio.", imageSrc: "https://images.unsplash.com/photo-1554469384-e58fac16e23a?auto=format&fit=crop&q=80&w=600", imageAlt: "Real estate investment analysis"},
- {
- title: "Property Valuation", description: "Accurate and detailed property appraisals using the latest market data and insights.", imageSrc: "https://images.unsplash.com/photo-1560520653-9e0e4c8959d7?auto=format&fit=crop&q=80&w=600", imageAlt: "Market valuation documents"},
- {
- title: "Relocation Support", description: "Full-service relocation support to help you move and settle into your new location seamlessly.", imageSrc: "https://images.unsplash.com/photo-1516156008625-3a9d6067fab5?auto=format&fit=crop&q=80&w=600", imageAlt: "Relocation assistance"},
- {
- title: "Portfolio Management", description: "End-to-end property management services to optimize and maintain your assets.", imageSrc: "https://images.unsplash.com/photo-1590487988256-9ed221338521?auto=format&fit=crop&q=80&w=600", imageAlt: "Property management"},
+ { title: "Residential Sales", description: "Expert guidance to help you buy or sell your dream home at the best market valuation. Contact: (555) 111-2222", imageSrc: "https://images.unsplash.com/photo-1582407947304-fd86f028f716?auto=format&fit=crop&q=80&w=600", imageAlt: "Luxury residential home" },
+ { title: "Commercial Leasing", description: "Prime office and retail spaces designed to help your business grow and thrive. Contact: (555) 333-4444", imageSrc: "https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&q=80&w=600", imageAlt: "Commercial office building" },
+ { title: "Investment Advisory", description: "Strategic insights to help you build a diversified and high-yield real estate portfolio. Contact: (555) 555-6666", imageSrc: "https://images.unsplash.com/photo-1554469384-e58fac16e23a?auto=format&fit=crop&q=80&w=600", imageAlt: "Real estate investment analysis" },
+ { title: "Property Valuation", description: "Accurate and detailed property appraisals using the latest market data and insights. Contact: (555) 777-8888", imageSrc: "https://images.unsplash.com/photo-1560520653-9e0e4c8959d7?auto=format&fit=crop&q=80&w=600", imageAlt: "Market valuation documents" },
]}
gridVariant="uniform-all-items-equal"
uniformGridCustomHeightClasses="aspect-square"
- gridClassName="md:!grid-cols-3"
+ gridClassName="md:!grid-cols-2"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -116,51 +105,21 @@ export default function RealEstatePage() {
title="The Prime Difference"
description="Why clients choose Prime Realty as their partner"
features={[
- {
- icon: ShieldCheck,
- title: "Trusted Expertise", description: "Decades of market knowledge ensuring informed decisions at every step."},
- {
- icon: Wrench,
- title: "Tailored Solutions", description: "Personalized property search and sale plans designed around your lifestyle."},
- {
- icon: DollarSign,
- title: "Maximized Value", description: "Data-driven negotiation skills to secure the best deal in the current market."},
+ { icon: ShieldCheck, title: "Trusted Expertise", description: "Decades of market knowledge ensuring informed decisions at every step." },
+ { icon: Wrench, title: "Tailored Solutions", description: "Personalized property search and sale plans designed around your lifestyle." },
+ { icon: DollarSign, title: "Maximized Value", description: "Data-driven negotiation skills to secure the best deal in the current market." },
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
/>
-
-