diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 998a104..0a91d5d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -70,7 +70,8 @@ export default function AboutPage() { brandName="LuxeProperty" navItems={navItems} button={{ - text: "Post Your Property", href: "https://example.com/post-property"}} + text: "Post Your Property", href: "https://example.com/post-property" + }} /> @@ -83,34 +84,37 @@ export default function AboutPage() { tagAnimation="slide-up" features={[ { - id: 1, - title: "Property Buying", description: + id: "1", title: "Property Buying", description: "Find your perfect home with expert guidance from our experienced agents. We help you navigate the buying process with confidence.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg", imageAlt: "Modern apartment interior"}, + "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg", imageAlt: "Modern apartment interior" + }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg", imageAlt: "Luxury villa interior"}, + "http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg", imageAlt: "Luxury villa interior" + }, }, { - id: 2, - title: "Property Selling", description: + id: "2", title: "Property Selling", description: "Sell your property for the best price. Our marketing strategies and professional staging ensure maximum visibility and value.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg", imageAlt: "Property showcase"}, + "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg", imageAlt: "Property showcase" + }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg", imageAlt: "Luxury property"}, + "http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg", imageAlt: "Luxury property" + }, }, { - id: 3, - title: "Investment Opportunities", description: + id: "3", title: "Investment Opportunities", description: "Explore lucrative real estate investment options. Our analysts provide market insights and property recommendations.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg", imageAlt: "Investment property"}, + "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg", imageAlt: "Investment property" + }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg", imageAlt: "Premium real estate"}, + "http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg", imageAlt: "Premium real estate" + }, }, ]} showStepNumbers={true} @@ -119,7 +123,8 @@ export default function AboutPage() { useInvertedBackground={true} buttons={[ { - text: "Learn More", href: "/"}, + text: "Learn More", href: "/" + }, ]} buttonAnimation="opacity" /> @@ -134,20 +139,16 @@ export default function AboutPage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: 2500, - title: "Properties Sold", description: "Successfully closed transactions across all segments", icon: Home, + id: "1", value: "2500", title: "Properties Sold", description: "Successfully closed transactions across all segments", icon: Home, }, { - id: "2", value: 15000, - title: "Happy Clients", description: "Satisfied buyers and sellers nationwide", icon: Users, + id: "2", value: "15000", title: "Happy Clients", description: "Satisfied buyers and sellers nationwide", icon: Users, }, { - id: "3", value: 380, - title: "Million Dollars", description: "Total transaction volume", icon: TrendingUp, + id: "3", value: "380", title: "Million Dollars", description: "Total transaction volume", icon: TrendingUp, }, { - id: "4", value: 25, - title: "Years Experience", description: "Industry expertise and market knowledge", icon: Award, + id: "4", value: "25", title: "Years Experience", description: "Industry expertise and market knowledge", icon: Award, }, ]} gridVariant="uniform-all-items-equal" @@ -156,7 +157,8 @@ export default function AboutPage() { useInvertedBackground={false} buttons={[ { - text: "Get Started", href: "/contact"}, + text: "Get Started", href: "/contact" + }, ]} buttonAnimation="opacity" />