Update src/app/about/page.tsx
This commit is contained in:
@@ -28,31 +28,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "properties",
|
||||
href: "/properties",
|
||||
},
|
||||
name: "Properties", id: "/properties"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about-us",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Qatar Real Estate"
|
||||
button={{
|
||||
text: "Book Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,14 +50,10 @@ export default function LandingPage() {
|
||||
description="For decades, Qatar Real Estate has been the definitive source for luxury properties, investment opportunities, and bespoke client services in Doha and beyond. We combine deep market knowledge with a personalized approach to help you navigate Qatar's dynamic property landscape, ensuring every transaction is smooth and successful."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Client-Centric Approach",
|
||||
description: "Your aspirations are our priority. We tailor our services to meet your unique needs, delivering bespoke solutions.",
|
||||
icon: Users,
|
||||
title: "Client-Centric Approach", description: "Your aspirations are our priority. We tailor our services to meet your unique needs, delivering bespoke solutions.", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Market Expertise",
|
||||
description: "With unparalleled insights into Qatar's property market, we offer strategic advice and opportunities.",
|
||||
icon: Lightbulb,
|
||||
title: "Market Expertise", description: "With unparalleled insights into Qatar's property market, we offer strategic advice and opportunities.", icon: Lightbulb,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-woman-leaving-office-job-sunset-waving-man-employee-working-online-presentation-planning-data-research-information-create-startup-management-report_482257-50938.jpg?_wi=2"
|
||||
@@ -86,17 +68,11 @@ export default function LandingPage() {
|
||||
description="Our success is built on a foundation of trust, transparency, and a relentless pursuit of client satisfaction. We provide unparalleled insights into the Qatar real estate market, ensuring informed decisions for every investor, expat, and local resident seeking their ideal property."
|
||||
metrics={[
|
||||
{
|
||||
value: "20+",
|
||||
title: "Years in Market",
|
||||
},
|
||||
value: "20+", title: "Years in Market"},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Properties Sold",
|
||||
},
|
||||
value: "500+", title: "Properties Sold"},
|
||||
{
|
||||
value: "QAR 5B+",
|
||||
title: "Portfolio Value",
|
||||
},
|
||||
value: "QAR 5B+", title: "Portfolio Value"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/river-modern-buildings-against-sky_1359-152.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -110,41 +86,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmed Al-Mansoori",
|
||||
handle: "@AhmedM",
|
||||
testimonial: "Qatar Real Estate made finding my dream villa in The Pearl a seamless experience. Their team is incredibly knowledgeable and professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6622.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Ahmed Al-Mansoori", handle: "@AhmedM", testimonial: "Qatar Real Estate made finding my dream villa in The Pearl a seamless experience. Their team is incredibly knowledgeable and professional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6622.jpg?_wi=2"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dr. Elena Petrova",
|
||||
handle: "@ElenaP",
|
||||
testimonial: "As an expat, navigating the Doha real estate market was daunting. Qatar Real Estate provided expert guidance and found me the perfect apartment.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Dr. Elena Petrova", handle: "@ElenaP", testimonial: "As an expat, navigating the Doha real estate market was daunting. Qatar Real Estate provided expert guidance and found me the perfect apartment.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg?_wi=2"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Khalid Bin Hamad",
|
||||
handle: "@KhalidBH",
|
||||
testimonial: "Investing through Qatar Real Estate was a wise decision. Their market insights are invaluable, and the process was handled with utmost efficiency.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-crossed-arms-against-concrete-backdrop_23-2148130266.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Khalid Bin Hamad", handle: "@KhalidBH", testimonial: "Investing through Qatar Real Estate was a wise decision. Their market insights are invaluable, and the process was handled with utmost efficiency.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-crossed-arms-against-concrete-backdrop_23-2148130266.jpg?_wi=2"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sophie Dubois",
|
||||
handle: "@SophieD",
|
||||
testimonial: "The team understood my specific needs perfectly. I'm thrilled with my new commercial space, a prime location they secured for my business.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064977.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Sophie Dubois", handle: "@SophieD", testimonial: "The team understood my specific needs perfectly. I'm thrilled with my new commercial space, a prime location they secured for my business.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064977.jpg?_wi=2"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Valued Clients Say"
|
||||
description="Hear directly from individuals and families who found their perfect luxury homes and profitable investments through Qatar Real Estate's dedicated service."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -152,54 +109,33 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
},
|
||||
label: "Careers", href: "/careers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Properties",
|
||||
items: [
|
||||
title: "Properties", items: [
|
||||
{
|
||||
label: "Villas",
|
||||
href: "/properties?type=villas",
|
||||
},
|
||||
label: "Villas", href: "/properties?type=villas"},
|
||||
{
|
||||
label: "Apartments",
|
||||
href: "/properties?type=apartments",
|
||||
},
|
||||
label: "Apartments", href: "/properties?type=apartments"},
|
||||
{
|
||||
label: "Commercial",
|
||||
href: "/properties?type=commercial",
|
||||
},
|
||||
label: "Commercial", href: "/properties?type=commercial"},
|
||||
{
|
||||
label: "Investment",
|
||||
href: "/properties?type=investment",
|
||||
},
|
||||
label: "Investment", href: "/properties?type=investment"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
label: "Terms of Service", href: "/terms"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user