Merge version_1 into main #2
319
src/app/page.tsx
319
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { CheckCircle } from "lucide-react";
|
||||
import { CheckCircle, MapPin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Listings",
|
||||
id: "listings",
|
||||
},
|
||||
name: "Listings", id: "listings"},
|
||||
{
|
||||
name: "Market",
|
||||
id: "coverage",
|
||||
},
|
||||
name: "Market", id: "coverage"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Red Door Properties"
|
||||
/>
|
||||
@@ -61,103 +51,58 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Your West Virginia Real Estate Partner"
|
||||
description="Professional, responsive, and attentive real estate services. Search for your dream home or get a professional home valuation today."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex R.",
|
||||
handle: "@zillow",
|
||||
testimonial: "5/5 stars rating. Dependable and attentive service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-happy-white-couple-moving-together-into-new-house_181624-36388.jpg",
|
||||
},
|
||||
name: "Alex R.", handle: "@zillow", testimonial: "5/5 stars rating. Dependable and attentive service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-happy-white-couple-moving-together-into-new-house_181624-36388.jpg"},
|
||||
{
|
||||
name: "Sarah W.",
|
||||
handle: "@zillow",
|
||||
testimonial: "Found my perfect starter home in Hurricane.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-senior-woman-buying-house-scream-joy-making-fist-pump-while-showing-paper-hous_1258-153668.jpg",
|
||||
},
|
||||
name: "Sarah W.", handle: "@zillow", testimonial: "Found my perfect starter home in Hurricane.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-senior-woman-buying-house-scream-joy-making-fist-pump-while-showing-paper-hous_1258-153668.jpg"},
|
||||
{
|
||||
name: "Mike & Jen",
|
||||
handle: "@zillow",
|
||||
testimonial: "Negotiation skills that truly saved us money.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg",
|
||||
},
|
||||
name: "Mike & Jen", handle: "@zillow", testimonial: "Negotiation skills that truly saved us money.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg"},
|
||||
{
|
||||
name: "David T.",
|
||||
handle: "@zillow",
|
||||
testimonial: "Professional, punctual, and very knowledgeable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-enjoying-their-new-house_23-2148895442.jpg",
|
||||
},
|
||||
name: "David T.", handle: "@zillow", testimonial: "Professional, punctual, and very knowledgeable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-enjoying-their-new-house_23-2148895442.jpg"},
|
||||
{
|
||||
name: "Emily P.",
|
||||
handle: "@zillow",
|
||||
testimonial: "Guided me through every step of the closing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/loving-couple-holding-key-new-home_329181-208.jpg",
|
||||
},
|
||||
name: "Emily P.", handle: "@zillow", testimonial: "Guided me through every step of the closing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/loving-couple-holding-key-new-home_329181-208.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Search Homes",
|
||||
href: "https://www.zillow.com",
|
||||
},
|
||||
text: "Search Homes", href: "https://www.zillow.com"},
|
||||
{
|
||||
text: "Home Valuation",
|
||||
href: "https://www.zillow.com/home-valuation",
|
||||
},
|
||||
text: "Home Valuation", href: "https://www.zillow.com/home-valuation"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architectural-reflection-modern-white-building-pool_23-2151993725.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architectural-reflection-modern-white-building-pool_23-2151993725.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-real-estate-agent-showing-house_23-2150225233.jpg",
|
||||
alt: "Broker portrait 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-real-estate-agent-showing-house_23-2150225233.jpg", alt: "Broker portrait 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-real-estate-agent-holding-keys_23-2150225261.jpg",
|
||||
alt: "Broker portrait 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-real-estate-agent-holding-keys_23-2150225261.jpg", alt: "Broker portrait 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-human-resources-woman-giving-hand-shake-before-interview_23-2148507768.jpg",
|
||||
alt: "Broker portrait 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-human-resources-woman-giving-hand-shake-before-interview_23-2148507768.jpg", alt: "Broker portrait 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164713.jpg",
|
||||
alt: "Broker portrait 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164713.jpg", alt: "Broker portrait 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/real-estate-portrait-asian-female-broker-showing-thumbup-paper-house-cutout-recommending-agen_1258-158917.jpg",
|
||||
alt: "Broker portrait 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/real-estate-portrait-asian-female-broker-showing-thumbup-paper-house-cutout-recommending-agen_1258-158917.jpg", alt: "Broker portrait 5"},
|
||||
]}
|
||||
avatarText="Join 500+ satisfied clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Residential Real Estate",
|
||||
},
|
||||
type: "text", text: "Residential Real Estate"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Commercial Investment",
|
||||
},
|
||||
type: "text", text: "Commercial Investment"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Home Valuation",
|
||||
},
|
||||
type: "text", text: "Home Valuation"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Legal Expert Brokerage",
|
||||
},
|
||||
type: "text", text: "Legal Expert Brokerage"},
|
||||
{
|
||||
type: "text",
|
||||
text: "West Virginia Expert",
|
||||
},
|
||||
type: "text", text: "West Virginia Expert"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -170,33 +115,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Modern Luxury Estate",
|
||||
price: "$550,000",
|
||||
variant: "4bd / 3ba",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160209.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Modern Luxury Estate", price: "$550,000", variant: "4bd / 3ba", imageSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160209.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Quaint Family Home",
|
||||
price: "$320,000",
|
||||
variant: "3bd / 2ba",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2257.jpg?_wi=1",
|
||||
},
|
||||
id: "p2", name: "Quaint Family Home", price: "$320,000", variant: "3bd / 2ba", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2257.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Commercial Investment",
|
||||
price: "$890,000",
|
||||
variant: "Prime Location",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2255.jpg",
|
||||
},
|
||||
id: "p3", name: "Commercial Investment", price: "$890,000", variant: "Prime Location", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2255.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Privacy Focused Villa",
|
||||
price: "$620,000",
|
||||
variant: "4bd / 4ba",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sofa-living-room-decorated-with-brazilian-folklore-design_23-2150794077.jpg",
|
||||
},
|
||||
id: "p4", name: "Privacy Focused Villa", price: "$620,000", variant: "4bd / 4ba", imageSrc: "http://img.b2bpic.net/free-photo/sofa-living-room-decorated-with-brazilian-folklore-design_23-2150794077.jpg"},
|
||||
]}
|
||||
title="New Listings"
|
||||
description="Explore the latest exclusive properties in Putnam County and beyond."
|
||||
@@ -211,32 +136,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "$480k",
|
||||
title: "Hurricane, WV",
|
||||
description: "Sold 2 months ago (Seller)",
|
||||
icon: CheckCircle,
|
||||
id: "m1", value: "$480k", title: "Hurricane, WV", description: "Sold 2 months ago (Seller)", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "$360k",
|
||||
title: "Hurricane, WV",
|
||||
description: "Sold 4 months ago (Buyer)",
|
||||
icon: CheckCircle,
|
||||
id: "m2", value: "$360k", title: "Hurricane, WV", description: "Sold 4 months ago (Buyer)", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "$275k",
|
||||
title: "Charleston, WV",
|
||||
description: "Sold 5 months ago (Seller)",
|
||||
icon: CheckCircle,
|
||||
id: "m3", value: "$275k", title: "Charleston, WV", description: "Sold 5 months ago (Seller)", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "$395k",
|
||||
title: "Winfield, WV",
|
||||
description: "Sold 6 months ago (Buyer)",
|
||||
icon: CheckCircle,
|
||||
id: "m4", value: "$395k", title: "Winfield, WV", description: "Sold 6 months ago (Buyer)", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
title="Recent Sales Excellence"
|
||||
@@ -250,33 +159,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Putnam County, WV",
|
||||
description: "Local market expertise and available listings.",
|
||||
buttonIcon: "MapPin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-building-with-geometric-facade-clean-lines-clear-sky_41433-196.jpg",
|
||||
imageAlt: "Modern architecture building with geometric facade and clean lines under clear sky",
|
||||
},
|
||||
title: "Putnam County, WV", description: "Local market expertise and available listings.", buttonIcon: MapPin,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-building-with-geometric-facade-clean-lines-clear-sky_41433-196.jpg", imageAlt: "Modern architecture building with geometric facade and clean lines under clear sky"},
|
||||
{
|
||||
title: "Kanawha County, WV",
|
||||
description: "Serving the capital region with tailored care.",
|
||||
buttonIcon: "MapPin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architectural-reflection-modern-white-building-pool_23-2151993725.jpg?_wi=2",
|
||||
imageAlt: "Modern architecture building with geometric facade and clean lines under clear sky",
|
||||
},
|
||||
title: "Kanawha County, WV", description: "Serving the capital region with tailored care.", buttonIcon: MapPin,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architectural-reflection-modern-white-building-pool_23-2151993725.jpg", imageAlt: "Modern architecture building with geometric facade and clean lines under clear sky"},
|
||||
{
|
||||
title: "Cabell County, WV",
|
||||
description: "Comprehensive market insights for buyers.",
|
||||
buttonIcon: "MapPin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160209.jpg?_wi=2",
|
||||
imageAlt: "Modern architecture building with geometric facade and clean lines under clear sky",
|
||||
},
|
||||
title: "Cabell County, WV", description: "Comprehensive market insights for buyers.", buttonIcon: MapPin,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160209.jpg", imageAlt: "Modern architecture building with geometric facade and clean lines under clear sky"},
|
||||
{
|
||||
title: "Greenbrier County, WV",
|
||||
description: "Luxury residence resources.",
|
||||
buttonIcon: "MapPin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2257.jpg?_wi=2",
|
||||
imageAlt: "Modern architecture building with geometric facade and clean lines under clear sky",
|
||||
},
|
||||
title: "Greenbrier County, WV", description: "Luxury residence resources.", buttonIcon: MapPin,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2257.jpg", imageAlt: "Modern architecture building with geometric facade and clean lines under clear sky"},
|
||||
]}
|
||||
title="Service Areas"
|
||||
description="Red Door Properties provides comprehensive real estate services almost anywhere in West Virginia."
|
||||
@@ -290,21 +183,15 @@ export default function LandingPage() {
|
||||
description="After practicing law for 18 years and falling in love with real estate, I started Red Door Properties, LLC. By combining my legal expertise, attention to detail, and negotiation skills, I guide clients through their most important choices with confidence."
|
||||
metrics={[
|
||||
{
|
||||
value: "18+",
|
||||
title: "Years Legal Experience",
|
||||
},
|
||||
value: "18+", title: "Years Legal Experience"},
|
||||
{
|
||||
value: "5/5",
|
||||
title: "Zillow Rating",
|
||||
},
|
||||
value: "5/5", title: "Zillow Rating"},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Availability",
|
||||
},
|
||||
value: "24/7", title: "Availability"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architectural-reflection-modern-white-building-pool_23-2151993725.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architectural-reflection-modern-white-building-pool_23-2151993725.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -315,19 +202,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "team-1",
|
||||
groupTitle: "Leadership",
|
||||
members: [
|
||||
id: "team-1", groupTitle: "Leadership", members: [
|
||||
{
|
||||
id: "agent-1",
|
||||
title: "Apryll Boggs",
|
||||
subtitle: "Broker",
|
||||
detail: "Dedicated to achieving your goals with legal precision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-real-estate-agent-working_23-2150322086.jpg",
|
||||
},
|
||||
id: "agent-1", title: "Apryll Boggs", subtitle: "Broker", detail: "Dedicated to achieving your goals with legal precision.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-real-estate-agent-working_23-2150322086.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architectural-reflection-modern-white-building-pool_23-2151993725.jpg?_wi=4",
|
||||
imageAlt: "professional real estate agent",
|
||||
},
|
||||
]}
|
||||
title="Our Expert Team"
|
||||
@@ -342,45 +220,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Client Success",
|
||||
handle: "@zillow",
|
||||
testimonial: "Apryll is incredibly professional and responsive.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg",
|
||||
},
|
||||
id: "t1", name: "Client Success", handle: "@zillow", testimonial: "Apryll is incredibly professional and responsive.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Client Success",
|
||||
handle: "@zillow",
|
||||
testimonial: "Found my dream home with confidence.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-satisfied-man-recommending-agency-showing-thumb-up-house-maket-standing_1258-149881.jpg",
|
||||
},
|
||||
id: "t2", name: "Client Success", handle: "@zillow", testimonial: "Found my dream home with confidence.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-satisfied-man-recommending-agency-showing-thumb-up-house-maket-standing_1258-149881.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Client Success",
|
||||
handle: "@zillow",
|
||||
testimonial: "Expert negotiation and market knowledge.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-dancing-apartment_23-2147744871.jpg",
|
||||
},
|
||||
id: "t3", name: "Client Success", handle: "@zillow", testimonial: "Expert negotiation and market knowledge.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-dancing-apartment_23-2147744871.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Client Success",
|
||||
handle: "@zillow",
|
||||
testimonial: "Guided us through every step flawlessly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-exited-about-moving-new-home-new-life-girl-holding-keys-new-house-boxes-around-man-woman-hugging_197531-1628.jpg",
|
||||
},
|
||||
id: "t4", name: "Client Success", handle: "@zillow", testimonial: "Guided us through every step flawlessly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-exited-about-moving-new-home-new-life-girl-holding-keys-new-house-boxes-around-man-woman-hugging_197531-1628.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Client Success",
|
||||
handle: "@zillow",
|
||||
testimonial: "Red Door is the ultimate real estate resource.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-new-home-man-decorating-living-room_329181-270.jpg",
|
||||
},
|
||||
id: "t5", name: "Client Success", handle: "@zillow", testimonial: "Red Door is the ultimate real estate resource.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-new-home-man-decorating-living-room_329181-270.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Stories"
|
||||
@@ -392,20 +245,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Let's Talk"
|
||||
title="Reach Out to Red Door"
|
||||
description="Give me a call, text or email at your earliest convenience. I look forward to working with you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:3043827847",
|
||||
},
|
||||
text: "Call Now", href: "tel:3043827847"},
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:apryll@reddoorproperties.com",
|
||||
},
|
||||
text: "Email Us", href: "mailto:apryll@reddoorproperties.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -415,46 +263,29 @@ export default function LandingPage() {
|
||||
logoText="Red Door Properties"
|
||||
columns={[
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{
|
||||
label: "(304) 382-7847",
|
||||
href: "tel:3043827847",
|
||||
},
|
||||
label: "(304) 382-7847", href: "tel:3043827847"},
|
||||
{
|
||||
label: "12074 Winfield Rd, Suite C, Winfield, WV",
|
||||
href: "#",
|
||||
},
|
||||
label: "12074 Winfield Rd, Suite C, Winfield, WV", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Licenses",
|
||||
items: [
|
||||
title: "Licenses", items: [
|
||||
{
|
||||
label: "License #: WVB190300578",
|
||||
href: "#",
|
||||
},
|
||||
label: "License #: WVB190300578", href: "#"},
|
||||
{
|
||||
label: "State Bar #8928",
|
||||
href: "#",
|
||||
},
|
||||
label: "State Bar #8928", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{
|
||||
label: "Zillow",
|
||||
href: "https://www.zillow.com/profile/ApryllRedDoor",
|
||||
},
|
||||
label: "Zillow", href: "https://www.zillow.com/profile/ApryllRedDoor"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://www.facebook.com/RedDoorWV/",
|
||||
},
|
||||
label: "Facebook", href: "https://www.facebook.com/RedDoorWV/"},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://www.linkedin.com/in/apryll-boggs-jd-0704b11b",
|
||||
},
|
||||
label: "LinkedIn", href: "https://www.linkedin.com/in/apryll-boggs-jd-0704b11b"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user