Merge version_1 into main #2
349
src/app/page.tsx
349
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "why-us",
|
||||
},
|
||||
{
|
||||
name: "ADU",
|
||||
id: "adu-spotlight",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
{ name: "ADU", id: "adu-spotlight" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="iLLUMi-SOL"
|
||||
/>
|
||||
@@ -58,109 +43,33 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Building Your Vision, From Permit to Finish"
|
||||
description="iLLUMi-SOL Construction provides premium ADU design and home improvement services across Southern California."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Lori D.",
|
||||
handle: "@customer",
|
||||
testimonial: "Comprehensive quote, professional service, great price... clean professional finish",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-shot-modern-house-with-white-relaxing-walls-furniture-technology_181624-3828.jpg?_wi=1",
|
||||
imageAlt: "construction site renovation",
|
||||
},
|
||||
{
|
||||
name: "Paula C.",
|
||||
handle: "@customer",
|
||||
testimonial: "Very professional, polite, arrived on time... great price compared to other places",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954766.jpg?_wi=1",
|
||||
imageAlt: "construction site renovation",
|
||||
},
|
||||
{
|
||||
name: "Cheryl S.",
|
||||
handle: "@customer",
|
||||
testimonial: "On time, courteous... really made the vision I had hoped for come true!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-small-space-contemporary-decor_23-2150836587.jpg?_wi=1",
|
||||
imageAlt: "construction site renovation",
|
||||
},
|
||||
{
|
||||
name: "Verified User",
|
||||
handle: "@google",
|
||||
testimonial: "Extremely professional. Took care of everything — permits, plans... inspections all passed without issues",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-wearing-protection-gloves_23-2149328089.jpg?_wi=1",
|
||||
imageAlt: "construction site renovation",
|
||||
},
|
||||
{
|
||||
name: "Alex R.",
|
||||
handle: "@customer",
|
||||
testimonial: "Excellent team and results. Highly recommended for any ADU projects.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-builders-works-building-site_1398-5092.jpg?_wi=1",
|
||||
imageAlt: "construction site renovation",
|
||||
},
|
||||
{ name: "Lori D.", handle: "@customer", testimonial: "Comprehensive quote, professional service, great price... clean professional finish", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-shot-modern-house-with-white-relaxing-walls-furniture-technology_181624-3828.jpg", imageAlt: "construction site renovation" },
|
||||
{ name: "Paula C.", handle: "@customer", testimonial: "Very professional, polite, arrived on time... great price compared to other places", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954766.jpg", imageAlt: "construction site renovation" },
|
||||
{ name: "Cheryl S.", handle: "@customer", testimonial: "On time, courteous... really made the vision I had hoped for come true!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-small-space-contemporary-decor_23-2150836587.jpg", imageAlt: "construction site renovation" },
|
||||
{ name: "Verified User", handle: "@google", testimonial: "Extremely professional. Took care of everything — permits, plans... inspections all passed without issues", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-wearing-protection-gloves_23-2149328089.jpg", imageAlt: "construction site renovation" },
|
||||
{ name: "Alex R.", handle: "@customer", testimonial: "Excellent team and results. Highly recommended for any ADU projects.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-builders-works-building-site_1398-5092.jpg", imageAlt: "construction site renovation" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Our Work",
|
||||
href: "#services",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-interior-shot-modern-house-with-white-relaxing-walls-furniture-technology_181624-3828.jpg?_wi=2"
|
||||
buttons={[{ text: "Get a Free Quote", href: "#contact" }, { text: "View Our Work", href: "#services" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-interior-shot-modern-house-with-white-relaxing-walls-furniture-technology_181624-3828.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
|
||||
alt: "Happy client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-happy-businessman-looking-camera_23-2148113005.jpg",
|
||||
alt: "Happy client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg",
|
||||
alt: "Happy client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg",
|
||||
alt: "Happy client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-smiling-blonde-russian-girl-puts-hands-chest-looking-side-isolated-orange-background-with-copy-space_141793-65450.jpg",
|
||||
alt: "Happy client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", alt: "Happy client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-happy-businessman-looking-camera_23-2148113005.jpg", alt: "Happy client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", alt: "Happy client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg", alt: "Happy client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-smiling-blonde-russian-girl-puts-hands-chest-looking-side-isolated-orange-background-with-copy-space_141793-65450.jpg", alt: "Happy client 5" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Permit-Ready",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Assured",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "On-Time Completion",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed Professionals",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "ADU Certified",
|
||||
},
|
||||
{ type: "text", text: "Permit-Ready" },
|
||||
{ type: "text", text: "Quality Assured" },
|
||||
{ type: "text", text: "On-Time Completion" },
|
||||
{ type: "text", text: "Licensed Professionals" },
|
||||
{ type: "text", text: "ADU Certified" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -172,48 +81,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "ADU Design & Construction",
|
||||
description: "2BR+ units, full permits & plans.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954766.jpg?_wi=2",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/picture-wooden-building-forest_259150-58903.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{
|
||||
title: "Bathroom Remodeling",
|
||||
description: "Modern elegance for your daily routine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-small-space-contemporary-decor_23-2150836587.jpg?_wi=2",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418574.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{
|
||||
title: "Wall Patching & Finishing",
|
||||
description: "Seamless repairs for a clean look.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-wearing-protection-gloves_23-2149328089.jpg?_wi=2",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-helmet-job_23-2149366662.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{
|
||||
title: "Home Improvement",
|
||||
description: "Comprehensive general contracting.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-builders-works-building-site_1398-5092.jpg?_wi=2",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/construction-worker-standing-ladder_23-2149366654.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{
|
||||
title: "Furniture Assembly",
|
||||
description: "Quick, professional assembly services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-relaxing-couch-after-moving-new-home_1163-4825.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/couple-handling-cardboard-boxes-with-belongings-after-moving-together-new-home_23-2149086814.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{
|
||||
title: "TV & Mirror Installation",
|
||||
description: "Precise mounting for any surface.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-group-people-playing-shooting-video-games-tv-console-drinking-beer-social-gathering-with-friends-having-fun-with-gaming-competition-leisure-activity-house-party_482257-47376.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-with-beard-worker-white-helmet-work-installation-lamps-height-professional-overalls-with-drill-repair-site_169016-8628.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{ title: "ADU Design & Construction", description: "2BR+ units, full permits & plans.", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954766.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/picture-wooden-building-forest_259150-58903.jpg", buttonText: "Learn More" },
|
||||
{ title: "Bathroom Remodeling", description: "Modern elegance for your daily routine.", imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-small-space-contemporary-decor_23-2150836587.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418574.jpg", buttonText: "Learn More" },
|
||||
{ title: "Wall Patching & Finishing", description: "Seamless repairs for a clean look.", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-wearing-protection-gloves_23-2149328089.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-helmet-job_23-2149366662.jpg", buttonText: "Learn More" },
|
||||
{ title: "Home Improvement", description: "Comprehensive general contracting.", imageSrc: "http://img.b2bpic.net/free-photo/two-builders-works-building-site_1398-5092.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/construction-worker-standing-ladder_23-2149366654.jpg", buttonText: "Learn More" },
|
||||
{ title: "Furniture Assembly", description: "Quick, professional assembly services.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-relaxing-couch-after-moving-new-home_1163-4825.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/couple-handling-cardboard-boxes-with-belongings-after-moving-together-new-home_23-2149086814.jpg", buttonText: "Learn More" },
|
||||
{ title: "TV & Mirror Installation", description: "Precise mounting for any surface.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-group-people-playing-shooting-video-games-tv-console-drinking-beer-social-gathering-with-friends-having-fun-with-gaming-competition-leisure-activity-house-party_482257-47376.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-with-beard-worker-white-helmet-work-installation-lamps-height-professional-overalls-with-drill-repair-site_169016-8628.jpg", buttonText: "Learn More" },
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="Transforming spaces with precision and quality."
|
||||
@@ -222,37 +95,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Licensed & Permitted",
|
||||
description: "Compliance guaranteed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-construction-site_23-2151889143.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "On-Time",
|
||||
title: "Arrival",
|
||||
description: "Respecting your schedule.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-worker-tiling-floor_23-2149343998.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5-Star",
|
||||
title: "Quality",
|
||||
description: "Clean professional finish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dipping-roller-brush-paint-home-renovation-handyman-renovating-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14187.jpg",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "Fair",
|
||||
title: "Pricing",
|
||||
description: "Reasonable & transparent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/master-lays-tiles-wall-builder-installs-tiles-renovation-work-wall-decor-sticker-apartment_166373-2091.jpg",
|
||||
},
|
||||
{ id: "m1", value: "100%", title: "Licensed & Permitted", description: "Compliance guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-construction-site_23-2151889143.jpg" },
|
||||
{ id: "m2", value: "On-Time", title: "Arrival", description: "Respecting your schedule.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-worker-tiling-floor_23-2149343998.jpg" },
|
||||
{ id: "m3", value: "5-Star", title: "Quality", description: "Clean professional finish.", imageSrc: "http://img.b2bpic.net/free-photo/dipping-roller-brush-paint-home-renovation-handyman-renovating-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14187.jpg" },
|
||||
{ id: "m4", value: "Fair", title: "Pricing", description: "Reasonable & transparent.", imageSrc: "http://img.b2bpic.net/free-photo/master-lays-tiles-wall-builder-installs-tiles-renovation-work-wall-decor-sticker-apartment_166373-2091.jpg" },
|
||||
]}
|
||||
title="Why Choose iLLUMi-SOL?"
|
||||
description="Excellence in construction and management."
|
||||
@@ -264,61 +114,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Lori D.",
|
||||
date: "Oct 2023",
|
||||
title: "Happy Homeowner",
|
||||
quote: "Comprehensive quote, professional service, great price... clean professional finish",
|
||||
tag: "5 stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-shot-modern-house-with-white-relaxing-walls-furniture-technology_181624-3828.jpg?_wi=3",
|
||||
imageAlt: "portrait happy homeowner",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Paula C.",
|
||||
date: "Nov 2023",
|
||||
title: "Renovation Project",
|
||||
quote: "Very professional, polite, arrived on time... great price compared to other places",
|
||||
tag: "5 stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954766.jpg?_wi=3",
|
||||
imageAlt: "portrait happy homeowner",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Cheryl S.",
|
||||
date: "Jan 2024",
|
||||
title: "Vision Realized",
|
||||
quote: "On time, courteous... really made the vision I had hoped for come true!",
|
||||
tag: "5 stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-african-american-bank-manager-shaking-hands-with-client-after-successful-agreement-office_637285-1150.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-small-space-contemporary-decor_23-2150836587.jpg?_wi=3",
|
||||
imageAlt: "portrait happy homeowner",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Google User",
|
||||
date: "Feb 2024",
|
||||
title: "ADU Build",
|
||||
quote: "Extremely professional. Took care of everything — permits, plans... inspections all passed without issues",
|
||||
tag: "5 stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-wearing-protection-gloves_23-2149328089.jpg?_wi=3",
|
||||
imageAlt: "portrait happy homeowner",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Verified Customer",
|
||||
date: "Mar 2024",
|
||||
title: "Great Work",
|
||||
quote: "The team was professional and efficient from start to finish.",
|
||||
tag: "5 stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/creative-workers-standing-near-work-table-being-happy-finish-their-work_273609-14159.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-builders-works-building-site_1398-5092.jpg?_wi=3",
|
||||
imageAlt: "portrait happy homeowner",
|
||||
},
|
||||
{ id: "t1", name: "Lori D.", date: "Oct 2023", title: "Happy Homeowner", quote: "Comprehensive quote, professional service, great price... clean professional finish", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-shot-modern-house-with-white-relaxing-walls-furniture-technology_181624-3828.jpg", imageAlt: "portrait happy homeowner" },
|
||||
{ id: "t2", name: "Paula C.", date: "Nov 2023", title: "Renovation Project", quote: "Very professional, polite, arrived on time... great price compared to other places", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954766.jpg", imageAlt: "portrait happy homeowner" },
|
||||
{ id: "t3", name: "Cheryl S.", date: "Jan 2024", title: "Vision Realized", quote: "On time, courteous... really made the vision I had hoped for come true!", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/happy-african-american-bank-manager-shaking-hands-with-client-after-successful-agreement-office_637285-1150.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-small-space-contemporary-decor_23-2150836587.jpg", imageAlt: "portrait happy homeowner" },
|
||||
{ id: "t4", name: "Google User", date: "Feb 2024", title: "ADU Build", quote: "Extremely professional. Took care of everything — permits, plans... inspections all passed without issues", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-wearing-protection-gloves_23-2149328089.jpg", imageAlt: "portrait happy homeowner" },
|
||||
{ id: "t5", name: "Verified Customer", date: "Mar 2024", title: "Great Work", quote: "The team was professional and efficient from start to finish.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/creative-workers-standing-near-work-table-being-happy-finish-their-work_273609-14159.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-builders-works-building-site_1398-5092.jpg", imageAlt: "portrait happy homeowner" },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="5-star reviews from satisfied customers."
|
||||
@@ -329,15 +129,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "ADU Specialists",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-blank-clipboard-keyboard-blueprint_23-2148183049.jpg",
|
||||
alt: "ADU Build",
|
||||
},
|
||||
{ type: "text", content: "ADU Specialists" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/top-view-blank-clipboard-keyboard-blueprint_23-2148183049.jpg", alt: "ADU Build" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -346,15 +139,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Home Depot Pro",
|
||||
"Southern California Association",
|
||||
"Builder's Union",
|
||||
"PermitPros Inc",
|
||||
"Renovation Experts",
|
||||
"Quality Assurance Seal",
|
||||
"Building Standards Association",
|
||||
]}
|
||||
names={["Home Depot Pro", "Southern California Association", "Builder's Union", "PermitPros Inc", "Renovation Experts", "Quality Assurance Seal", "Building Standards Association"]}
|
||||
title="Trusted Partners"
|
||||
description="Working with industry leaders for your project."
|
||||
/>
|
||||
@@ -365,21 +150,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you handle permits?",
|
||||
content: "Yes, we handle all permitting and inspection processes end-to-end.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Where do you work?",
|
||||
content: "We serve the Southern California area.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can you handle big projects?",
|
||||
content: "Yes, we specialize in ADUs and comprehensive home improvement.",
|
||||
},
|
||||
{ id: "q1", title: "Do you handle permits?", content: "Yes, we handle all permitting and inspection processes end-to-end." },
|
||||
{ id: "q2", title: "Where do you work?", content: "We serve the Southern California area." },
|
||||
{ id: "q3", title: "Can you handle big projects?", content: "Yes, we specialize in ADUs and comprehensive home improvement." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Get answers about our process."
|
||||
@@ -392,9 +165,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Request Your Free Quote"
|
||||
description="Ready to get started on your vision?"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-business-center_1127-3112.jpg"
|
||||
@@ -406,32 +177,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "iLLUMi-SOL",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#why-us",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "iLLUMi-SOL", items: [{ label: "About Us", href: "#why-us" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 iLLUMi-SOL Construction Services."
|
||||
bottomRightText="Home Depot Pro Referral Partner."
|
||||
|
||||
Reference in New Issue
Block a user