Merge version_1 into main #2
@@ -20,8 +20,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Residential Properties", href: "services" },
|
||||
{ label: "Commercial Properties", href: "services" },
|
||||
{ label: "Industrial Properties", href: "services" },
|
||||
@@ -29,8 +28,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Featured Properties", href: "properties" },
|
||||
{ label: "Contact Us", href: "contact" },
|
||||
@@ -38,8 +36,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 0321 9997676", href: "tel:+923219997676" },
|
||||
{ label: "Neelum Commercial 55, DC Colony", href: "#" },
|
||||
{ label: "Gujranwala, Rahwali Cantonments", href: "#" },
|
||||
@@ -79,9 +76,10 @@ export default function AboutPage() {
|
||||
{ value: "4.9⭐", title: "Client Rating" },
|
||||
{ value: "108+", title: "Satisfied Clients" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826282.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826282.jpg"
|
||||
imageAlt="Falcon Real Estate professional office"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,12 +109,8 @@ export default function AboutPage() {
|
||||
tag="Services"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Residential Properties",
|
||||
description: "Discover premium residential spaces designed for comfort and modern living. From apartments to villas, we offer diverse options in prime locations across Gujranwala.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-49947.jpg?_wi=4",
|
||||
},
|
||||
id: "1", title: "Residential Properties", description: "Discover premium residential spaces designed for comfort and modern living. From apartments to villas, we offer diverse options in prime locations across Gujranwala.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-49947.jpg"},
|
||||
items: [
|
||||
{ icon: Home, text: "Modern Architecture & Design" },
|
||||
{ icon: MapPin, text: "Prime Locations" },
|
||||
@@ -125,12 +119,8 @@ export default function AboutPage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Commercial Properties",
|
||||
description: "Expand your business with our strategic commercial spaces. Ideal for offices, retail, and business centers in high-traffic areas with excellent connectivity.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-office-building_1252-1154.jpg?_wi=3",
|
||||
},
|
||||
id: "2", title: "Commercial Properties", description: "Expand your business with our strategic commercial spaces. Ideal for offices, retail, and business centers in high-traffic areas with excellent connectivity.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-office-building_1252-1154.jpg"},
|
||||
items: [
|
||||
{ icon: Building2, text: "Strategic Locations" },
|
||||
{ icon: TrendingUp, text: "High ROI Potential" },
|
||||
@@ -139,12 +129,8 @@ export default function AboutPage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Industrial Properties",
|
||||
description: "Access world-class industrial facilities designed for modern manufacturing and logistics. Located in industrial zones with excellent infrastructure and connectivity.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-city_1127-3350.jpg?_wi=3",
|
||||
},
|
||||
id: "3", title: "Industrial Properties", description: "Access world-class industrial facilities designed for modern manufacturing and logistics. Located in industrial zones with excellent infrastructure and connectivity.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-city_1127-3350.jpg"},
|
||||
items: [
|
||||
{ icon: Factory, text: "Modern Facilities" },
|
||||
{ icon: Truck, text: "Logistics-Ready" },
|
||||
|
||||
122
src/app/page.tsx
122
src/app/page.tsx
@@ -78,9 +78,10 @@ export default function HomePage() {
|
||||
{ value: "4.9⭐", title: "Client Rating" },
|
||||
{ value: "108+", title: "Satisfied Clients" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826282.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826282.jpg"
|
||||
imageAlt="Falcon Real Estate professional office"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,14 +93,10 @@ export default function HomePage() {
|
||||
tag="Services"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Residential Properties",
|
||||
description:
|
||||
"Discover premium residential spaces designed for comfort and modern living. From apartments to villas, we offer diverse options in prime locations across Gujranwala.",
|
||||
media: {
|
||||
id: "1", title: "Residential Properties", description:
|
||||
"Discover premium residential spaces designed for comfort and modern living. From apartments to villas, we offer diverse options in prime locations across Gujranwala.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-49947.jpg?_wi=1",
|
||||
},
|
||||
"http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-49947.jpg"},
|
||||
items: [
|
||||
{ icon: Home, text: "Modern Architecture & Design" },
|
||||
{ icon: MapPin, text: "Prime Locations" },
|
||||
@@ -108,14 +105,10 @@ export default function HomePage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Commercial Properties",
|
||||
description:
|
||||
"Expand your business with our strategic commercial spaces. Ideal for offices, retail, and business centers in high-traffic areas with excellent connectivity.",
|
||||
media: {
|
||||
id: "2", title: "Commercial Properties", description:
|
||||
"Expand your business with our strategic commercial spaces. Ideal for offices, retail, and business centers in high-traffic areas with excellent connectivity.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/low-angle-view-office-building_1252-1154.jpg?_wi=1",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/low-angle-view-office-building_1252-1154.jpg"},
|
||||
items: [
|
||||
{ icon: Building2, text: "Strategic Locations" },
|
||||
{ icon: TrendingUp, text: "High ROI Potential" },
|
||||
@@ -124,14 +117,10 @@ export default function HomePage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Industrial Properties",
|
||||
description:
|
||||
"Access world-class industrial facilities designed for modern manufacturing and logistics. Located in industrial zones with excellent infrastructure and connectivity.",
|
||||
media: {
|
||||
id: "3", title: "Industrial Properties", description:
|
||||
"Access world-class industrial facilities designed for modern manufacturing and logistics. Located in industrial zones with excellent infrastructure and connectivity.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-city_1127-3350.jpg?_wi=1",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/beautiful-city_1127-3350.jpg"},
|
||||
items: [
|
||||
{ icon: Factory, text: "Modern Facilities" },
|
||||
{ icon: Truck, text: "Logistics-Ready" },
|
||||
@@ -171,65 +160,29 @@ export default function HomePage() {
|
||||
tag="Client Testimonials"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anas Khokher",
|
||||
role: "Property Investor",
|
||||
testimonial:
|
||||
"It's a great real estate company with professional and reliable service. They helped me find the perfect investment property in Gujranwala with exceptional guidance.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-portrait-serious-plump-male-eyeglasses-grey-background_613910-13573.jpg?_wi=1",
|
||||
imageAlt: "Anas Khokher",
|
||||
},
|
||||
id: "1", name: "Anas Khokher", role: "Property Investor", testimonial:
|
||||
"It's a great real estate company with professional and reliable service. They helped me find the perfect investment property in Gujranwala with exceptional guidance.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-portrait-serious-plump-male-eyeglasses-grey-background_613910-13573.jpg", imageAlt: "Anas Khokher"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Malik Wahab",
|
||||
role: "Business Owner",
|
||||
testimonial:
|
||||
"Falcon Estate delivers exceptional service. Their team's expertise in commercial real estate helped me secure the ideal business space for expansion.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg?_wi=1",
|
||||
imageAlt: "Malik Wahab",
|
||||
},
|
||||
id: "2", name: "Malik Wahab", role: "Business Owner", testimonial:
|
||||
"Falcon Estate delivers exceptional service. Their team's expertise in commercial real estate helped me secure the ideal business space for expansion.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", imageAlt: "Malik Wahab"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Kashi Ali",
|
||||
role: "Homeowner",
|
||||
testimonial:
|
||||
"Professionalism, trust, and results you can count on. They guided me through every step of finding and purchasing my dream home.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1649.jpg?_wi=1",
|
||||
imageAlt: "Kashi Ali",
|
||||
},
|
||||
id: "3", name: "Kashi Ali", role: "Homeowner", testimonial:
|
||||
"Professionalism, trust, and results you can count on. They guided me through every step of finding and purchasing my dream home.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1649.jpg", imageAlt: "Kashi Ali"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Khan",
|
||||
role: "Corporate Executive",
|
||||
testimonial:
|
||||
"Outstanding service and attention to detail. Falcon Real Estate made the entire property search process seamless and efficient.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg",
|
||||
imageAlt: "Sarah Khan",
|
||||
},
|
||||
id: "4", name: "Sarah Khan", role: "Corporate Executive", testimonial:
|
||||
"Outstanding service and attention to detail. Falcon Real Estate made the entire property search process seamless and efficient.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", imageAlt: "Sarah Khan"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ahmed Hassan",
|
||||
role: "Industrial Developer",
|
||||
testimonial:
|
||||
"Professional team with deep market knowledge. They connected me with premium industrial properties that perfectly matched my requirements.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/relaxed-man-office_1098-3794.jpg",
|
||||
imageAlt: "Ahmed Hassan",
|
||||
},
|
||||
id: "5", name: "Ahmed Hassan", role: "Industrial Developer", testimonial:
|
||||
"Professional team with deep market knowledge. They connected me with premium industrial properties that perfectly matched my requirements.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/relaxed-man-office_1098-3794.jpg", imageAlt: "Ahmed Hassan"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Fatima Rizwan",
|
||||
role: "Real Estate Agent",
|
||||
testimonial:
|
||||
"Reliable partners for all real estate needs. Their commitment to client satisfaction sets them apart in the industry.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg",
|
||||
imageAlt: "Fatima Rizwan",
|
||||
},
|
||||
id: "6", name: "Fatima Rizwan", role: "Real Estate Agent", testimonial:
|
||||
"Reliable partners for all real estate needs. Their commitment to client satisfaction sets them apart in the industry.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg", imageAlt: "Fatima Rizwan"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -256,8 +209,7 @@ export default function HomePage() {
|
||||
copyrightText="© 2025 Falcon Real Estate. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Residential Properties", href: "#services" },
|
||||
{ label: "Commercial Properties", href: "#services" },
|
||||
{ label: "Industrial Properties", href: "#services" },
|
||||
@@ -265,8 +217,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Featured Properties", href: "/properties" },
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
@@ -274,18 +225,13 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 0321 9997676", href: "tel:+923219997676" },
|
||||
{ label: "Neelum Commercial 55, DC Colony", href: "#" },
|
||||
{
|
||||
label: "Gujranwala, Rahwali Cantonments",
|
||||
href: "#",
|
||||
},
|
||||
label: "Gujranwala, Rahwali Cantonments", href: "#"},
|
||||
{
|
||||
label: "Email: info@falconrealestate.pk",
|
||||
href: "mailto:info@falconrealestate.pk",
|
||||
},
|
||||
label: "Email: info@falconrealestate.pk", href: "mailto:info@falconrealestate.pk"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user