Merge version_1 into main #2
@@ -111,25 +111,25 @@ export default function HomePage() {
|
||||
id: "prop-1",
|
||||
name: "Modern Estate - North Kent",
|
||||
price: "$850,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg",
|
||||
imageAlt: "Modern luxury bedroom",
|
||||
},
|
||||
{
|
||||
id: "prop-2",
|
||||
name: "Contemporary Masterpiece",
|
||||
price: "$650,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-marble-backsplash-blue-kitchen-cabinets_169016-68873.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-marble-backsplash-blue-kitchen-cabinets_169016-68873.jpg",
|
||||
imageAlt: "Luxury kitchen",
|
||||
},
|
||||
{
|
||||
id: "prop-3",
|
||||
name: "Elegant Residence - Winchester",
|
||||
price: "$725,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-138977.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-138977.jpg",
|
||||
imageAlt: "Luxury living room",
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -149,7 +149,7 @@ export default function HomePage() {
|
||||
title: "Property Valuation",
|
||||
description: "Accurate market analysis and property assessments to ensure competitive pricing and optimal returns.",
|
||||
tag: "Valuation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg",
|
||||
imageAlt: "Property valuation",
|
||||
},
|
||||
{
|
||||
@@ -157,7 +157,7 @@ export default function HomePage() {
|
||||
title: "Marketing Strategy",
|
||||
description: "Strategic positioning and targeted marketing to showcase your property to qualified buyers.",
|
||||
tag: "Marketing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-marble-backsplash-blue-kitchen-cabinets_169016-68873.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-marble-backsplash-blue-kitchen-cabinets_169016-68873.jpg",
|
||||
imageAlt: "Marketing strategy",
|
||||
},
|
||||
{
|
||||
@@ -165,7 +165,7 @@ export default function HomePage() {
|
||||
title: "Negotiation Expertise",
|
||||
description: "Professional negotiation to secure the best possible terms and price for your transaction.",
|
||||
tag: "Negotiation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-138977.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-138977.jpg",
|
||||
imageAlt: "Negotiation",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -7,7 +7,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Link from "next/link";
|
||||
import { Facebook, Linkedin, Instagram } from "lucide-react";
|
||||
import { Facebook, Linkedin, Instagram, Home, Briefcase } from "lucide-react";
|
||||
|
||||
export default function PropertiesPage() {
|
||||
const navItems = [
|
||||
@@ -45,7 +45,7 @@ export default function PropertiesPage() {
|
||||
title="Featured Luxury Properties"
|
||||
description="Explore our exclusive selection of premium residential properties in the Winchester area. Each property represents the finest in luxury living and architectural excellence."
|
||||
tag="Available Now"
|
||||
tagIcon="Home"
|
||||
tagIcon={Home}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
@@ -59,21 +59,21 @@ export default function PropertiesPage() {
|
||||
id: "prop-1",
|
||||
name: "Modern Estate - North Kent",
|
||||
price: "$850,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg",
|
||||
imageAlt: "Modern luxury bedroom"
|
||||
},
|
||||
{
|
||||
id: "prop-2",
|
||||
name: "Contemporary Masterpiece",
|
||||
price: "$650,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-marble-backsplash-blue-kitchen-cabinets_169016-68873.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-marble-backsplash-blue-kitchen-cabinets_169016-68873.jpg",
|
||||
imageAlt: "Luxury kitchen"
|
||||
},
|
||||
{
|
||||
id: "prop-3",
|
||||
name: "Elegant Residence - Winchester",
|
||||
price: "$725,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-138977.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-138977.jpg",
|
||||
imageAlt: "Luxury living room"
|
||||
}
|
||||
]}
|
||||
@@ -89,7 +89,7 @@ export default function PropertiesPage() {
|
||||
title="Comprehensive Real Estate Services"
|
||||
description="From property evaluation to closing, Ed Chapman provides expert guidance at every step of your real estate journey."
|
||||
tag="Expert Services"
|
||||
tagIcon="Briefcase"
|
||||
tagIcon={Briefcase}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function PropertiesPage() {
|
||||
title: "Property Valuation",
|
||||
description: "Accurate market analysis and property assessments to ensure competitive pricing and optimal returns.",
|
||||
tag: "Valuation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg",
|
||||
imageAlt: "Property valuation"
|
||||
},
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function PropertiesPage() {
|
||||
title: "Marketing Strategy",
|
||||
description: "Strategic positioning and targeted marketing to showcase your property to qualified buyers.",
|
||||
tag: "Marketing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-marble-backsplash-blue-kitchen-cabinets_169016-68873.jpg?_wi=5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-marble-backsplash-blue-kitchen-cabinets_169016-68873.jpg",
|
||||
imageAlt: "Marketing strategy"
|
||||
},
|
||||
{
|
||||
@@ -113,7 +113,7 @@ export default function PropertiesPage() {
|
||||
title: "Negotiation Expertise",
|
||||
description: "Professional negotiation to secure the best possible terms and price for your transaction.",
|
||||
tag: "Negotiation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-138977.jpg?_wi=5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-138977.jpg",
|
||||
imageAlt: "Negotiation"
|
||||
}
|
||||
]}
|
||||
@@ -144,7 +144,7 @@ export default function PropertiesPage() {
|
||||
description: "Average Days on Market"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user