Merge version_1 into main #1
307
src/app/page.tsx
307
src/app/page.tsx
@@ -33,35 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Overview",
|
||||
id: "#overview",
|
||||
},
|
||||
name: "Overview", id: "#overview"},
|
||||
{
|
||||
name: "Financials",
|
||||
id: "#financials",
|
||||
},
|
||||
name: "Financials", id: "#financials"},
|
||||
{
|
||||
name: "Scenarios",
|
||||
id: "#scenarios",
|
||||
},
|
||||
name: "Scenarios", id: "#scenarios"},
|
||||
{
|
||||
name: "Comparison",
|
||||
id: "#comparison",
|
||||
},
|
||||
name: "Comparison", id: "#comparison"},
|
||||
{
|
||||
name: "Timeline",
|
||||
id: "#timeline",
|
||||
},
|
||||
name: "Timeline", id: "#timeline"},
|
||||
{
|
||||
name: "Verdict",
|
||||
id: "#verdict",
|
||||
},
|
||||
name: "Verdict", id: "#verdict"},
|
||||
]}
|
||||
brandName="45 The Vineyard"
|
||||
button={{
|
||||
text: "Get in touch",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get in touch", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,13 +58,9 @@ export default function LandingPage() {
|
||||
tag="Richmond Upon Thames · TW10 · Prime Development"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Financials",
|
||||
href: "#financials",
|
||||
},
|
||||
text: "View Financials", href: "#financials"},
|
||||
{
|
||||
text: "Explore Timeline",
|
||||
href: "#timeline",
|
||||
},
|
||||
text: "Explore Timeline", href: "#timeline"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5eeD1CRCOTnxcm9uCTEC42iCf/uploaded-1781206565875-zaux2u2m.png"
|
||||
imageAlt="Render of luxury townhouses at 45 The Vineyard"
|
||||
@@ -87,25 +69,15 @@ export default function LandingPage() {
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-looking-camera-with-arms-crossed_23-2148308598.jpg",
|
||||
alt: "Leading real estate investor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-looking-camera-with-arms-crossed_23-2148308598.jpg", alt: "Leading real estate investor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-professional-architecture-holding-clipboard-construction-site_23-2148204025.jpg",
|
||||
alt: "Renowned property developer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-professional-architecture-holding-clipboard-construction-site_23-2148204025.jpg", alt: "Renowned property developer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-working-with-tablet_1098-284.jpg",
|
||||
alt: "Experienced financial analyst",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-working-with-tablet_1098-284.jpg", alt: "Experienced financial analyst"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mature-architect-posing-camera_23-2148242990.jpg",
|
||||
alt: "Top architectural designer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mature-architect-posing-camera_23-2148242990.jpg", alt: "Top architectural designer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12786.jpg",
|
||||
alt: "Strategic investment partner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12786.jpg", alt: "Strategic investment partner"},
|
||||
]}
|
||||
avatarText="Backed by industry leaders"
|
||||
/>
|
||||
@@ -120,34 +92,22 @@ export default function LandingPage() {
|
||||
tag="The Asset"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Current Size",
|
||||
description: "8,115 sq ft",
|
||||
icon: Package,
|
||||
title: "Current Size", description: "8,115 sq ft", icon: Package,
|
||||
},
|
||||
{
|
||||
title: "Consented Size",
|
||||
description: "12,874 sq ft",
|
||||
icon: Ruler,
|
||||
title: "Consented Size", description: "12,874 sq ft", icon: Ruler,
|
||||
},
|
||||
{
|
||||
title: "Land Area",
|
||||
description: "0.17 acres",
|
||||
icon: MapPin,
|
||||
title: "Land Area", description: "0.17 acres", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Tenure",
|
||||
description: "Freehold",
|
||||
icon: Building2,
|
||||
title: "Tenure", description: "Freehold", icon: Building2,
|
||||
},
|
||||
{
|
||||
title: "New Homes",
|
||||
description: "3 × 4-bed",
|
||||
icon: Home,
|
||||
title: "New Homes", description: "3 × 4-bed", icon: Home,
|
||||
},
|
||||
{
|
||||
title: "Per House",
|
||||
description: "~4,291 sq ft",
|
||||
icon: Layout,
|
||||
title: "Per House", description: "~4,291 sq ft", icon: Layout,
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5eeD1CRCOTnxcm9uCTEC42iCf/uploaded-1781206565875-x9vm41tm.png"
|
||||
@@ -160,59 +120,30 @@ export default function LandingPage() {
|
||||
<PricingCardThree
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "acquisition",
|
||||
name: "Acquisition Costs",
|
||||
price: "£5,554,000",
|
||||
features: [
|
||||
"Purchase (guide) £5,000,000",
|
||||
"Stamp duty £513,750",
|
||||
"Legal & acquisition £25,000",
|
||||
"Survey & due diligence £15,000",
|
||||
],
|
||||
badge: "Phase 1",
|
||||
buttons: [
|
||||
id: "acquisition", name: "Acquisition Costs", price: "£5,554,000", features: [
|
||||
"Purchase (guide) £5,000,000", "Stamp duty £513,750", "Legal & acquisition £25,000", "Survey & due diligence £15,000"],
|
||||
badge: "Phase 1", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "build",
|
||||
name: "Build & Development",
|
||||
price: "£6,467,000",
|
||||
features: [
|
||||
"Demolition & enabling £150,000",
|
||||
"New build 4,759 sq ft £2,000,000",
|
||||
"Refurbishment 8,115 sq ft £2,272,000",
|
||||
"Landscaping £180,000",
|
||||
"Architect & structural £380,000",
|
||||
"Project management £240,000",
|
||||
"Contingency (15%) £720,000",
|
||||
"Development finance £525,000",
|
||||
],
|
||||
badge: "Phase 2",
|
||||
buttons: [
|
||||
id: "build", name: "Build & Development", price: "£6,467,000", features: [
|
||||
"Demolition & enabling £150,000", "New build 4,759 sq ft £2,000,000", "Refurbishment 8,115 sq ft £2,272,000", "Landscaping £180,000", "Architect & structural £380,000", "Project management £240,000", "Contingency (15%) £720,000", "Development finance £525,000"],
|
||||
badge: "Phase 2", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "sales",
|
||||
name: "Sales & Exit",
|
||||
price: "£322,000",
|
||||
features: [
|
||||
"Agent fees (1.5% GDV) £247,000",
|
||||
"Legal fees (3 sales) £30,000",
|
||||
"Staging & marketing £45,000",
|
||||
],
|
||||
badge: "Phase 3",
|
||||
buttons: [
|
||||
id: "sales", name: "Sales & Exit", price: "£322,000", features: [
|
||||
"Agent fees (1.5% GDV) £247,000", "Legal fees (3 sales) £30,000", "Staging & marketing £45,000"],
|
||||
badge: "Phase 3", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -230,32 +161,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "cost-saving",
|
||||
value: "£2.5M",
|
||||
title: "Build Cost Saving",
|
||||
description: "Builder partner eliminates contractor markup and PM fees for substantial savings.",
|
||||
icon: DollarSign,
|
||||
id: "cost-saving", value: "£2.5M", title: "Build Cost Saving", description: "Builder partner eliminates contractor markup and PM fees for substantial savings.", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
id: "target-roi",
|
||||
value: "53%",
|
||||
title: "Target ROI",
|
||||
description: "Achieve robust returns in a mid-market scenario with strategic builder partnership.",
|
||||
icon: TrendingUp,
|
||||
id: "target-roi", value: "53%", title: "Target ROI", description: "Achieve robust returns in a mid-market scenario with strategic builder partnership.", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "sq-ft",
|
||||
value: "12,874",
|
||||
title: "Consented sq ft",
|
||||
description: "Significant increase in floor area, unlocking greater value potential.",
|
||||
icon: Crop,
|
||||
id: "sq-ft", value: "12,874", title: "Consented sq ft", description: "Significant increase in floor area, unlocking greater value potential.", icon: Crop,
|
||||
},
|
||||
{
|
||||
id: "on-market",
|
||||
value: "30yr",
|
||||
title: "First On Market",
|
||||
description: "An exceptionally rare Richmond freehold opportunity, not seen in decades.",
|
||||
icon: Award,
|
||||
id: "on-market", value: "30yr", title: "First On Market", description: "An exceptionally rare Richmond freehold opportunity, not seen in decades.", icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Profit by *scenario*"
|
||||
@@ -268,17 +183,14 @@ export default function LandingPage() {
|
||||
<FeatureBorderGlow
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
icon: User,
|
||||
title: "Solo Investor",
|
||||
description: "Full capital · full control · higher cost base. Total investment ~£12,343,000 with a mid-market profit of £3,749,000 (30.4% ROI). Monthly repayments of £22,801. Higher execution risk. Key considerations: 100% upside retained, complete control, no partnership risk. Requires experienced external PM, leading to higher cost base and reduced margin.",
|
||||
},
|
||||
title: "Solo Investor", description: "Full capital · full control · higher cost base. Total investment ~£12,343,000 with a mid-market profit of £3,749,000 (30.4% ROI). Monthly repayments of £22,801. Higher execution risk. Key considerations: 100% upside retained, complete control, no partnership risk. Requires experienced external PM, leading to higher cost base and reduced margin."},
|
||||
{
|
||||
icon: Briefcase,
|
||||
title: "Builder Partnership",
|
||||
description: "Shared equity · shared expertise · superior returns. Total investment ~£10,500,000 with a mid-market profit of £3,355,000 (your share, 53.3% ROI). Builder equity stake 40%. Significantly lower execution risk. Key advantages: 25–35% reduction in build costs, eliminates £240k PM cost, daily on-site oversight, builder incentivised to maximise value. Requires watertight JV SPV legal agreement.",
|
||||
},
|
||||
title: "Builder Partnership", description: "Shared equity · shared expertise · superior returns. Total investment ~£10,500,000 with a mid-market profit of £3,355,000 (your share, 53.3% ROI). Builder equity stake 40%. Significantly lower execution risk. Key advantages: 25–35% reduction in build costs, eliminates £240k PM cost, daily on-site oversight, builder incentivised to maximise value. Requires watertight JV SPV legal agreement."},
|
||||
]}
|
||||
title="Solo vs *Builder* Partnership"
|
||||
description="An in-depth analysis comparing investment strategies and their associated returns and risks, guiding towards optimal decision-making."
|
||||
@@ -291,39 +203,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "phase-1",
|
||||
title: "Phase One: Acquisition & Legal (1–2 months)",
|
||||
content: "Negotiate purchase — target £4.7–4.8M given bid deadline has passed. Appoint solicitors, complete searches, arrange development finance. Instruct independent QS. Execute JV agreement if partnering with builder.",
|
||||
},
|
||||
id: "phase-1", title: "Phase One: Acquisition & Legal (1–2 months)", content: "Negotiate purchase — target £4.7–4.8M given bid deadline has passed. Appoint solicitors, complete searches, arrange development finance. Instruct independent QS. Execute JV agreement if partnering with builder."},
|
||||
{
|
||||
id: "phase-2",
|
||||
title: "Phase Two: Design & Tender (3–4 months)",
|
||||
content: "Architect develops detailed drawings. Discharge planning conditions. Tender to selected contractors. Agree specification — premium finishes essential to justify £1,200+/sq ft end values. Fixed-price build contract agreed.",
|
||||
},
|
||||
id: "phase-2", title: "Phase Two: Design & Tender (3–4 months)", content: "Architect develops detailed drawings. Discharge planning conditions. Tender to selected contractors. Agree specification — premium finishes essential to justify £1,200+/sq ft end values. Fixed-price build contract agreed."},
|
||||
{
|
||||
id: "phase-3",
|
||||
title: "Phase Three: Demolition & Enabling (2–3 months)",
|
||||
content: "Partial demolition of identified structures. Structural enabling works and foundation preparation for extension. Victorian facade retention. Full site clearance and preparation for main build.",
|
||||
},
|
||||
id: "phase-3", title: "Phase Three: Demolition & Enabling (2–3 months)", content: "Partial demolition of identified structures. Structural enabling works and foundation preparation for extension. Victorian facade retention. Full site clearance and preparation for main build."},
|
||||
{
|
||||
id: "phase-4",
|
||||
title: "Phase Four: Main Build (14–18 months)",
|
||||
content: "Construction of new 4,759 sq ft extension. Full refurbishment and conversion of existing 8,115 sq ft into three townhouses. All services and structural work. Monthly QS valuations throughout to control costs.",
|
||||
},
|
||||
id: "phase-4", title: "Phase Four: Main Build (14–18 months)", content: "Construction of new 4,759 sq ft extension. Full refurbishment and conversion of existing 8,115 sq ft into three townhouses. All services and structural work. Monthly QS valuations throughout to control costs."},
|
||||
{
|
||||
id: "phase-5",
|
||||
title: "Phase Five: Fit-Out & Completion (3–4 months)",
|
||||
content: "Premium kitchen and bathroom installation. Private courtyard landscaping × 3. Staging and professional photography. Building regulations sign-off. Warranties and certifications in place.",
|
||||
},
|
||||
id: "phase-5", title: "Phase Five: Fit-Out & Completion (3–4 months)", content: "Premium kitchen and bathroom installation. Private courtyard landscaping × 3. Staging and professional photography. Building regulations sign-off. Warranties and certifications in place."},
|
||||
{
|
||||
id: "phase-6",
|
||||
title: "Phase Six: Sales & Exit (3–6 months)",
|
||||
content: "Appoint premium Richmond agent. Launch to market at £5.1–6.0M per unit. Richmond 4-bed prime market typically achieves sale within 3–6 months at correct pricing. Three sequential or simultaneous completions.",
|
||||
},
|
||||
id: "phase-6", title: "Phase Six: Sales & Exit (3–6 months)", content: "Appoint premium Richmond agent. Launch to market at £5.1–6.0M per unit. Richmond 4-bed prime market typically achieves sale within 3–6 months at correct pricing. Three sequential or simultaneous completions."},
|
||||
]}
|
||||
sideTitle="25–34 month *journey* to exit"
|
||||
sideDescription="A clear project roadmap outlining the key phases from acquisition to final sales and exit strategy, ensuring a streamlined process."
|
||||
faqsAnimation="entrance-slide"
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
/>
|
||||
</div>
|
||||
@@ -333,49 +227,20 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "risk-1",
|
||||
name: "Build Cost Overruns",
|
||||
price: "High Risk",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/euro-money-coins-forklift-isolated-white-space_268835-1205.jpg",
|
||||
imageAlt: "Construction site with potential cost overruns",
|
||||
},
|
||||
id: "risk-1", name: "Build Cost Overruns", price: "High Risk", imageSrc: "http://img.b2bpic.net/free-photo/euro-money-coins-forklift-isolated-white-space_268835-1205.jpg", imageAlt: "Construction site with potential cost overruns"},
|
||||
{
|
||||
id: "risk-2",
|
||||
name: "Finance Rate Movement",
|
||||
price: "High Risk",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-economy-financial-market-concept_23-2148525343.jpg",
|
||||
imageAlt: "Graph showing volatile interest rates",
|
||||
},
|
||||
id: "risk-2", name: "Finance Rate Movement", price: "High Risk", imageSrc: "http://img.b2bpic.net/free-photo/global-economy-financial-market-concept_23-2148525343.jpg", imageAlt: "Graph showing volatile interest rates"},
|
||||
{
|
||||
id: "risk-3",
|
||||
name: "Bid Already Closed",
|
||||
price: "High Risk",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-closed-sign_23-2148773976.jpg",
|
||||
imageAlt: "Expired deadline clock",
|
||||
},
|
||||
id: "risk-3", name: "Bid Already Closed", price: "High Risk", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-closed-sign_23-2148773976.jpg", imageAlt: "Expired deadline clock"},
|
||||
{
|
||||
id: "risk-4",
|
||||
name: "Market Softening",
|
||||
price: "Medium Risk",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-house-with-fence-trees_23-2150259791.jpg",
|
||||
imageAlt: "Market downturn graph",
|
||||
},
|
||||
id: "risk-4", name: "Market Softening", price: "Medium Risk", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-house-with-fence-trees_23-2150259791.jpg", imageAlt: "Market downturn graph"},
|
||||
{
|
||||
id: "risk-5",
|
||||
name: "Partner Relationship",
|
||||
price: "Medium Risk",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-business-people-working-together_23-2150917230.jpg",
|
||||
imageAlt: "Two people shaking hands with a rift between them",
|
||||
},
|
||||
id: "risk-5", name: "Partner Relationship", price: "Medium Risk", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-business-people-working-together_23-2150917230.jpg", imageAlt: "Two people shaking hands with a rift between them"},
|
||||
{
|
||||
id: "risk-6",
|
||||
name: "Location & Demand",
|
||||
price: "Low Risk",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/visiting-site-photo-frame_23-2149512744.jpg",
|
||||
imageAlt: "Map of Richmond with high demand indicators",
|
||||
},
|
||||
id: "risk-6", name: "Location & Demand", price: "Low Risk", imageSrc: "http://img.b2bpic.net/free-photo/visiting-site-photo-frame_23-2149512744.jpg", imageAlt: "Map of Richmond with high demand indicators"},
|
||||
]}
|
||||
title="Know the *risks* before you commit"
|
||||
description="A comprehensive assessment of potential challenges and mitigation strategies for the development, ensuring informed decisions."
|
||||
@@ -387,20 +252,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Investment Verdict"
|
||||
title="This deal is worth *pursuing*"
|
||||
description="At the right purchase price, with a builder partner and the full consented scheme executed, this is a genuinely exceptional Richmond development opportunity. A mid-market outcome with builder partnership delivers over £5.5M total profit on a £10.5M investment — a 53% return in under three years. The planning consent is already implemented. The location is irreplaceable. Recommended actions: Call Cushman & Wakefield today; Target negotiated purchase price of £4.7–4.8M; Build the full consented 12,874 sq ft scheme only; Structure builder partnership as 60/40 JV SPV with full legal agreement; Appoint independent QS to verify all costs monthly; Visit 45thevineyard.com dataroom for full technical details. Warnings: Keep your £3.5M Richmond home; Verify builder partner track record."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Cushman & Wakefield",
|
||||
href: "#",
|
||||
},
|
||||
text: "Call Cushman & Wakefield", href: "#"},
|
||||
{
|
||||
text: "Visit Dataroom",
|
||||
href: "https://45thevineyard.com",
|
||||
},
|
||||
text: "Visit Dataroom", href: "https://45thevineyard.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -411,62 +271,37 @@ export default function LandingPage() {
|
||||
logoText="45 The Vineyard"
|
||||
columns={[
|
||||
{
|
||||
title: "Sections",
|
||||
items: [
|
||||
title: "Sections", items: [
|
||||
{
|
||||
label: "Overview",
|
||||
href: "#overview",
|
||||
},
|
||||
label: "Overview", href: "#overview"},
|
||||
{
|
||||
label: "Financials",
|
||||
href: "#financials",
|
||||
},
|
||||
label: "Financials", href: "#financials"},
|
||||
{
|
||||
label: "Scenarios",
|
||||
href: "#scenarios",
|
||||
},
|
||||
label: "Scenarios", href: "#scenarios"},
|
||||
{
|
||||
label: "Comparison",
|
||||
href: "#comparison",
|
||||
},
|
||||
label: "Comparison", href: "#comparison"},
|
||||
{
|
||||
label: "Timeline",
|
||||
href: "#timeline",
|
||||
},
|
||||
label: "Timeline", href: "#timeline"},
|
||||
{
|
||||
label: "Verdict",
|
||||
href: "#verdict",
|
||||
},
|
||||
label: "Verdict", href: "#verdict"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Disclaimer",
|
||||
href: "#",
|
||||
},
|
||||
label: "Disclaimer", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "45 The Vineyard",
|
||||
href: "#",
|
||||
},
|
||||
label: "45 The Vineyard", href: "#"},
|
||||
{
|
||||
label: "Richmond Upon Thames",
|
||||
href: "#",
|
||||
},
|
||||
label: "Richmond Upon Thames", href: "#"},
|
||||
{
|
||||
label: "London, TW10",
|
||||
href: "#",
|
||||
},
|
||||
label: "London, TW10", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user