Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-03 16:41:40 +00:00
5 changed files with 86 additions and 260 deletions

View File

@@ -10,26 +10,22 @@ import { Users } from 'lucide-react';
export default function AboutPage() {
const navItems = [
{ name: "Home", id: "hero" },
{ name: "Properties", id: "properties" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
{ name: "Home", id: "/" },
{ name: "Properties", id: "/properties" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
];
const footerColumns = [
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "Services", href: "/" },
{ label: "About", href: "/about" }
]
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog & Insights", href: "#" },
{ label: "Market Analysis", href: "#" },
{ label: "Investment Guide", href: "#" },
@@ -37,8 +33,7 @@ export default function AboutPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "#team" },
{ label: "Testimonials", href: "#testimonials" },
@@ -46,8 +41,7 @@ export default function AboutPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" },
@@ -101,32 +95,16 @@ export default function AboutPage() {
tagAnimation="slide-up"
members={[
{
id: "1",
name: "Catherine Ashford",
role: "Senior Luxury Agent",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1",
imageAlt: "Catherine Ashford - Senior Luxury Agent"
id: "1", name: "Catherine Ashford", role: "Senior Luxury Agent", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Catherine Ashford - Senior Luxury Agent"
},
{
id: "2",
name: "Richard Whitmore",
role: "Waterfront Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2",
imageAlt: "Richard Whitmore - Waterfront Specialist"
id: "2", name: "Richard Whitmore", role: "Waterfront Specialist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Richard Whitmore - Waterfront Specialist"
},
{
id: "3",
name: "Elena Rodriguez",
role: "Investment Property Expert",
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg",
imageAlt: "Elena Rodriguez - Investment Property Expert"
id: "3", name: "Elena Rodriguez", role: "Investment Property Expert", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", imageAlt: "Elena Rodriguez - Investment Property Expert"
},
{
id: "4",
name: "Christopher Lane",
role: "Private Estate Consultant",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3",
imageAlt: "Christopher Lane - Private Estate Consultant"
id: "4", name: "Christopher Lane", role: "Private Estate Consultant", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Christopher Lane - Private Estate Consultant"
}
]}
gridVariant="uniform-all-items-equal"

View File

@@ -10,26 +10,22 @@ import { Mail, CheckCircle } from 'lucide-react';
export default function ContactPage() {
const navItems = [
{ name: "Home", id: "hero" },
{ name: "Properties", id: "properties" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
{ name: "Home", id: "/" },
{ name: "Properties", id: "/properties" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
];
const footerColumns = [
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "Services", href: "/" },
{ label: "About", href: "/about" }
]
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog & Insights", href: "#" },
{ label: "Market Analysis", href: "#" },
{ label: "Investment Guide", href: "#" },
@@ -37,8 +33,7 @@ export default function ContactPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "#team" },
{ label: "Testimonials", href: "#testimonials" },
@@ -46,8 +41,7 @@ export default function ContactPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" },
@@ -101,20 +95,10 @@ export default function ContactPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"24/7 Client Support",
"Expert Market Knowledge",
"Exclusive Listings",
"White-Glove Service",
"Private Viewings",
"Investment Consultation"
"24/7 Client Support", "Expert Market Knowledge", "Exclusive Listings", "White-Glove Service", "Private Viewings", "Investment Consultation"
]}
logos={[
"http://img.b2bpic.net/free-vector/hand-drawn-labels-collection-real-estate-business_23-2150933363.jpg",
"http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg",
"http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg",
"http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg",
"http://img.b2bpic.net/free-vector/gradient-professional-insurance-company-logo-template_742173-17679.jpg",
"http://img.b2bpic.net/free-vector/financial-company-logo_1424-9.jpg"
"http://img.b2bpic.net/free-vector/hand-drawn-labels-collection-real-estate-business_23-2150933363.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg", "http://img.b2bpic.net/free-vector/gradient-professional-insurance-company-logo-template_742173-17679.jpg", "http://img.b2bpic.net/free-vector/financial-company-logo_1424-9.jpg"
]}
showCard={true}
speed={40}

View File

@@ -5,35 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
variable: "--font-montserrat", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Luxury Real Estate | Premium Properties & Expert Agents",
description: "Discover exclusive luxury properties curated by our expert real estate team. Browse high-end homes, get personalized consultations, and find your dream property today.",
keywords: "luxury real estate, premium properties, high-end homes, exclusive listings, luxury agents",
metadataBase: new URL("https://luxeproperties.com"),
title: "Luxury Real Estate | Premium Properties & Expert Agents", description: "Discover exclusive luxury properties curated by our expert real estate team. Browse high-end homes, get personalized consultations, and find your dream property today.", keywords: "luxury real estate, premium properties, high-end homes, exclusive listings, luxury agents", metadataBase: new URL("https://luxeproperties.com"),
alternates: {
canonical: "https://luxeproperties.com"
},
openGraph: {
title: "Luxury Real Estate - Premium Properties",
description: "Exclusive luxury properties and expert real estate services for discerning buyers",
type: "website",
siteName: "Luxe Properties",
images: [
title: "Luxury Real Estate - Premium Properties", description: "Exclusive luxury properties and expert real estate services for discerning buyers", type: "website", siteName: "Luxe Properties", images: [
{
url: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-front-hotel-resort-with-swimming-pool-paradise-destination-vacations-ge_1258-150769.jpg",
alt: "Luxury home exterior"
url: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-front-hotel-resort-with-swimming-pool-paradise-destination-vacations-ge_1258-150769.jpg", alt: "Luxury home exterior"
}
]
},
twitter: {
card: "summary_large_image",
title: "Luxury Real Estate - Premium Properties",
description: "Discover exclusive luxury properties with our expert real estate team",
images: ["http://img.b2bpic.net/free-photo/beautiful-tropical-beach-front-hotel-resort-with-swimming-pool-paradise-destination-vacations-ge_1258-150769.jpg"]
card: "summary_large_image", title: "Luxury Real Estate - Premium Properties", description: "Discover exclusive luxury properties with our expert real estate team", images: ["http://img.b2bpic.net/free-photo/beautiful-tropical-beach-front-hotel-resort-with-swimming-pool-paradise-destination-vacations-ge_1258-150769.jpg"]
},
robots: {
index: true,

View File

@@ -10,30 +10,26 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import Link from 'next/link';
import { Home, Star, Sparkles, Heart, CheckCircle } from 'lucide-react';
import { Home, Star, Sparkles, Heart, CheckCircle, BriefcaseConvex, Paintbrush2 } from 'lucide-react';
export default function HomePage() {
const navItems = [
{ name: "Home", id: "hero" },
{ name: "Properties", id: "properties" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
{ name: "Home", id: "/" },
{ name: "Properties", id: "/properties" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
];
const footerColumns = [
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "Services", href: "/" },
{ label: "About", href: "/about" }
]
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog & Insights", href: "#" },
{ label: "Market Analysis", href: "#" },
{ label: "Investment Guide", href: "#" },
@@ -41,8 +37,7 @@ export default function HomePage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "#team" },
{ label: "Testimonials", href: "#testimonials" },
@@ -50,8 +45,7 @@ export default function HomePage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" },
@@ -90,12 +84,10 @@ export default function HomePage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-front-hotel-resort-with-swimming-pool-paradise-destination-vacations-ge_1258-150769.jpg?_wi=1",
imageAlt: "Stunning luxury home exterior"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-front-hotel-resort-with-swimming-pool-paradise-destination-vacations-ge_1258-150769.jpg", imageAlt: "Stunning luxury home exterior"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg",
imageAlt: "Elegant luxury interior design"
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", imageAlt: "Elegant luxury interior design"
}
]}
rating={5}
@@ -134,34 +126,16 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "property-1",
brand: "Downtown Penthouse",
name: "Modern Luxury Penthouse Suite",
price: "$3,850,000",
rating: 5,
reviewCount: "18.5k",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=1",
imageAlt: "Downtown penthouse with panoramic views"
id: "property-1", brand: "Downtown Penthouse", name: "Modern Luxury Penthouse Suite", price: "$3,850,000", rating: 5,
reviewCount: "18.5k", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Downtown penthouse with panoramic views"
},
{
id: "property-2",
brand: "Waterfront Estate",
name: "Exclusive Waterfront Villa",
price: "$5,200,000",
rating: 5,
reviewCount: "22.3k",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-front-hotel-resort-with-swimming-pool-paradise-destination-vacations-ge_1258-150769.jpg?_wi=2",
imageAlt: "Waterfront villa with private beach access"
id: "property-2", brand: "Waterfront Estate", name: "Exclusive Waterfront Villa", price: "$5,200,000", rating: 5,
reviewCount: "22.3k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-front-hotel-resort-with-swimming-pool-paradise-destination-vacations-ge_1258-150769.jpg", imageAlt: "Waterfront villa with private beach access"
},
{
id: "property-3",
brand: "Contemporary Heights",
name: "Contemporary Mansion with Gardens",
price: "$4,750,000",
rating: 5,
reviewCount: "19.8k",
imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=1",
imageAlt: "Contemporary mansion with manicured gardens"
id: "property-3", brand: "Contemporary Heights", name: "Contemporary Mansion with Gardens", price: "$4,750,000", rating: 5,
reviewCount: "19.8k", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "Contemporary mansion with manicured gardens"
}
]}
animationType="slide-up"
@@ -184,32 +158,24 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
title: "Expert Property Consultation",
description: "Personalized guidance from certified luxury real estate specialists with decades of combined experience in high-end markets.",
icon: Home,
title: "Expert Property Consultation", description: "Personalized guidance from certified luxury real estate specialists with decades of combined experience in high-end markets.", icon: BriefcaseConvex,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/mature-professional-explaining-agreement-details-young-customers_74855-10269.jpg?_wi=1",
imageAlt: "Real estate expert consultation"
imageSrc: "http://img.b2bpic.net/free-photo/mature-professional-explaining-agreement-details-young-customers_74855-10269.jpg", imageAlt: "Real estate expert consultation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mature-professional-explaining-agreement-details-young-customers_74855-10269.jpg?_wi=2",
imageAlt: "Professional property assessment"
imageSrc: "http://img.b2bpic.net/free-photo/mature-professional-explaining-agreement-details-young-customers_74855-10269.jpg", imageAlt: "Professional property assessment"
}
]
},
{
title: "Home Staging & Design",
description: "Professional staging and interior consultation to showcase your property's full potential and maximize market appeal.",
icon: Sparkles,
title: "Home Staging & Design", description: "Professional staging and interior consultation to showcase your property's full potential and maximize market appeal.", icon: Paintbrush2,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/office-workers-with-documents_23-2147668774.jpg?_wi=1",
imageAlt: "Professional home staging service"
imageSrc: "http://img.b2bpic.net/free-photo/office-workers-with-documents_23-2147668774.jpg", imageAlt: "Professional home staging service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/office-workers-with-documents_23-2147668774.jpg?_wi=2",
imageAlt: "Interior design consultation"
imageSrc: "http://img.b2bpic.net/free-photo/office-workers-with-documents_23-2147668774.jpg", imageAlt: "Interior design consultation"
}
]
}
@@ -233,58 +199,28 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Victoria Sterling",
role: "CEO",
company: "Heritage Investment Group",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Victoria Sterling - CEO of Heritage Investment Group"
id: "1", name: "Victoria Sterling", role: "CEO", company: "Heritage Investment Group", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Victoria Sterling - CEO of Heritage Investment Group"
},
{
id: "2",
name: "Marcus Thompson",
role: "Entrepreneur",
company: "Thompson Ventures",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "Marcus Thompson - Entrepreneur"
id: "2", name: "Marcus Thompson", role: "Entrepreneur", company: "Thompson Ventures", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson - Entrepreneur"
},
{
id: "3",
name: "Alexandra Chen",
role: "Corporate Executive",
company: "Global Innovations Corp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
imageAlt: "Alexandra Chen - Corporate Executive"
id: "3", name: "Alexandra Chen", role: "Corporate Executive", company: "Global Innovations Corp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alexandra Chen - Corporate Executive"
},
{
id: "4",
name: "James Richardson",
role: "Financial Advisor",
company: "Wealth Management Partners",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
imageAlt: "James Richardson - Financial Advisor"
id: "4", name: "James Richardson", role: "Financial Advisor", company: "Wealth Management Partners", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Richardson - Financial Advisor"
},
{
id: "5",
name: "Isabella Moretti",
role: "Art Director",
company: "Studio Moretti",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
imageAlt: "Isabella Moretti - Art Director"
id: "5", name: "Isabella Moretti", role: "Art Director", company: "Studio Moretti", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Isabella Moretti - Art Director"
},
{
id: "6",
name: "David Blackwell",
role: "Investment Manager",
company: "Capital Partners LLC",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6",
imageAlt: "David Blackwell - Investment Manager"
id: "6", name: "David Blackwell", role: "Investment Manager", company: "Capital Partners LLC", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Blackwell - Investment Manager"
}
]}
gridVariant="uniform-all-items-equal"
@@ -305,22 +241,10 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"National Association of Realtors",
"Luxury Institute",
"Premium Properties Network",
"International Real Estate Federation",
"Elite Homes Collective",
"Executive Realty Alliance",
"Prestige Properties Association"
"National Association of Realtors", "Luxury Institute", "Premium Properties Network", "International Real Estate Federation", "Elite Homes Collective", "Executive Realty Alliance", "Prestige Properties Association"
]}
logos={[
"http://img.b2bpic.net/free-vector/hand-drawn-labels-collection-real-estate-business_23-2150933363.jpg",
"http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg",
"http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg",
"http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg",
"http://img.b2bpic.net/free-vector/gradient-professional-insurance-company-logo-template_742173-17679.jpg",
"http://img.b2bpic.net/free-vector/financial-company-logo_1424-9.jpg",
"http://img.b2bpic.net/free-vector/geometric-abstract-echos-web-design-agency-logo_1421494-124.jpg"
"http://img.b2bpic.net/free-vector/hand-drawn-labels-collection-real-estate-business_23-2150933363.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg", "http://img.b2bpic.net/free-vector/gradient-professional-insurance-company-logo-template_742173-17679.jpg", "http://img.b2bpic.net/free-vector/financial-company-logo_1424-9.jpg", "http://img.b2bpic.net/free-vector/geometric-abstract-echos-web-design-agency-logo_1421494-124.jpg"
]}
showCard={true}
speed={40}

