diff --git a/src/app/page.tsx b/src/app/page.tsx index cac407f..ab145d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import TeamCardFive from "@/components/sections/team/TeamCardFive"; import { Home, Building2, @@ -56,7 +57,7 @@ export default function HomePage() { { text: "View Properties", href: "properties" }, { text: "Contact Us", href: "contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/white-house-near-body-water_198169-5.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/white-house-near-body-water_198169-5.jpg" imageAlt="Luxury home exterior" showDimOverlay={false} /> @@ -70,29 +71,14 @@ export default function HomePage() { tagIcon={Home} products={[ { - id: "1", - name: "Modern Luxury Apartment", - price: "$850,000", - imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-staircase_181624-3129.jpg?_wi=1", - imageAlt: "Modern luxury apartment", - }, + id: "1", name: "Modern Luxury Apartment", price: "$850,000", imageSrc: + "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-staircase_181624-3129.jpg", imageAlt: "Modern luxury apartment"}, { - id: "2", - name: "Beachfront Villa", - price: "$2,500,000", - imageSrc: - "http://img.b2bpic.net/free-photo/umbrella-chair-beach-sea-ocean-with-blue-sky-white-cloud_74190-8433.jpg?_wi=1", - imageAlt: "Beachfront villa", - }, + id: "2", name: "Beachfront Villa", price: "$2,500,000", imageSrc: + "http://img.b2bpic.net/free-photo/umbrella-chair-beach-sea-ocean-with-blue-sky-white-cloud_74190-8433.jpg", imageAlt: "Beachfront villa"}, { - id: "3", - name: "Downtown Penthouse", - price: "$1,750,000", - imageSrc: - "http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg?_wi=1", - imageAlt: "Downtown penthouse", - }, + id: "3", name: "Downtown Penthouse", price: "$1,750,000", imageSrc: + "http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg", imageAlt: "Downtown penthouse"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -109,31 +95,24 @@ export default function HomePage() { tagIcon={Building2} bulletPoints={[ { - title: "Expert Knowledge", - description: "Deep market understanding and property expertise", - icon: Brain, + title: "Expert Knowledge", description: "Deep market understanding and property expertise", icon: Brain, }, { - title: "Client Focus", - description: "Personalized service tailored to your needs", - icon: Users, + title: "Client Focus", description: "Personalized service tailored to your needs", icon: Users, }, { - title: "Proven Track Record", - description: "Thousands of successful transactions", - icon: TrendingUp, + title: "Proven Track Record", description: "Thousands of successful transactions", icon: TrendingUp, }, { - title: "Premium Properties", - description: "Exclusive access to luxury real estate", - icon: Star, + title: "Premium Properties", description: "Exclusive access to luxury real estate", icon: Star, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/white-house-near-body-water_198169-5.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/white-house-near-body-water_198169-5.jpg" imageAlt="About our agency" imagePosition="right" textboxLayout="default" useInvertedBackground={false} + mediaAnimation="none" buttons={[{ text: "Learn More", href: "/about" }]} /> @@ -146,40 +125,20 @@ export default function HomePage() { tagIcon={Briefcase} features={[ { - id: "1", - title: "Property Sales", - description: - "Expert guidance in buying and selling residential and commercial properties with maximum value", - imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-staircase_181624-3129.jpg?_wi=2", - imageAlt: "Property sales", - }, + id: "1", title: "Property Sales", description: + "Expert guidance in buying and selling residential and commercial properties with maximum value", imageSrc: + "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-staircase_181624-3129.jpg", imageAlt: "Property sales"}, { - id: "2", - title: "Property Management", - description: - "Professional management services for rental properties and investment portfolios", - imageSrc: - "http://img.b2bpic.net/free-photo/umbrella-chair-beach-sea-ocean-with-blue-sky-white-cloud_74190-8433.jpg?_wi=2", - imageAlt: "Property management", - }, + id: "2", title: "Property Management", description: + "Professional management services for rental properties and investment portfolios", imageSrc: + "http://img.b2bpic.net/free-photo/umbrella-chair-beach-sea-ocean-with-blue-sky-white-cloud_74190-8433.jpg", imageAlt: "Property management"}, { - id: "3", - title: "Investment Consulting", - description: - "Strategic guidance for real estate investments and portfolio optimization", - imageSrc: - "http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg?_wi=2", - imageAlt: "Investment consulting", - }, + id: "3", title: "Investment Consulting", description: + "Strategic guidance for real estate investments and portfolio optimization", imageSrc: + "http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg", imageAlt: "Investment consulting"}, { - id: "4", - title: "Valuation Services", - description: "Accurate property valuations and market analysis reports", - imageSrc: - "http://img.b2bpic.net/free-photo/white-house-near-body-water_198169-5.jpg?_wi=3", - imageAlt: "Valuation services", - }, + id: "4", title: "Valuation Services", description: "Accurate property valuations and market analysis reports", imageSrc: + "http://img.b2bpic.net/free-photo/white-house-near-body-water_198169-5.jpg", imageAlt: "Valuation services"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -188,6 +147,32 @@ export default function HomePage() { /> +
+ +
+