Update src/app/page.tsx
This commit is contained in:
341
src/app/page.tsx
341
src/app/page.tsx
@@ -34,29 +34,17 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Projects",
|
name: "Projects", id: "#projects"},
|
||||||
id: "#projects",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="The Violette Company"
|
brandName="The Violette Company"
|
||||||
/>
|
/>
|
||||||
@@ -66,88 +54,48 @@ export default function LandingPage() {
|
|||||||
<HeroSplitTestimonial
|
<HeroSplitTestimonial
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
title="Building Dreams, Crafting Homes in Portland, Maine"
|
title="Building Dreams, Crafting Homes in Portland, Maine"
|
||||||
description="The Violette Company is your trusted partner for exceptional residential construction and custom home building across the Greater Portland area. Dedicated to quality and craftsmanship."
|
description="The Violette Company is your trusted partner for exceptional residential construction and custom home building across the Greater Portland area. Dedicated to quality and craftsmanship."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Sarah J.",
|
name: "Sarah J.", handle: "@homeowner_sarah", testimonial: "The Violette Company transformed our vision into a stunning reality. Their attention to detail and commitment to quality made our dream home a pleasure to build!", rating: 5,
|
||||||
handle: "@homeowner_sarah",
|
imageSrc: "http://img.b2bpic.net/free-photo/parents-daughter-spending-time-together-while-wearing-linen-clothing_23-2150659515.jpg", imageAlt: "Sarah J."},
|
||||||
testimonial: "The Violette Company transformed our vision into a stunning reality. Their attention to detail and commitment to quality made our dream home a pleasure to build!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/parents-daughter-spending-time-together-while-wearing-linen-clothing_23-2150659515.jpg",
|
|
||||||
imageAlt: "Sarah J.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Michael T.",
|
name: "Michael T.", handle: "@client_michael", testimonial: "Professional, reliable, and exceptional craftsmanship. The Violette Company exceeded all our expectations for our renovation project. Highly recommend!", rating: 5,
|
||||||
handle: "@client_michael",
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg", imageAlt: "Michael T."},
|
||||||
testimonial: "Professional, reliable, and exceptional craftsmanship. The Violette Company exceeded all our expectations for our renovation project. Highly recommend!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg",
|
|
||||||
imageAlt: "Michael T.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Emily R.",
|
name: "Emily R.", handle: "@portland_living", testimonial: "We couldn't be happier with our new custom home. The team at Violette guided us every step of the way with expertise and genuine care.", rating: 5,
|
||||||
handle: "@portland_living",
|
imageSrc: "http://img.b2bpic.net/free-photo/preparing-room-new-furniture_329181-9754.jpg", imageAlt: "Emily R."},
|
||||||
testimonial: "We couldn't be happier with our new custom home. The team at Violette guided us every step of the way with expertise and genuine care.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/preparing-room-new-furniture_329181-9754.jpg",
|
|
||||||
imageAlt: "Emily R.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "David K.",
|
name: "David K.", handle: "@mainebuilds", testimonial: "Their work ethic and quality are unmatched. The Violette Company made our residential construction project smooth and stress-free.", rating: 5,
|
||||||
handle: "@mainebuilds",
|
imageSrc: "http://img.b2bpic.net/free-photo/family-picnic-park_1303-9636.jpg", imageAlt: "David K."},
|
||||||
testimonial: "Their work ethic and quality are unmatched. The Violette Company made our residential construction project smooth and stress-free.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/family-picnic-park_1303-9636.jpg",
|
|
||||||
imageAlt: "David K.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Jessica L.",
|
name: "Jessica L.", handle: "@design_lover", testimonial: "An incredible experience from start to finish. The Violette Company delivered a beautiful, high-quality home that truly reflects our style.", rating: 5,
|
||||||
handle: "@design_lover",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-jolly-adult-engaging-virtual-workshop-course-via-web-teleconference_482257-120792.jpg", imageAlt: "Jessica L."},
|
||||||
testimonial: "An incredible experience from start to finish. The Violette Company delivered a beautiful, high-quality home that truly reflects our style.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-jolly-adult-engaging-virtual-workshop-course-via-web-teleconference_482257-120792.jpg",
|
|
||||||
imageAlt: "Jessica L.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
testimonialRotationInterval={5000}
|
testimonialRotationInterval={5000}
|
||||||
tag="Home Builders since 1995"
|
tag="Home Builders since 1995"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get a Free Quote",
|
text: "Get a Free Quote", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "View Our Projects",
|
text: "View Our Projects", href: "#projects"},
|
||||||
href: "#projects",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", alt: "John Doe"},
|
||||||
alt: "John Doe",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-good-looking-smiling-woman-with-dark-hair-expresses-positive-feelings_273609-25139.jpg",
|
src: "http://img.b2bpic.net/free-photo/indoor-shot-good-looking-smiling-woman-with-dark-hair-expresses-positive-feelings_273609-25139.jpg", alt: "Jane Smith"},
|
||||||
alt: "Jane Smith",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-manual-worker-warehouse_329181-12798.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-manual-worker-warehouse_329181-12798.jpg", alt: "Robert Brown"},
|
||||||
alt: "Robert Brown",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-old-woman-looking-camera_23-2148231831.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-old-woman-looking-camera_23-2148231831.jpg", alt: "Alice Green"},
|
||||||
alt: "Alice Green",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-yellow-scene_23-2148184745.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-yellow-scene_23-2148184745.jpg", alt: "Satisfied client"},
|
||||||
alt: "Satisfied client",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join 100+ Happy Homeowners"
|
avatarText="Join 100+ Happy Homeowners"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-construction-engineer-looking-camera_23-2148233714.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-construction-engineer-looking-camera_23-2148233714.jpg"
|
||||||
@@ -156,25 +104,15 @@ export default function LandingPage() {
|
|||||||
fixedMediaHeight={true}
|
fixedMediaHeight={true}
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Crafting Quality Homes"},
|
||||||
text: "Crafting Quality Homes",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Building Dreams since 1995"},
|
||||||
text: "Building Dreams since 1995",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Your Vision, Our Expertise"},
|
||||||
text: "Your Vision, Our Expertise",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Local Portland Builders"},
|
||||||
text: "Local Portland Builders",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Renovations & Additions"},
|
||||||
text: "Renovations & Additions",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -184,24 +122,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "The Violette Company: Your Vision, Our "},
|
||||||
content: "The Violette Company: Your Vision, Our ",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/3d-rendering-house-model_23-2150799661.jpg", alt: "Architectural blueprint"},
|
||||||
src: "http://img.b2bpic.net/free-photo/3d-rendering-house-model_23-2150799661.jpg",
|
|
||||||
alt: "Architectural blueprint",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: " Craftsmanship"},
|
||||||
content: " Craftsmanship",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Our Story",
|
text: "Our Story", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -214,38 +143,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "custom-homes",
|
id: "custom-homes", title: "Custom Home Builds", tags: [
|
||||||
title: "Custom Home Builds",
|
"Design", "Build", "Luxury"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-residential-area-with-houses-along-canal_1308-189700.jpg", imageAlt: "Custom luxury home exterior"},
|
||||||
"Design",
|
|
||||||
"Build",
|
|
||||||
"Luxury",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-residential-area-with-houses-along-canal_1308-189700.jpg",
|
|
||||||
imageAlt: "Custom luxury home exterior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "renovations",
|
id: "renovations", title: "Major Renovations", tags: [
|
||||||
title: "Major Renovations",
|
"Modernization", "Expansion", "Remodel"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/elegant-matte-black-faucet-dark-kitchen-premium-interior-design-with-minimalist-furniture_169016-72709.jpg", imageAlt: "Modern kitchen renovation"},
|
||||||
"Modernization",
|
|
||||||
"Expansion",
|
|
||||||
"Remodel",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-matte-black-faucet-dark-kitchen-premium-interior-design-with-minimalist-furniture_169016-72709.jpg",
|
|
||||||
imageAlt: "Modern kitchen renovation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "additions",
|
id: "additions", title: "Home Additions", tags: [
|
||||||
title: "Home Additions",
|
"Extensions", "New Spaces", "Seamless"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-hammer-drill-looking-away_23-2148748783.jpg", imageAlt: "New home addition exterior"},
|
||||||
"Extensions",
|
|
||||||
"New Spaces",
|
|
||||||
"Seamless",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-hammer-drill-looking-away_23-2148748783.jpg",
|
|
||||||
imageAlt: "New home addition exterior",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Residential Construction Services"
|
title="Our Residential Construction Services"
|
||||||
description="From custom homes to thoughtful renovations, we offer comprehensive building solutions tailored to your unique needs and vision."
|
description="From custom homes to thoughtful renovations, we offer comprehensive building solutions tailored to your unique needs and vision."
|
||||||
@@ -262,53 +170,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "project-1",
|
id: "project-1", name: "The Coastal Retreat", price: "Starting at $850,000", variant: "Custom Build", imageSrc: "http://img.b2bpic.net/free-photo/luxury-sunset-poolside-relaxation-with-stunning-landscape-view-generated-by-ai_188544-30833.jpg", imageAlt: "Luxury modern home exterior"},
|
||||||
name: "The Coastal Retreat",
|
|
||||||
price: "Starting at $850,000",
|
|
||||||
variant: "Custom Build",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-sunset-poolside-relaxation-with-stunning-landscape-view-generated-by-ai_188544-30833.jpg",
|
|
||||||
imageAlt: "Luxury modern home exterior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "project-2",
|
id: "project-2", name: "Historic Charm Renovation", price: "Starting at $250,000", variant: "Historic Renovation", imageSrc: "http://img.b2bpic.net/free-photo/window-house-from-st-john-virgin-islands_649448-1850.jpg", imageAlt: "Traditional renovated home"},
|
||||||
name: "Historic Charm Renovation",
|
|
||||||
price: "Starting at $250,000",
|
|
||||||
variant: "Historic Renovation",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/window-house-from-st-john-virgin-islands_649448-1850.jpg",
|
|
||||||
imageAlt: "Traditional renovated home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "project-3",
|
id: "project-3", name: "Modern Farmhouse Estate", price: "Starting at $720,000", variant: "New Construction", imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498427.jpg", imageAlt: "Modern farmhouse style exterior"},
|
||||||
name: "Modern Farmhouse Estate",
|
|
||||||
price: "Starting at $720,000",
|
|
||||||
variant: "New Construction",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498427.jpg",
|
|
||||||
imageAlt: "Modern farmhouse style exterior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "project-4",
|
id: "project-4", name: "Waterfront Oasis", price: "Starting at $1,200,000", variant: "Luxury Build", imageSrc: "http://img.b2bpic.net/free-photo/glamorous-young-woman-blue-jeans-sitting-window-sill_197531-20601.jpg", imageAlt: "Coastal beach house"},
|
||||||
name: "Waterfront Oasis",
|
|
||||||
price: "Starting at $1,200,000",
|
|
||||||
variant: "Luxury Build",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/glamorous-young-woman-blue-jeans-sitting-window-sill_197531-20601.jpg",
|
|
||||||
imageAlt: "Coastal beach house",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "project-5",
|
id: "project-5", name: "Urban Townhome Remodel", price: "Starting at $300,000", variant: "Contemporary Renovation", imageSrc: "http://img.b2bpic.net/free-photo/blue-building-apartment-building_1203-703.jpg", imageAlt: "Urban townhouse exterior"},
|
||||||
name: "Urban Townhome Remodel",
|
|
||||||
price: "Starting at $300,000",
|
|
||||||
variant: "Contemporary Renovation",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-building-apartment-building_1203-703.jpg",
|
|
||||||
imageAlt: "Urban townhouse exterior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "project-6",
|
id: "project-6", name: "Eco-Friendly Residence", price: "Starting at $680,000", variant: "Sustainable Design", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-house-model_23-2150799745.jpg", imageAlt: "Sustainable eco-friendly home"},
|
||||||
name: "Eco-Friendly Residence",
|
|
||||||
price: "Starting at $680,000",
|
|
||||||
variant: "Sustainable Design",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-house-model_23-2150799745.jpg",
|
|
||||||
imageAlt: "Sustainable eco-friendly home",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Explore Our Signature Projects"
|
title="Explore Our Signature Projects"
|
||||||
description="Browse a selection of our recently completed residential homes and renovation projects throughout the Greater Portland region."
|
description="Browse a selection of our recently completed residential homes and renovation projects throughout the Greater Portland region."
|
||||||
@@ -324,34 +196,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "years",
|
id: "years", value: "29+", title: "Years in Business", items: [
|
||||||
value: "29+",
|
"Established in 1995", "Decades of experience", "Local Portland expertise"],
|
||||||
title: "Years in Business",
|
|
||||||
items: [
|
|
||||||
"Established in 1995",
|
|
||||||
"Decades of experience",
|
|
||||||
"Local Portland expertise",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "projects",
|
id: "projects", value: "150+", title: "Projects Completed", items: [
|
||||||
value: "150+",
|
"Custom homes built", "Extensive renovations", "Successful additions"],
|
||||||
title: "Projects Completed",
|
|
||||||
items: [
|
|
||||||
"Custom homes built",
|
|
||||||
"Extensive renovations",
|
|
||||||
"Successful additions",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "satisfaction",
|
id: "satisfaction", value: "4.0/5", title: "Client Satisfaction", items: [
|
||||||
value: "4.0/5",
|
"Based on public reviews", "Commitment to excellence", "Building lasting relationships"],
|
||||||
title: "Client Satisfaction",
|
|
||||||
items: [
|
|
||||||
"Based on public reviews",
|
|
||||||
"Commitment to excellence",
|
|
||||||
"Building lasting relationships",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Commitment to Excellence"
|
title="Our Commitment to Excellence"
|
||||||
@@ -366,43 +220,21 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-their-new-home-with-cardboard-boxes_23-2148060100.jpg", imageAlt: "Sarah J."},
|
||||||
name: "Sarah J.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-their-new-home-with-cardboard-boxes_23-2148060100.jpg",
|
|
||||||
imageAlt: "Sarah J.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael T.", imageSrc: "http://img.b2bpic.net/free-photo/adult-men-working-together-project_23-2148483886.jpg", imageAlt: "Michael T."},
|
||||||
name: "Michael T.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-men-working-together-project_23-2148483886.jpg",
|
|
||||||
imageAlt: "Michael T.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/aged-woman-man-with-tv-remote-watching-tv-sofa_23-2148033653.jpg", imageAlt: "Emily R."},
|
||||||
name: "Emily R.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-woman-man-with-tv-remote-watching-tv-sofa_23-2148033653.jpg",
|
|
||||||
imageAlt: "Emily R.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-little-daughter-moving-into-new-house_1303-23761.jpg", imageAlt: "David K."},
|
||||||
name: "David K.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-little-daughter-moving-into-new-house_1303-23761.jpg",
|
|
||||||
imageAlt: "David K.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-manager-holding-business-presentation-looking-camera-while-standing-front-whiteboard_637285-6989.jpg", imageAlt: "Jessica L."},
|
||||||
name: "Jessica L.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-manager-holding-business-presentation-looking-camera-while-standing-front-whiteboard_637285-6989.jpg",
|
|
||||||
imageAlt: "Jessica L.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="Building Trust, One Home at a Time"
|
cardTitle="Building Trust, One Home at a Time"
|
||||||
cardTag="Client Success"
|
cardTag="Client Success"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Read All Reviews",
|
text: "Read All Reviews", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
cardAnimation="slide-up"
|
cardAnimation="slide-up"
|
||||||
@@ -415,25 +247,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "What areas do you serve?", content: "The Violette Company proudly serves homeowners throughout Portland, Maine, and the surrounding Greater Portland communities. Contact us to confirm service availability in your specific location."},
|
||||||
title: "What areas do you serve?",
|
|
||||||
content: "The Violette Company proudly serves homeowners throughout Portland, Maine, and the surrounding Greater Portland communities. Contact us to confirm service availability in your specific location.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "What is your construction process?", content: "Our process begins with an initial consultation to understand your vision, followed by detailed planning, design collaboration, transparent proposals, expert construction, and meticulous finishing, ensuring your satisfaction at every stage."},
|
||||||
title: "What is your construction process?",
|
|
||||||
content: "Our process begins with an initial consultation to understand your vision, followed by detailed planning, design collaboration, transparent proposals, expert construction, and meticulous finishing, ensuring your satisfaction at every stage.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Do you offer custom home design?", content: "Yes, we specialize in custom home builds and work closely with architects and designers to bring your unique vision to life. We ensure every detail reflects your personal style and needs."},
|
||||||
title: "Do you offer custom home design?",
|
|
||||||
content: "Yes, we specialize in custom home builds and work closely with architects and designers to bring your unique vision to life. We ensure every detail reflects your personal style and needs.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q4",
|
id: "q4", title: "How long does a typical project take?", content: "Project timelines vary significantly based on scope, complexity, and materials. We provide a detailed project schedule after the planning phase, keeping you informed every step of the way."},
|
||||||
title: "How long does a typical project take?",
|
|
||||||
content: "Project timelines vary significantly based on scope, complexity, and materials. We provide a detailed project schedule after the planning phase, keeping you informed every step of the way.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Find answers to common inquiries about our home building process, services, and commitment to quality."
|
description="Find answers to common inquiries about our home building process, services, and commitment to quality."
|
||||||
@@ -449,15 +269,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Portland Lumber Co.",
|
"Portland Lumber Co.", "Maine Architects Guild", "Coastal Landscape Design", "Pine Tree Plumbing", "Bank of Maine Lending", "Smart Home Innovations", "Greater Portland Chamber", "Quality Stone Works"]}
|
||||||
"Maine Architects Guild",
|
|
||||||
"Coastal Landscape Design",
|
|
||||||
"Pine Tree Plumbing",
|
|
||||||
"Bank of Maine Lending",
|
|
||||||
"Smart Home Innovations",
|
|
||||||
"Greater Portland Chamber",
|
|
||||||
"Quality Stone Works",
|
|
||||||
]}
|
|
||||||
title="Our Valued Partners"
|
title="Our Valued Partners"
|
||||||
description="We collaborate with leading local suppliers, skilled tradespeople, and trusted professionals to ensure every project meets the highest standards of quality and efficiency."
|
description="We collaborate with leading local suppliers, skilled tradespeople, and trusted professionals to ensure every project meets the highest standards of quality and efficiency."
|
||||||
tag="Trusted Network"
|
tag="Trusted Network"
|
||||||
@@ -471,8 +283,7 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
tag="Get Started"
|
tag="Get Started"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -480,13 +291,9 @@ export default function LandingPage() {
|
|||||||
description="Contact The Violette Company today for a personalized consultation. Let's discuss your vision and bring your residential construction project to life."
|
description="Contact The Violette Company today for a personalized consultation. Let's discuss your vision and bring your residential construction project to life."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Request a Consultation",
|
text: "Request a Consultation", href: "mailto:hello@violettecompany.com"},
|
||||||
href: "mailto:hello@violettecompany.com",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Call Us: (207) 776-0383",
|
text: "Call Us: (207) 776-0383", href: "tel:+12077760383"},
|
||||||
href: "tel:+12077760383",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -499,19 +306,13 @@ export default function LandingPage() {
|
|||||||
socialLinks={[
|
socialLinks={[
|
||||||
{
|
{
|
||||||
icon: Facebook,
|
icon: Facebook,
|
||||||
href: "https://facebook.com/theviolettecompany",
|
href: "https://facebook.com/theviolettecompany", ariaLabel: "Facebook"},
|
||||||
ariaLabel: "Facebook",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Instagram,
|
icon: Instagram,
|
||||||
href: "https://instagram.com/theviolettecompany",
|
href: "https://instagram.com/theviolettecompany", ariaLabel: "Instagram"},
|
||||||
ariaLabel: "Instagram",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Linkedin,
|
icon: Linkedin,
|
||||||
href: "https://linkedin.com/company/theviolettecompany",
|
href: "https://linkedin.com/company/theviolettecompany", ariaLabel: "LinkedIn"},
|
||||||
ariaLabel: "LinkedIn",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user