Update src/app/page.tsx

This commit is contained in:
2026-06-11 13:46:13 +00:00
parent fd38135586
commit 32d4c80005

View File

@@ -13,7 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Building, Eye, Tv, ZoomIn } from "lucide-react"; import { Building, Eye, Tv, ZoomIn, MousePointerClick, Bed, Bathtub } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -34,29 +34,17 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "About Us", name: "About Us", id: "#about"},
id: "#about",
},
{ {
name: "Ongoing Projects", name: "Ongoing Projects", id: "#ongoing-projects"},
id: "#ongoing-projects",
},
{ {
name: "Completed Projects", name: "Completed Projects", id: "#completed-projects"},
id: "#completed-projects",
},
{ {
name: "3D Tours", name: "3D Tours", id: "#virtual-tours"},
id: "#virtual-tours",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="Ancin Insaat" brandName="Ancin Insaat"
/> />
@@ -65,52 +53,29 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
background={{ background={{
variant: "rotated-rays-static", variant: "rotated-rays-static"}}
}}
title="Ancin Insaat: Crafting Luxury, Building Dreams." title="Ancin Insaat: Crafting Luxury, Building Dreams."
description="Experience unparalleled elegance and precision in every luxury residence and commercial development we deliver. Your vision, our masterpiece." description="Experience unparalleled elegance and precision in every luxury residence and commercial development we deliver. Your vision, our masterpiece."
buttons={[ buttons={[
{ {
text: "Explore Our Portfolio", text: "Explore Our Portfolio", href: "#ongoing-projects"},
href: "#ongoing-projects",
},
{ {
text: "Start Your Project", text: "Start Your Project", href: "#contact"},
href: "#contact",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
carouselItems={[ carouselItems={[
{ {
id: "1", id: "1", imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-870.jpg", imageAlt: "Luxury villa exterior with modern architecture at sunset"},
imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-870.jpg?_wi=1",
imageAlt: "Luxury villa exterior with modern architecture at sunset",
},
{ {
id: "2", id: "2", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg", imageAlt: "Modern luxury apartment living room with elegant decor"},
imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg?_wi=1",
imageAlt: "Modern luxury apartment living room with elegant decor",
},
{ {
id: "3", id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings_1359-388.jpg", imageAlt: "Grand entrance of a luxury commercial building"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings_1359-388.jpg?_wi=1",
imageAlt: "Grand entrance of a luxury commercial building",
},
{ {
id: "4", id: "4", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-windowsill-with-lovely-dog_651396-2380.jpg", imageAlt: "Sleek and minimalist luxury kitchen interior"},
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-windowsill-with-lovely-dog_651396-2380.jpg",
imageAlt: "Sleek and minimalist luxury kitchen interior",
},
{ {
id: "5", id: "5", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821317.jpg", imageAlt: "Modern luxury bathroom with marble finishes"},
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821317.jpg",
imageAlt: "Modern luxury bathroom with marble finishes",
},
{ {
id: "6", id: "6", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-garden_329181-11546.jpg", imageAlt: "Luxury apartment balcony with panoramic city view"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-garden_329181-11546.jpg",
imageAlt: "Luxury apartment balcony with panoramic city view",
},
]} ]}
autoPlay={true} autoPlay={true}
/> />
@@ -138,47 +103,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "ongoing-1", id: "ongoing-1", name: "The Grand Residences", price: "POA", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-business-woman-beige-suit-walking-city-center-posing-near-office-buildings_1258-194035.jpg", imageAlt: "Luxury condominium facade"},
name: "The Grand Residences",
price: "POA",
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-business-woman-beige-suit-walking-city-center-posing-near-office-buildings_1258-194035.jpg",
imageAlt: "Luxury condominium facade",
},
{ {
id: "ongoing-2", id: "ongoing-2", name: "Nexus Commercial Hub", price: "POA", imageSrc: "http://img.b2bpic.net/free-photo/glass-skyscraper-against-blue-sky-view-from-bottom_93675-134753.jpg", imageAlt: "Upscale commercial tower"},
name: "Nexus Commercial Hub",
price: "POA",
imageSrc: "http://img.b2bpic.net/free-photo/glass-skyscraper-against-blue-sky-view-from-bottom_93675-134753.jpg",
imageAlt: "Upscale commercial tower",
},
{ {
id: "ongoing-3", id: "ongoing-3", name: "Serenity Bay Villas", price: "POA", imageSrc: "http://img.b2bpic.net/free-photo/bird-view-shanghai-china_1127-3037.jpg", imageAlt: "Luxury resort residential development"},
name: "Serenity Bay Villas",
price: "POA",
imageSrc: "http://img.b2bpic.net/free-photo/bird-view-shanghai-china_1127-3037.jpg",
imageAlt: "Luxury resort residential development",
},
{ {
id: "ongoing-4", id: "ongoing-4", name: "Urban Zenith Apartments", price: "POA", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-modern-white-building-facade_181624-29733.jpg", imageAlt: "Modern urban residential building"},
name: "Urban Zenith Apartments",
price: "POA",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-modern-white-building-facade_181624-29733.jpg",
imageAlt: "Modern urban residential building",
},
{ {
id: "ongoing-5", id: "ongoing-5", name: "EcoLuxe Estates", price: "POA", imageSrc: "http://img.b2bpic.net/free-photo/flower-dome-garden-greenhouse-forest-travel_74190-6360.jpg", imageAlt: "Sustainable luxury architecture"},
name: "EcoLuxe Estates",
price: "POA",
imageSrc: "http://img.b2bpic.net/free-photo/flower-dome-garden-greenhouse-forest-travel_74190-6360.jpg",
imageAlt: "Sustainable luxury architecture",
},
{ {
id: "ongoing-6", id: "ongoing-6", name: "Innovate Tower", price: "POA", imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011484.jpg", imageAlt: "Innovative architectural design"},
name: "Innovate Tower",
price: "POA",
imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011484.jpg",
imageAlt: "Innovative architectural design",
},
]} ]}
title="Ongoing Projects" title="Ongoing Projects"
description="Discover our active developments, where luxury and innovation are meticulously crafted into every detail." description="Discover our active developments, where luxury and innovation are meticulously crafted into every detail."
@@ -192,68 +127,44 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Grand Living Spaces", title: "Grand Living Spaces", description: "Walk through beautifully designed living rooms and social areas.", media: {
description: "Walk through beautifully designed living rooms and social areas.", imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248398.jpg", imageAlt: "Luxury apartment living room virtual tour"},
media: {
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248398.jpg",
imageAlt: "Luxury apartment living room virtual tour",
},
items: [ items: [
{ {
icon: Eye, icon: Eye,
text: "360° Views", text: "360° Views"},
},
{ {
icon: MousePointerClick, icon: MousePointerClick,
text: "Interactive Points", text: "Interactive Points"},
},
], ],
reverse: false, reverse: false
imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-870.jpg?_wi=2",
imageAlt: "3d virtual tour luxury apartment living room",
}, },
{ {
title: "State-of-the-Art Kitchens", title: "State-of-the-Art Kitchens", description: "Discover custom cabinetry, premium appliances, and sophisticated layouts.", media: {
description: "Discover custom cabinetry, premium appliances, and sophisticated layouts.", imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561194.jpg", imageAlt: "Luxury kitchen design virtual tour"},
media: {
imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561194.jpg",
imageAlt: "Luxury kitchen design virtual tour",
},
items: [ items: [
{ {
icon: ZoomIn, icon: ZoomIn,
text: "Detail Zoom", text: "Detail Zoom"},
},
{ {
icon: Tv, icon: Tv,
text: "Appliance Integration", text: "Appliance Integration"},
},
], ],
reverse: true, reverse: true
imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg?_wi=2",
imageAlt: "3d virtual tour luxury apartment living room",
}, },
{ {
title: "Luxurious Private Sanctuaries", title: "Luxurious Private Sanctuaries", description: "Tour elegant bedrooms and spa-like bathrooms.", media: {
description: "Tour elegant bedrooms and spa-like bathrooms.", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428539.jpg", imageAlt: "Luxury bedroom interior virtual tour"},
media: {
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428539.jpg",
imageAlt: "Luxury bedroom interior virtual tour",
},
items: [ items: [
{ {
icon: Bed, icon: Bed,
text: "Master Suites", text: "Master Suites"},
},
{ {
icon: Bathtub, icon: Bathtub,
text: "Spa Bathrooms", text: "Spa Bathrooms"},
},
], ],
reverse: false, reverse: false
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings_1359-388.jpg?_wi=2", }
imageAlt: "3d virtual tour luxury apartment living room",
},
]} ]}
title="Immersive 3D Virtual Tours" title="Immersive 3D Virtual Tours"
description="Step inside our exquisite properties from anywhere in the world. Our Matterport-style virtual tours provide a detailed, interactive experience." description="Step inside our exquisite properties from anywhere in the world. Our Matterport-style virtual tours provide a detailed, interactive experience."
@@ -270,71 +181,17 @@ export default function LandingPage() {
description="A portfolio of our distinguished projects, each a testament to our commitment to luxury and impeccable design." description="A portfolio of our distinguished projects, each a testament to our commitment to luxury and impeccable design."
blogs={[ blogs={[
{ {
id: "completed-1", id: "completed-1", category: "Residential", title: "The Azure Sky Tower", excerpt: "A landmark residential tower offering panoramic city views and unparalleled amenities.", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692393.jpg", imageAlt: "Completed luxury residential tower", authorName: "Ancin Insaat Team", authorAvatar: "", date: "Q4 2023"},
category: "Residential",
title: "The Azure Sky Tower",
excerpt: "A landmark residential tower offering panoramic city views and unparalleled amenities.",
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692393.jpg",
imageAlt: "Completed luxury residential tower",
authorName: "Ancin Insaat Team",
authorAvatar: "",
date: "Q4 2023",
},
{ {
id: "completed-2", id: "completed-2", category: "Commercial", title: "The Obsidian Business Centre", excerpt: "A cutting-edge commercial complex designed for the modern enterprise, integrating smart technology.", imageSrc: "http://img.b2bpic.net/free-photo/hight-rise-condominium-office-buildings_1127-3902.jpg", imageAlt: "Completed modern commercial building", authorName: "Ancin Insaat Team", authorAvatar: "", date: "Q2 2023"},
category: "Commercial",
title: "The Obsidian Business Centre",
excerpt: "A cutting-edge commercial complex designed for the modern enterprise, integrating smart technology.",
imageSrc: "http://img.b2bpic.net/free-photo/hight-rise-condominium-office-buildings_1127-3902.jpg",
imageAlt: "Completed modern commercial building",
authorName: "Ancin Insaat Team",
authorAvatar: "",
date: "Q2 2023",
},
{ {
id: "completed-3", id: "completed-3", category: "Hospitality", title: "Harmony Bay Resort", excerpt: "An exclusive beachfront resort blending luxury accommodations with natural elegance.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-building_23-2150896794.jpg", imageAlt: "Completed luxury resort", authorName: "Ancin Insaat Team", authorAvatar: "", date: "Q1 2022"},
category: "Hospitality",
title: "Harmony Bay Resort",
excerpt: "An exclusive beachfront resort blending luxury accommodations with natural elegance.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-building_23-2150896794.jpg",
imageAlt: "Completed luxury resort",
authorName: "Ancin Insaat Team",
authorAvatar: "",
date: "Q1 2022",
},
{ {
id: "completed-4", id: "completed-4", category: "Residential", title: "The Platinum Penthouses", excerpt: "Opulent penthouses setting new standards for urban luxury living, with bespoke interiors.", imageSrc: "http://img.b2bpic.net/free-photo/apartment-building-with-balconies_250224-87.jpg", imageAlt: "Completed luxury penthouse interior", authorName: "Ancin Insaat Team", authorAvatar: "", date: "Q3 2022"},
category: "Residential",
title: "The Platinum Penthouses",
excerpt: "Opulent penthouses setting new standards for urban luxury living, with bespoke interiors.",
imageSrc: "http://img.b2bpic.net/free-photo/apartment-building-with-balconies_250224-87.jpg",
imageAlt: "Completed luxury penthouse interior",
authorName: "Ancin Insaat Team",
authorAvatar: "",
date: "Q3 2022",
},
{ {
id: "completed-5", id: "completed-5", category: "Restoration", title: "Heritage Grand Manor", excerpt: "A meticulous restoration blending historical grandeur with contemporary comforts.", imageSrc: "http://img.b2bpic.net/free-photo/medieval-church-frescoes-gothic-arches-patterns-sacred-architecture-details_169016-68748.jpg", imageAlt: "Completed luxury historical renovation", authorName: "Ancin Insaat Team", authorAvatar: "", date: "Q2 2021"},
category: "Restoration",
title: "Heritage Grand Manor",
excerpt: "A meticulous restoration blending historical grandeur with contemporary comforts.",
imageSrc: "http://img.b2bpic.net/free-photo/medieval-church-frescoes-gothic-arches-patterns-sacred-architecture-details_169016-68748.jpg",
imageAlt: "Completed luxury historical renovation",
authorName: "Ancin Insaat Team",
authorAvatar: "",
date: "Q2 2021",
},
{ {
id: "completed-6", id: "completed-6", category: "Landscape", title: "Emerald Gardens Estate", excerpt: "Award-winning landscape architecture transforming an estate into a verdant oasis.", imageSrc: "http://img.b2bpic.net/free-photo/town-square-shenzhen_1359-1110.jpg", imageAlt: "Completed luxury landscape architecture", authorName: "Ancin Insaat Team", authorAvatar: "", date: "Q4 2021"},
category: "Landscape",
title: "Emerald Gardens Estate",
excerpt: "Award-winning landscape architecture transforming an estate into a verdant oasis.",
imageSrc: "http://img.b2bpic.net/free-photo/town-square-shenzhen_1359-1110.jpg",
imageAlt: "Completed luxury landscape architecture",
authorName: "Ancin Insaat Team",
authorAvatar: "",
date: "Q4 2021",
},
]} ]}
/> />
</div> </div>
@@ -346,20 +203,11 @@ export default function LandingPage() {
tag="Our Impact" tag="Our Impact"
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "25+", description: "Years in Luxury Construction"},
value: "25+",
description: "Years in Luxury Construction",
},
{ {
id: "m2", id: "m2", value: "150+", description: "Completed High-End Projects"},
value: "150+",
description: "Completed High-End Projects",
},
{ {
id: "m3", id: "m3", value: "98%", description: "Client Satisfaction Rate"},
value: "98%",
description: "Client Satisfaction Rate",
},
]} ]}
metricsAnimation="opacity" metricsAnimation="opacity"
/> />
@@ -370,14 +218,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Architech Design", "Architech Design", "Elite Interiors", "Structural Dynamics", "Luxe Materials Co.", "Urban Visionaries", "EcoBuild Solutions", "Genesis Development"]}
"Elite Interiors",
"Structural Dynamics",
"Luxe Materials Co.",
"Urban Visionaries",
"EcoBuild Solutions",
"Genesis Development",
]}
title="Trusted Partners and Collaborators" title="Trusted Partners and Collaborators"
description="We collaborate with leading architects, designers, and suppliers to deliver projects of unmatched quality." description="We collaborate with leading architects, designers, and suppliers to deliver projects of unmatched quality."
/> />
@@ -391,59 +232,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "E. Demir", role: "Property Investor", company: "Demir Holdings", rating: 5,
name: "E. Demir", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-working-computer-cafe_1303-23855.jpg", imageAlt: "Testimonial from E. Demir"},
role: "Property Investor",
company: "Demir Holdings",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-working-computer-cafe_1303-23855.jpg",
imageAlt: "Testimonial from E. Demir",
},
{ {
id: "t2", id: "t2", name: "A. Kaya", role: "CEO", company: "Kaya Group", rating: 5,
name: "A. Kaya", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-airport-terminal_107420-85119.jpg", imageAlt: "Testimonial from A. Kaya"},
role: "CEO",
company: "Kaya Group",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-airport-terminal_107420-85119.jpg",
imageAlt: "Testimonial from A. Kaya",
},
{ {
id: "t3", id: "t3", name: "Z. Yilmaz", role: "Luxury Homeowner", company: "Private Client", rating: 5,
name: "Z. Yilmaz", imageSrc: "http://img.b2bpic.net/free-photo/architect-relaxing-after-finishing-project_23-2148242970.jpg", imageAlt: "Testimonial from Z. Yilmaz"},
role: "Luxury Homeowner",
company: "Private Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/architect-relaxing-after-finishing-project_23-2148242970.jpg",
imageAlt: "Testimonial from Z. Yilmaz",
},
{ {
id: "t4", id: "t4", name: "M. Ozturk", role: "Developer", company: "Ozturk Properties", rating: 5,
name: "M. Ozturk", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Testimonial from M. Ozturk"},
role: "Developer",
company: "Ozturk Properties",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
imageAlt: "Testimonial from M. Ozturk",
},
{ {
id: "t5", id: "t5", name: "G. Toprak", role: "Architect", company: "Toprak Designs", rating: 5,
name: "G. Toprak", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-black-sweater-with-crossed-arms-chest_613910-344.jpg", imageAlt: "Testimonial from G. Toprak"},
role: "Architect",
company: "Toprak Designs",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-black-sweater-with-crossed-arms-chest_613910-344.jpg",
imageAlt: "Testimonial from G. Toprak",
},
{ {
id: "t6", id: "t6", name: "B. Arslan", role: "Entrepreneur", company: "Arslan Ventures", rating: 5,
name: "B. Arslan", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064919.jpg", imageAlt: "Testimonial from B. Arslan"},
role: "Entrepreneur",
company: "Arslan Ventures",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064919.jpg",
imageAlt: "Testimonial from B. Arslan",
},
]} ]}
title="Client Testimonials" title="Client Testimonials"
description="Hear what our esteemed clients have to say about their experience building with Ancin Insaat." description="Hear what our esteemed clients have to say about their experience building with Ancin Insaat."
@@ -454,14 +259,11 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
text="Ready to build your legacy? Connect with Ancin Insaat for a bespoke consultation." text="Ready to build your legacy? Connect with Ancin Insaat for a bespoke consultation."
buttons={[ buttons={[
{ {
text: "Get In Touch", text: "Get In Touch", href: "mailto:info@ancininsa.com"},
href: "mailto:info@ancininsa.com",
},
]} ]}
/> />
</div> </div>
@@ -471,71 +273,43 @@ export default function LandingPage() {
logoText="Ancin Insaat" logoText="Ancin Insaat"
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
{ {
label: "Press", label: "Press", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Projects", title: "Projects", items: [
items: [
{ {
label: "Ongoing", label: "Ongoing", href: "#ongoing-projects"},
href: "#ongoing-projects",
},
{ {
label: "Completed", label: "Completed", href: "#completed-projects"},
href: "#completed-projects",
},
{ {
label: "Virtual Tours", label: "Virtual Tours", href: "#virtual-tours"},
href: "#virtual-tours",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
{ {
label: "Cookie Policy", label: "Cookie Policy", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
{ {
label: "LinkedIn", label: "LinkedIn", href: "https://linkedin.com"},
href: "https://linkedin.com",
},
{ {
label: "Instagram", label: "Instagram", href: "https://instagram.com"},
href: "https://instagram.com",
},
], ],
}, },
]} ]}