Merge version_1 into main #1
178
src/app/page.tsx
178
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Plans",
|
||||
id: "plans",
|
||||
},
|
||||
name: "Plans", id: "plans"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="VANTAGE"
|
||||
/>
|
||||
@@ -54,19 +46,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="VANTAGE Home & Estate Management"
|
||||
description="One partner for total home oversight, maintenance, and peace of mind. Experience elite stewardship for your most important asset."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request a Consultation", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:2406718794",
|
||||
},
|
||||
text: "Call Now", href: "tel:2406718794"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/day-city-view_1417-1758.jpg"
|
||||
imageAlt="Luxury estate entrance"
|
||||
@@ -82,17 +69,11 @@ export default function LandingPage() {
|
||||
description="For those with high-value properties, the burden of upkeep is a distraction. Managing endless vendors, fragmented communication, and reactive repairs leads to wasted time and unnecessary costly damage."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Vendor Chaos",
|
||||
description: "Managing multiple independent contractors is exhausting and prone to miscommunication.",
|
||||
},
|
||||
title: "Vendor Chaos", description: "Managing multiple independent contractors is exhausting and prone to miscommunication."},
|
||||
{
|
||||
title: "Reactive Maintenance",
|
||||
description: "Fixing things only after they break leads to larger repair bills and major stress.",
|
||||
},
|
||||
title: "Reactive Maintenance", description: "Fixing things only after they break leads to larger repair bills and major stress."},
|
||||
{
|
||||
title: "Fragmented Oversight",
|
||||
description: "When no one has the big picture, small issues go unnoticed until they become expensive catastrophes.",
|
||||
},
|
||||
title: "Fragmented Oversight", description: "When no one has the big picture, small issues go unnoticed until they become expensive catastrophes."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/traditional-house-architecture_23-2151050992.jpg"
|
||||
@@ -106,23 +87,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Exterior Excellence",
|
||||
description: "Comprehensive landscaping, irrigation systems, and seasonal curb appeal maintenance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg",
|
||||
imageAlt: "Landscaping excellence",
|
||||
},
|
||||
title: "Exterior Excellence", description: "Comprehensive landscaping, irrigation systems, and seasonal curb appeal maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg", imageAlt: "Landscaping excellence"},
|
||||
{
|
||||
title: "Interior Integrity",
|
||||
description: "HVAC systems, plumbing, electrical, and handyman services maintained by vetted pros.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-smart-home-tablet_23-2149036910.jpg",
|
||||
imageAlt: "Interior systems",
|
||||
},
|
||||
title: "Interior Integrity", description: "HVAC systems, plumbing, electrical, and handyman services maintained by vetted pros.", imageSrc: "http://img.b2bpic.net/free-photo/man-using-smart-home-tablet_23-2149036910.jpg", imageAlt: "Interior systems"},
|
||||
{
|
||||
title: "50-Point Home Audit",
|
||||
description: "Quarterly deep-dive reporting with clear status indicators on all vital infrastructure.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-man-woman-stairs_23-2147657290.jpg",
|
||||
imageAlt: "Detailed home audit",
|
||||
},
|
||||
title: "50-Point Home Audit", description: "Quarterly deep-dive reporting with clear status indicators on all vital infrastructure.", imageSrc: "http://img.b2bpic.net/free-photo/students-man-woman-stairs_23-2147657290.jpg", imageAlt: "Detailed home audit"},
|
||||
]}
|
||||
title="One Partner. Total Stewardship."
|
||||
description="We act as the single point of contact for your entire property, overseeing every detail so you never have to coordinate vendors yourself."
|
||||
@@ -137,17 +106,11 @@ export default function LandingPage() {
|
||||
description="Your peace of mind is our product. We operate with elite-level security and total accountability for your home."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fully Insured & Bonded",
|
||||
description: "$2M liability plus care, custody, and control coverage.",
|
||||
},
|
||||
title: "Fully Insured & Bonded", description: "$2M liability plus care, custody, and control coverage."},
|
||||
{
|
||||
title: "Accountability First",
|
||||
description: "Professional oversight insurance (E&O) and bonded security for every visit.",
|
||||
},
|
||||
title: "Accountability First", description: "Professional oversight insurance (E&O) and bonded security for every visit."},
|
||||
{
|
||||
title: "Bilingual Service",
|
||||
description: "English & Spanish communication for seamless vendor management.",
|
||||
},
|
||||
title: "Bilingual Service", description: "English & Spanish communication for seamless vendor management."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gothic-architecture-spirituality-meet-courtyard-generated-by-ai_188544-47335.jpg"
|
||||
@@ -162,54 +125,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Vantage Grounds",
|
||||
price: "Custom",
|
||||
features: [
|
||||
"Elite exterior management",
|
||||
"Weekly grounds checks",
|
||||
"Irrigation monitoring",
|
||||
"Seasonal debris cleanup",
|
||||
],
|
||||
id: "p1", name: "Vantage Grounds", price: "Custom", features: [
|
||||
"Elite exterior management", "Weekly grounds checks", "Irrigation monitoring", "Seasonal debris cleanup"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Inquire", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Vantage Total Care",
|
||||
price: "Custom",
|
||||
features: [
|
||||
"Everything in Grounds",
|
||||
"Full interior audits",
|
||||
"HVAC/Plumbing oversight",
|
||||
"Quarterly maintenance reports",
|
||||
],
|
||||
id: "p2", name: "Vantage Total Care", price: "Custom", features: [
|
||||
"Everything in Grounds", "Full interior audits", "HVAC/Plumbing oversight", "Quarterly maintenance reports"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Inquire", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Vantage Estate",
|
||||
price: "Custom",
|
||||
features: [
|
||||
"Full concierge management",
|
||||
"24/7 priority service",
|
||||
"Vendor coordination",
|
||||
"Complete property stewardship",
|
||||
],
|
||||
id: "p3", name: "Vantage Estate", price: "Custom", features: [
|
||||
"Full concierge management", "24/7 priority service", "Vendor coordination", "Complete property stewardship"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Inquire", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -223,20 +159,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "1. Private Walkthrough",
|
||||
content: "We meet at your property to understand every nuance, specific needs, and aesthetic preferences.",
|
||||
},
|
||||
id: "f1", title: "1. Private Walkthrough", content: "We meet at your property to understand every nuance, specific needs, and aesthetic preferences."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "2. Health Assessment",
|
||||
content: "A detailed 50-point report evaluates every system in your home to create a proactive baseline.",
|
||||
},
|
||||
id: "f2", title: "2. Health Assessment", content: "A detailed 50-point report evaluates every system in your home to create a proactive baseline."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "3. Onboarding & Takeover",
|
||||
content: "We fully assume all management duties, onboarding your vendors and implementing your personalized service plan.",
|
||||
},
|
||||
id: "f3", title: "3. Onboarding & Takeover", content: "We fully assume all management duties, onboarding your vendors and implementing your personalized service plan."},
|
||||
]}
|
||||
sideTitle="Getting Started is Simple"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -247,47 +174,23 @@ export default function LandingPage() {
|
||||
<TestimonialCardThirteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "CEO",
|
||||
testimonial: "Vantage gave me my weekends back. Their attention to detail on my estate is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", handle: "CEO", testimonial: "Vantage gave me my weekends back. Their attention to detail on my estate is unmatched.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael K.",
|
||||
handle: "Architect",
|
||||
testimonial: "Truly professional stewardship. I never worry about maintenance anymore.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-rich-woman-posing-indoors_23-2149722597.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael K.", handle: "Architect", testimonial: "Truly professional stewardship. I never worry about maintenance anymore.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-rich-woman-posing-indoors_23-2149722597.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
handle: "Founder",
|
||||
testimonial: "The 50-point audit is genius. It caught two major plumbing issues before they started.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3863.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily R.", handle: "Founder", testimonial: "The 50-point audit is genius. It caught two major plumbing issues before they started.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3863.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David W.",
|
||||
handle: "Investor",
|
||||
testimonial: "Exceptional communication and absolute peace of mind. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199352.jpg",
|
||||
},
|
||||
id: "t4", name: "David W.", handle: "Investor", testimonial: "Exceptional communication and absolute peace of mind. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199352.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "James L.",
|
||||
handle: "Consultant",
|
||||
testimonial: "The service is seamless. Truly sets a new standard for luxury property management.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-rejoicing-woman-eats-tasty-croissant-home-unhealthy-food-concept_1153-6391.jpg",
|
||||
},
|
||||
id: "t5", name: "James L.", handle: "Consultant", testimonial: "The service is seamless. Truly sets a new standard for luxury property management.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-rejoicing-woman-eats-tasty-croissant-home-unhealthy-food-concept_1153-6391.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Elite Client Satisfaction"
|
||||
@@ -299,8 +202,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Schedule Your Private Consultation"
|
||||
description="Call us at 240-671-8794 or send a message below to discuss your estate's needs."
|
||||
|
||||
Reference in New Issue
Block a user