View File

@@ -10,26 +10,22 @@ import { Star, CheckCircle } from 'lucide-react';
export default function PropertiesPage() {
const navItems = [
{ name: "Home", id: "hero" },
{ name: "Properties", id: "properties" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
{ name: "Home", id: "/" },
{ name: "Properties", id: "/properties" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
];
const footerColumns = [
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "Services", href: "/" },
{ label: "About", href: "/about" }
]
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog & Insights", href: "#" },
{ label: "Market Analysis", href: "#" },
{ label: "Investment Guide", href: "#" },
@@ -37,8 +33,7 @@ export default function PropertiesPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "#team" },
{ label: "Testimonials", href: "#testimonials" },
@@ -46,8 +41,7 @@ export default function PropertiesPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" },
@@ -86,64 +80,28 @@ export default function PropertiesPage() {
tagAnimation="slide-up"
products={[
{
id: "property-1",
brand: "Downtown Penthouse",
name: "Modern Luxury Penthouse Suite",
price: "$3,850,000",
rating: 5,
reviewCount: "18.5k",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=2",
imageAlt: "Downtown penthouse with panoramic views"
id: "property-1", brand: "Downtown Penthouse", name: "Modern Luxury Penthouse Suite", price: "$3,850,000", rating: 5,
reviewCount: "18.5k", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Downtown penthouse with panoramic views"
},
{
id: "property-2",
brand: "Waterfront Estate",
name: "Exclusive Waterfront Villa",
price: "$5,200,000",
rating: 5,
reviewCount: "22.3k",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-front-hotel-resort-with-swimming-pool-paradise-destination-vacations-ge_1258-150769.jpg?_wi=3",
imageAlt: "Waterfront villa with private beach access"
id: "property-2", brand: "Waterfront Estate", name: "Exclusive Waterfront Villa", price: "$5,200,000", rating: 5,
reviewCount: "22.3k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-front-hotel-resort-with-swimming-pool-paradise-destination-vacations-ge_1258-150769.jpg", imageAlt: "Waterfront villa with private beach access"
},
{
id: "property-3",
brand: "Contemporary Heights",
name: "Contemporary Mansion with Gardens",
price: "$4,750,000",
rating: 5,
reviewCount: "19.8k",
imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=2",
imageAlt: "Contemporary mansion with manicured gardens"
id: "property-3", brand: "Contemporary Heights", name: "Contemporary Mansion with Gardens", price: "$4,750,000", rating: 5,
reviewCount: "19.8k", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "Contemporary mansion with manicured gardens"
},
{
id: "property-4",
brand: "Hillside Manor",
name: "Hilltop Estate with Infinity Pool",
price: "$6,100,000",
rating: 5,
reviewCount: "21.5k",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-front-hotel-resort-with-swimming-pool-paradise-destination-vacations-ge_1258-150769.jpg?_wi=4",
imageAlt: "Hilltop estate with infinity pool and valley views"
id: "property-4", brand: "Hillside Manor", name: "Hilltop Estate with Infinity Pool", price: "$6,100,000", rating: 5,
reviewCount: "21.5k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-front-hotel-resort-with-swimming-pool-paradise-destination-vacations-ge_1258-150769.jpg", imageAlt: "Hilltop estate with infinity pool and valley views"
},
{
id: "property-5",
brand: "Urban Classic",
name: "Historic Restored Townhouse",
price: "$2,950,000",
rating: 5,
reviewCount: "16.2k",
imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=3",
imageAlt: "Historic townhouse with modern amenities"
id: "property-5", brand: "Urban Classic", name: "Historic Restored Townhouse", price: "$2,950,000", rating: 5,
reviewCount: "16.2k", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "Historic townhouse with modern amenities"
},
{
id: "property-6",
brand: "Coastal Paradise",
name: "Beachfront Luxury Compound",
price: "$7,350,000",
rating: 5,
reviewCount: "25.7k",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=3",
imageAlt: "Beachfront compound with direct beach access"
id: "property-6", brand: "Coastal Paradise", name: "Beachfront Luxury Compound", price: "$7,350,000", rating: 5,
reviewCount: "25.7k", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Beachfront compound with direct beach access"
}
]}
animationType="slide-up"
@@ -167,16 +125,10 @@ export default function PropertiesPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"MLS Luxury Homes",
"National Association of Realtors",
"Premium Properties Network",
"Luxury Real Estate Council"
"MLS Luxury Homes", "National Association of Realtors", "Premium Properties Network", "Luxury Real Estate Council"
]}
logos={[
"http://img.b2bpic.net/free-vector/hand-drawn-labels-collection-real-estate-business_23-2150933363.jpg",
"http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg",
"http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg",
"http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg"
"http://img.b2bpic.net/free-vector/hand-drawn-labels-collection-real-estate-business_23-2150933363.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg"
]}
showCard={true}
speed={40}