diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index eff7dfe..ef37660 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,7 +6,6 @@ import MediaAbout from "@/components/sections/about/MediaAbout"; import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; import TeamCardOne from "@/components/sections/team/TeamCardOne"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import Link from "next/link"; import { Award, Zap, Users } from "lucide-react"; export default function AboutPage() { @@ -20,17 +19,15 @@ export default function AboutPage() { const footerColumns = [ { - title: "Navigate", - items: [ - { label: "Properties", href: "/properties" }, - { label: "About Us", href: "/about" }, - { label: "Our Team", href: "/about" }, - { label: "Contact", href: "/contact" }, + title: "Navigate", items: [ + { label: "Properties", href: "properties" }, + { label: "About Us", href: "about" }, + { label: "Our Team", href: "team" }, + { label: "Contact", href: "contact" }, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Property Sales", href: "#" }, { label: "Investment Consultation", href: "#" }, { label: "Market Analysis", href: "#" }, @@ -38,8 +35,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -47,8 +43,7 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "+1 (310) 555-0123", href: "#" }, { label: "hello@prestigerealestate.com", href: "#" }, { label: "Beverly Hills, CA", href: "#" }, @@ -72,7 +67,7 @@ export default function AboutPage() {
@@ -84,10 +79,10 @@ export default function AboutPage() { tag="About Prestige" tagIcon={Award} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/business-team-three-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-copy-space-business-meeting-concept_74855-11552.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/business-team-three-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-copy-space-business-meeting-concept_74855-11552.jpg" imageAlt="Prestige Real Estate office" useInvertedBackground={true} - buttons={[{ text: "Contact Us", href: "/contact" }]} + buttons={[{ text: "Contact Us", href: "contact" }]} buttonAnimation="slide-up" /> @@ -106,26 +101,11 @@ export default function AboutPage() { carouselMode="buttons" features={[ { - id: "01", - title: "Luxury Market Knowledge", - description: "Unparalleled expertise in high-end property valuations, market trends, and investment opportunities across global luxury markets.", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-having-arguments-with-boss_329181-19288.jpg?_wi=2", - imageAlt: "Market analysis", - }, + id: "01", title: "Luxury Market Knowledge", description: "Unparalleled expertise in high-end property valuations, market trends, and investment opportunities across global luxury markets.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-having-arguments-with-boss_329181-19288.jpg", imageAlt: "Market analysis"}, { - id: "02", - title: "International Networks", - description: "Extensive connections with international buyers, investors, and industry partners enabling seamless global transactions.", - imageSrc: "http://img.b2bpic.net/free-vector/real-estate-concept-infographic_23-2150534536.jpg?_wi=2", - imageAlt: "Global network", - }, + id: "02", title: "International Networks", description: "Extensive connections with international buyers, investors, and industry partners enabling seamless global transactions.", imageSrc: "http://img.b2bpic.net/free-vector/real-estate-concept-infographic_23-2150534536.jpg", imageAlt: "Global network"}, { - id: "03", - title: "Discretion & Expertise", - description: "Award-winning track record of delivering confidential, high-level service to prominent clients and institutional investors.", - imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg?_wi=2", - imageAlt: "Professional service", - }, + id: "03", title: "Discretion & Expertise", description: "Award-winning track record of delivering confidential, high-level service to prominent clients and institutional investors.", imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg", imageAlt: "Professional service"}, ]} buttons={[]} buttonAnimation="slide-up" @@ -146,28 +126,13 @@ export default function AboutPage() { carouselMode="buttons" members={[ { - id: "1", - name: "Victoria Sterling", - role: "Senior Agent", - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=3", - imageAlt: "Portrait of Victoria Sterling", - }, + id: "1", name: "Victoria Sterling", role: "Senior Agent", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", imageAlt: "Portrait of Victoria Sterling"}, { - id: "2", - name: "Alexander Chase", - role: "Luxury Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg?_wi=2", - imageAlt: "Portrait of Alexander Chase", - }, + id: "2", name: "Alexander Chase", role: "Luxury Specialist", imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg", imageAlt: "Portrait of Alexander Chase"}, { - id: "3", - name: "Isabella Laurent", - role: "International Expert", - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=4", - imageAlt: "Portrait of Isabella Laurent", - }, + id: "3", name: "Isabella Laurent", role: "International Expert", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", imageAlt: "Portrait of Isabella Laurent"}, ]} - buttons={[{ text: "Contact Our Team", href: "/contact" }]} + buttons={[{ text: "Contact Our Team", href: "contact" }]} buttonAnimation="slide-up" /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fac6453..c7bbf1c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,7 +5,6 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS import ContactCTA from "@/components/sections/contact/ContactCTA"; import MediaAbout from "@/components/sections/about/MediaAbout"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import Link from "next/link"; import { MessageCircle, Award } from "lucide-react"; export default function ContactPage() { @@ -19,17 +18,15 @@ export default function ContactPage() { const footerColumns = [ { - title: "Navigate", - items: [ - { label: "Properties", href: "/properties" }, - { label: "About Us", href: "/about" }, - { label: "Our Team", href: "/about" }, - { label: "Contact", href: "/contact" }, + title: "Navigate", items: [ + { label: "Properties", href: "properties" }, + { label: "About Us", href: "about" }, + { label: "Our Team", href: "team" }, + { label: "Contact", href: "contact" }, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Property Sales", href: "#" }, { label: "Investment Consultation", href: "#" }, { label: "Market Analysis", href: "#" }, @@ -37,8 +34,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -46,8 +42,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "+1 (310) 555-0123", href: "#" }, { label: "hello@prestigerealestate.com", href: "#" }, { label: "Beverly Hills, CA", href: "#" }, @@ -71,7 +66,7 @@ export default function ContactPage() { @@ -83,10 +78,10 @@ export default function ContactPage() { tag="Contact Prestige" tagIcon={Award} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/business-team-three-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-copy-space-business-meeting-concept_74855-11552.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/business-team-three-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-copy-space-business-meeting-concept_74855-11552.jpg" imageAlt="Our professional team" useInvertedBackground={true} - buttons={[{ text: "Schedule Meeting", href: "/contact" }]} + buttons={[{ text: "Schedule Meeting", href: "contact" }]} buttonAnimation="slide-up" /> @@ -101,8 +96,8 @@ export default function ContactPage() { background={{ variant: "plain" }} useInvertedBackground={false} buttons={[ - { text: "Schedule Consultation", href: "/contact" }, - { text: "Browse Properties", href: "/properties" }, + { text: "Schedule Consultation", href: "contact" }, + { text: "Browse Properties", href: "properties" }, ]} buttonAnimation="slide-up" /> diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 347057c..11a5d43 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,31 +5,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const nunitoSans = Nunito_Sans({ - variable: "--font-nunito-sans", - subsets: ["latin"], + variable: "--font-nunito-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Prestige Real Estate | Luxury Properties & Expert Agents", - description: "Discover exceptional luxury properties with Prestige Real Estate. Expert agents specializing in premium homes, investment properties, and exclusive listings worldwide.", - keywords: "luxury real estate, exclusive properties, luxury homes, real estate agent, premium listings, property sales, high-end homes", - openGraph: { - title: "Prestige Real Estate | Luxury Properties", - description: "Discover exceptional luxury properties with expert agents specializing in premium homes and exclusive listings.", - siteName: "Prestige Real Estate", - type: "website", - images: [ + title: "Prestige Real Estate | Luxury Properties & Expert Agents", description: "Discover exceptional luxury properties with Prestige Real Estate. Expert agents specializing in premium homes, investment properties, and exclusive listings worldwide.", keywords: "luxury real estate, exclusive properties, luxury homes, real estate agent, premium listings, property sales, high-end homes", openGraph: { + title: "Prestige Real Estate | Luxury Properties", description: "Discover exceptional luxury properties with expert agents specializing in premium homes and exclusive listings.", siteName: "Prestige Real Estate", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg", - alt: "Luxury property showcase", - }, + url: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg", alt: "Luxury property showcase"}, ], }, twitter: { - card: "summary_large_image", - title: "Prestige Real Estate | Luxury Properties", - description: "Discover exceptional luxury properties with expert agents.", - images: ["http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg"], + card: "summary_large_image", title: "Prestige Real Estate | Luxury Properties", description: "Discover exceptional luxury properties with expert agents.", images: ["http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg"], }, robots: { index: true, diff --git a/src/app/page.tsx b/src/app/page.tsx index 248a02f..d21dc08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import Link from "next/link"; +import TeamCardOne from "@/components/sections/team/TeamCardOne"; import { Crown, Sparkles, Award, Zap, Users, TrendingUp, MessageCircle, Home, DollarSign, Quote } from "lucide-react"; export default function HomePage() { @@ -24,17 +24,15 @@ export default function HomePage() { const footerColumns = [ { - title: "Navigate", - items: [ - { label: "Properties", href: "/properties" }, - { label: "About Us", href: "/about" }, - { label: "Our Team", href: "/about" }, - { label: "Contact", href: "/contact" }, + title: "Navigate", items: [ + { label: "Properties", href: "properties" }, + { label: "About Us", href: "about" }, + { label: "Our Team", href: "team" }, + { label: "Contact", href: "contact" }, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Property Sales", href: "#" }, { label: "Investment Consultation", href: "#" }, { label: "Market Analysis", href: "#" }, @@ -42,8 +40,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -51,8 +48,7 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "+1 (310) 555-0123", href: "#" }, { label: "hello@prestigerealestate.com", href: "#" }, { label: "Beverly Hills, CA", href: "#" }, @@ -76,7 +72,7 @@ export default function HomePage() { @@ -91,30 +87,20 @@ export default function HomePage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg?_wi=1", - imageAlt: "Modern luxury mansion with pool", - }, + imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg", imageAlt: "Modern luxury mansion with pool"}, { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=1", - imageAlt: "Penthouse with city skyline view", - }, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg", imageAlt: "Penthouse with city skyline view"}, { - imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg?_wi=1", - imageAlt: "Coastal villa with ocean view", - }, + imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg", imageAlt: "Coastal villa with ocean view"}, { - imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=1", - imageAlt: "Contemporary estate exterior", - }, + imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg", imageAlt: "Contemporary estate exterior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/tall-brown-skyscrapers-green-palms-before-them_1304-5311.jpg", - imageAlt: "Luxury residential development", - }, + imageSrc: "http://img.b2bpic.net/free-photo/tall-brown-skyscrapers-green-palms-before-them_1304-5311.jpg", imageAlt: "Luxury residential development"}, ]} mediaAnimation="slide-up" buttons={[ - { text: "Browse Properties", href: "/properties" }, - { text: "Schedule Consultation", href: "/contact" }, + { text: "Browse Properties", href: "properties" }, + { text: "Schedule Consultation", href: "contact" }, ]} buttonAnimation="slide-up" /> @@ -134,31 +120,13 @@ export default function HomePage() { carouselMode="buttons" products={[ { - id: "1", - name: "Beverly Hills Contemporary Estate", - price: "$8,500,000", - variant: "6 Bed | 7 Bath | 12,000 sqft", - imageSrc: "http://img.b2bpic.net/free-photo/balboa-park-san-diego-with-architecture_649448-2518.jpg?_wi=1", - imageAlt: "Modern contemporary estate in Beverly Hills", - }, + id: "1", name: "Beverly Hills Contemporary Estate", price: "$8,500,000", variant: "6 Bed | 7 Bath | 12,000 sqft", imageSrc: "http://img.b2bpic.net/free-photo/balboa-park-san-diego-with-architecture_649448-2518.jpg", imageAlt: "Modern contemporary estate in Beverly Hills"}, { - id: "2", - name: "Malibu Coastal Villa", - price: "$12,500,000", - variant: "5 Bed | 6 Bath | 10,500 sqft", - imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-925.jpg?_wi=1", - imageAlt: "Beachfront villa with ocean views", - }, + id: "2", name: "Malibu Coastal Villa", price: "$12,500,000", variant: "5 Bed | 6 Bath | 10,500 sqft", imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-925.jpg", imageAlt: "Beachfront villa with ocean views"}, { - id: "3", - name: "Manhattan Penthouse", - price: "$15,000,000", - variant: "4 Bed | 5 Bath | 8,000 sqft", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=2", - imageAlt: "Luxury penthouse with skyline views", - }, + id: "3", name: "Manhattan Penthouse", price: "$15,000,000", variant: "4 Bed | 5 Bath | 8,000 sqft", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg", imageAlt: "Luxury penthouse with skyline views"}, ]} - buttons={[{ text: "View All Properties", href: "/properties" }]} + buttons={[{ text: "View All Properties", href: "properties" }]} buttonAnimation="slide-up" /> @@ -170,10 +138,10 @@ export default function HomePage() { tag="About Prestige" tagIcon={Award} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/business-team-three-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-copy-space-business-meeting-concept_74855-11552.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/business-team-three-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-copy-space-business-meeting-concept_74855-11552.jpg" imageAlt="Prestige Real Estate office" useInvertedBackground={true} - buttons={[{ text: "Learn More", href: "/about" }]} + buttons={[{ text: "Learn More", href: "about" }]} buttonAnimation="slide-up" /> @@ -192,34 +160,40 @@ export default function HomePage() { carouselMode="buttons" features={[ { - id: "01", - title: "Property Consultation", - description: "Expert guidance on luxury market trends, investment opportunities, and acquisition strategies.", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-having-arguments-with-boss_329181-19288.jpg?_wi=1", - imageAlt: "Professional consultation meeting", - }, + id: "01", title: "Property Consultation", description: "Expert guidance on luxury market trends, investment opportunities, and acquisition strategies.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-having-arguments-with-boss_329181-19288.jpg", imageAlt: "Professional consultation meeting"}, { - id: "02", - title: "Marketing & Sales", - description: "Strategic marketing campaigns designed to showcase your property to qualified international buyers.", - imageSrc: "http://img.b2bpic.net/free-vector/real-estate-concept-infographic_23-2150534536.jpg?_wi=1", - imageAlt: "Property marketing presentation", - }, + id: "02", title: "Marketing & Sales", description: "Strategic marketing campaigns designed to showcase your property to qualified international buyers.", imageSrc: "http://img.b2bpic.net/free-vector/real-estate-concept-infographic_23-2150534536.jpg", imageAlt: "Property marketing presentation"}, { - id: "03", - title: "Concierge Services", - description: "End-to-end support including inspections, legal coordination, and transaction management.", - imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg?_wi=1", - imageAlt: "Professional concierge team", - }, + id: "03", title: "Concierge Services", description: "End-to-end support including inspections, legal coordination, and transaction management.", imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg", imageAlt: "Professional concierge team"}, ]} - buttons={[{ text: "Contact Our Team", href: "/contact" }]} + buttons={[{ text: "Contact Our Team", href: "contact" }]} buttonAnimation="slide-up" />