Merge version_1 into main #2
207
src/app/page.tsx
207
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" }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardFive
|
||||
title="Meet Our Team"
|
||||
description="Experienced professionals dedicated to your real estate success"
|
||||
tag="Team"
|
||||
tagIcon={Users}
|
||||
team={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Senior Real Estate Agent", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/elegant-business-woman-front-glass-building_23-2147704436.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Property Manager", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", role: "Investment Specialist", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-holding-clipbord-long-shot_23-2148230194.jpg", imageAlt: "Emma Rodriguez"},
|
||||
{
|
||||
id: "4", name: "David Wilson", role: "Market Analyst", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/businessman_23-2148006260.jpg", imageAlt: "David Wilson"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
title="Our Impact"
|
||||
@@ -196,25 +181,13 @@ export default function HomePage() {
|
||||
tagIcon={Target}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "5000",
|
||||
title: "Properties Sold",
|
||||
description: "Successful transactions completed",
|
||||
icon: Home,
|
||||
id: "1", value: "5000", title: "Properties Sold", description: "Successful transactions completed", icon: Home,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "850",
|
||||
title: "Happy Clients",
|
||||
description: "Satisfied customers this year",
|
||||
icon: Users,
|
||||
id: "2", value: "850", title: "Happy Clients", description: "Satisfied customers this year", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "2.5B",
|
||||
title: "Total Value",
|
||||
description: "Properties managed and sold",
|
||||
icon: TrendingUp,
|
||||
id: "3", value: "2.5B", title: "Total Value", description: "Properties managed and sold", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -232,65 +205,29 @@ export default function HomePage() {
|
||||
tagIcon={Star}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jennifer Martinez",
|
||||
role: "Homeowner",
|
||||
testimonial:
|
||||
"Prestige Realty made the entire home buying process seamless and enjoyable. Their attention to detail and market expertise helped us find the perfect property.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg?_wi=1",
|
||||
imageAlt: "Jennifer Martinez",
|
||||
},
|
||||
id: "1", name: "Jennifer Martinez", role: "Homeowner", testimonial:
|
||||
"Prestige Realty made the entire home buying process seamless and enjoyable. Their attention to detail and market expertise helped us find the perfect property.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", imageAlt: "Jennifer Martinez"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Robert Thompson",
|
||||
role: "Investor",
|
||||
testimonial:
|
||||
"Outstanding service and incredible ROI on my investment properties. The team's knowledge of market trends is unmatched.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg?_wi=1",
|
||||
imageAlt: "Robert Thompson",
|
||||
},
|
||||
id: "2", name: "Robert Thompson", role: "Investor", testimonial:
|
||||
"Outstanding service and incredible ROI on my investment properties. The team's knowledge of market trends is unmatched.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg", imageAlt: "Robert Thompson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lisa Anderson",
|
||||
role: "Property Owner",
|
||||
testimonial:
|
||||
"Their property management services have been exceptional. Reliable, professional, and always responsive to our needs.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/loving-man-presenting-gift_23-2147736649.jpg?_wi=1",
|
||||
imageAlt: "Lisa Anderson",
|
||||
},
|
||||
id: "3", name: "Lisa Anderson", role: "Property Owner", testimonial:
|
||||
"Their property management services have been exceptional. Reliable, professional, and always responsive to our needs.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/loving-man-presenting-gift_23-2147736649.jpg", imageAlt: "Lisa Anderson"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Patterson",
|
||||
role: "First-time Buyer",
|
||||
testimonial:
|
||||
"Navigating the real estate market as a first-time buyer was intimidating, but Prestige Realty guided me through every step with patience and expertise.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/energized-good-looking-assured-successful-man-with-beard-blue-eyes-stylish-formal-suit-showing-thumbs-up-being-assured-plan-work-great-standing-self-assured-against-gray-wall_176420-22712.jpg?_wi=1",
|
||||
imageAlt: "James Patterson",
|
||||
},
|
||||
id: "4", name: "James Patterson", role: "First-time Buyer", testimonial:
|
||||
"Navigating the real estate market as a first-time buyer was intimidating, but Prestige Realty guided me through every step with patience and expertise.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/energized-good-looking-assured-successful-man-with-beard-blue-eyes-stylish-formal-suit-showing-thumbs-up-being-assured-plan-work-great-standing-self-assured-against-gray-wall_176420-22712.jpg", imageAlt: "James Patterson"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Michelle Davis",
|
||||
role: "Commercial Client",
|
||||
testimonial:
|
||||
"We've partnered with Prestige Realty for multiple commercial transactions. Their professionalism and results speak volumes.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg?_wi=1",
|
||||
imageAlt: "Michelle Davis",
|
||||
},
|
||||
id: "5", name: "Michelle Davis", role: "Commercial Client", testimonial:
|
||||
"We've partnered with Prestige Realty for multiple commercial transactions. Their professionalism and results speak volumes.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg", imageAlt: "Michelle Davis"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Thomas White",
|
||||
role: "Executive",
|
||||
testimonial:
|
||||
"Exceptional service and strategic thinking. They truly understand what clients need and deliver beyond expectations.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1609.jpg?_wi=1",
|
||||
imageAlt: "Thomas White",
|
||||
},
|
||||
id: "6", name: "Thomas White", role: "Executive", testimonial:
|
||||
"Exceptional service and strategic thinking. They truly understand what clients need and deliver beyond expectations.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1609.jpg", imageAlt: "Thomas White"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user