From a445c79bd929ebaee89648799d61e5eefaa19cd2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:41:17 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 46 +++++++++++------------------------------- 1 file changed, 12 insertions(+), 34 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d08ade2..189f723 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" -- 2.49.1 From 1cfde43408831db3f399da8745aec9285f90c35c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:41:20 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 36 ++++++++++-------------------------- 1 file changed, 10 insertions(+), 26 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8963e7d..31bce27 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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} -- 2.49.1 From 35a6a9d74658b34241cd99cb3d3bfc0e6d73edf3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:41:23 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 309b92e..7f1687d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, -- 2.49.1 From 92506c5cacdd674569948fd392aa572b984f1fb5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:41:26 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 150 ++++++++++++----------------------------------- 1 file changed, 37 insertions(+), 113 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78312bd..6201ee3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} -- 2.49.1 From 63a0ebe3c550996ad660671d98c2aa6810e4727b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:41:28 +0000 Subject: [PATCH 5/5] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 92 +++++++++---------------------------- 1 file changed, 22 insertions(+), 70 deletions(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 28910bf..6d3f0bc 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -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} -- 2.49.1