Merge version_1 into main #1
352
src/app/page.tsx
352
src/app/page.tsx
@@ -33,79 +33,44 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "#projects",
|
||||
},
|
||||
name: "Projects", id: "#projects"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Precision Contracting"
|
||||
bottomLeftText="Building Excellence"
|
||||
bottomRightText="precision@example.com"
|
||||
button={{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "downward-rays-static-grid",
|
||||
}}
|
||||
variant: "downward-rays-static-grid"}}
|
||||
title="Building Dreams, One Project at a Time."
|
||||
description="Your trusted partner for residential and commercial construction, delivering quality and precision in every detail."
|
||||
tag="Experience Excellence"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Estimate", href: "#contact"},
|
||||
{
|
||||
text: "View Our Portfolio",
|
||||
href: "#projects",
|
||||
},
|
||||
text: "View Our Portfolio", href: "#projects"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colonial-style-building_1150-18029.jpg",
|
||||
imageAlt: "Modern home construction exterior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colonial-style-building_1150-18029.jpg", imageAlt: "Modern home construction exterior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162820.jpg",
|
||||
imageAlt: "Commercial building construction",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/power-people-detroit-mi_181624-26426.jpg",
|
||||
imageAlt: "Large scale commercial development",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976527.jpg",
|
||||
imageAlt: "High-end residential renovation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248375.jpg",
|
||||
imageAlt: "Modern architectural design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162820.jpg", imageAlt: "Commercial building construction"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -121,17 +86,11 @@ export default function LandingPage() {
|
||||
description="Precision General Contracting is dedicated to transforming your ideas into reality. With years of experience and a commitment to quality, we ensure every project meets the highest standards, on time and within budget."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Quality Craftsmanship",
|
||||
description: "We use only the best materials and skilled artisans to deliver superior results that stand the test of time.",
|
||||
},
|
||||
title: "Quality Craftsmanship", description: "We use only the best materials and skilled artisans to deliver superior results that stand the test of time."},
|
||||
{
|
||||
title: "Timely Completion",
|
||||
description: "Our efficient project management ensures your project is completed on schedule without compromising quality.",
|
||||
},
|
||||
title: "Timely Completion", description: "Our efficient project management ensures your project is completed on schedule without compromising quality."},
|
||||
{
|
||||
title: "Transparent Communication",
|
||||
description: "We keep you informed every step of the way, fostering trust and clarity throughout the construction process.",
|
||||
},
|
||||
title: "Transparent Communication", description: "We keep you informed every step of the way, fostering trust and clarity throughout the construction process."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/three-men-with-drawing-discussing-construction-site_259150-57627.jpg"
|
||||
imageAlt="Construction team reviewing blueprints on a site"
|
||||
@@ -146,53 +105,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "residential",
|
||||
title: "Residential Construction",
|
||||
descriptions: [
|
||||
"Custom Homes",
|
||||
"Home Additions",
|
||||
"Luxury Remodels",
|
||||
"Garage Builds",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-writing-background-wooden-house_23-2148301752.jpg",
|
||||
imageAlt: "Modern residential home under construction",
|
||||
},
|
||||
id: "residential", title: "Residential Construction", descriptions: [
|
||||
"Custom Homes", "Home Additions", "Luxury Remodels", "Garage Builds"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-writing-background-wooden-house_23-2148301752.jpg", imageAlt: "Modern residential home under construction"},
|
||||
{
|
||||
id: "commercial",
|
||||
title: "Commercial Development",
|
||||
descriptions: [
|
||||
"Office Buildings",
|
||||
"Retail Spaces",
|
||||
"Industrial Facilities",
|
||||
"Tenant Improvements",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shoe-shop-blurred_1203-826.jpg",
|
||||
imageAlt: "Interior of a modern commercial office building",
|
||||
},
|
||||
id: "commercial", title: "Commercial Development", descriptions: [
|
||||
"Office Buildings", "Retail Spaces", "Industrial Facilities", "Tenant Improvements"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shoe-shop-blurred_1203-826.jpg", imageAlt: "Interior of a modern commercial office building"},
|
||||
{
|
||||
id: "renovation",
|
||||
title: "Renovation & Remodeling",
|
||||
descriptions: [
|
||||
"Kitchen Remodels",
|
||||
"Bathroom Upgrades",
|
||||
"Basement Finishing",
|
||||
"Whole-Home Renovations",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813108.jpg",
|
||||
imageAlt: "Modern kitchen renovation in progress",
|
||||
},
|
||||
id: "renovation", title: "Renovation & Remodeling", descriptions: [
|
||||
"Kitchen Remodels", "Bathroom Upgrades", "Basement Finishing", "Whole-Home Renovations"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813108.jpg", imageAlt: "Modern kitchen renovation in progress"},
|
||||
{
|
||||
id: "management",
|
||||
title: "Project Management",
|
||||
descriptions: [
|
||||
"Planning & Design",
|
||||
"Budgeting & Scheduling",
|
||||
"Permit Acquisition",
|
||||
"Site Supervision",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-lady-safety-helmet-sitting-near-model-building_23-2148039864.jpg",
|
||||
imageAlt: "Construction site manager reviewing plans on a tablet",
|
||||
},
|
||||
id: "management", title: "Project Management", descriptions: [
|
||||
"Planning & Design", "Budgeting & Scheduling", "Permit Acquisition", "Site Supervision"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-lady-safety-helmet-sitting-near-model-building_23-2148039864.jpg", imageAlt: "Construction site manager reviewing plans on a tablet"},
|
||||
]}
|
||||
title="Our Comprehensive Services"
|
||||
description="From residential remodels to large-scale commercial builds, Precision General Contracting offers a full spectrum of services tailored to your specific needs."
|
||||
@@ -207,47 +134,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Luxury Custom Home",
|
||||
price: "View Details",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cliffside-villa_23-2152016390.jpg",
|
||||
imageAlt: "Exterior of a luxury custom home",
|
||||
},
|
||||
id: "p1", name: "Luxury Custom Home", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/modern-cliffside-villa_23-2152016390.jpg", imageAlt: "Exterior of a luxury custom home"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Modern Office Renovation",
|
||||
price: "View Details",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-business-meeting-yellow-working-room-with-stair_105762-1996.jpg",
|
||||
imageAlt: "Interior of a modern office renovation",
|
||||
},
|
||||
id: "p2", name: "Modern Office Renovation", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-business-meeting-yellow-working-room-with-stair_105762-1996.jpg", imageAlt: "Interior of a modern office renovation"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Contemporary Retail Space",
|
||||
price: "View Details",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976618.jpg",
|
||||
imageAlt: "Interior of a contemporary retail space",
|
||||
},
|
||||
id: "p3", name: "Contemporary Retail Space", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976618.jpg", imageAlt: "Interior of a contemporary retail space"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Sleek Kitchen Remodel",
|
||||
price: "View Details",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/whole-fresh-orange-fruits-with-leaves-placed-board_114579-46680.jpg",
|
||||
imageAlt: "Modern kitchen with white cabinets",
|
||||
},
|
||||
id: "p4", name: "Sleek Kitchen Remodel", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/whole-fresh-orange-fruits-with-leaves-placed-board_114579-46680.jpg", imageAlt: "Modern kitchen with white cabinets"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Elegant Bathroom Renovation",
|
||||
price: "View Details",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bath-house-bathroom-faucet-bright_1203-5166.jpg",
|
||||
imageAlt: "Luxurious bathroom interior",
|
||||
},
|
||||
id: "p5", name: "Elegant Bathroom Renovation", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/bath-house-bathroom-faucet-bright_1203-5166.jpg", imageAlt: "Luxurious bathroom interior"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "New Residential Build",
|
||||
price: "View Details",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-4040.jpg",
|
||||
imageAlt: "Newly built modern residential house",
|
||||
},
|
||||
id: "p6", name: "New Residential Build", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-4040.jpg", imageAlt: "Newly built modern residential house"},
|
||||
]}
|
||||
title="Our Featured Projects"
|
||||
description="Browse a selection of our recent work, showcasing the quality and precision we bring to every build, from concept to completion."
|
||||
@@ -262,25 +159,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
description: "Years of Experience",
|
||||
},
|
||||
id: "m1", value: "15+", description: "Years of Experience"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "250+",
|
||||
description: "Projects Completed",
|
||||
},
|
||||
id: "m2", value: "250+", description: "Projects Completed"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
description: "Client Satisfaction",
|
||||
},
|
||||
id: "m3", value: "98%", description: "Client Satisfaction"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "10+",
|
||||
description: "Industry Awards Won",
|
||||
},
|
||||
id: "m4", value: "10+", description: "Industry Awards Won"},
|
||||
]}
|
||||
title="Our Track Record of Success"
|
||||
description="Proudly delivering outstanding results and building lasting relationships with our clients through dedication and craftsmanship."
|
||||
@@ -293,65 +178,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
date: "May 2023",
|
||||
title: "Dream Home Delivered!",
|
||||
quote: "Precision General Contracting turned our vision for a custom home into a breathtaking reality. Their attention to detail and professionalism were unmatched. We couldn't be happier!",
|
||||
tag: "Residential",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
|
||||
avatarAlt: "Sarah J. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920965.jpg",
|
||||
imageAlt: "Completed custom home interior",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", date: "May 2023", title: "Dream Home Delivered!", quote: "Precision General Contracting turned our vision for a custom home into a breathtaking reality. Their attention to detail and professionalism were unmatched. We couldn't be happier!", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", avatarAlt: "Sarah J. avatar", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920965.jpg", imageAlt: "Completed custom home interior"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael D.",
|
||||
date: "Feb 2024",
|
||||
title: "Flawless Commercial Build",
|
||||
quote: "The team at Precision handled our new office building project flawlessly. They stayed on budget and delivered ahead of schedule. Highly recommended for any commercial needs.",
|
||||
tag: "Commercial",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-confident-standing-street_839833-33403.jpg",
|
||||
avatarAlt: "Michael D. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sportive-man-working-out-street_23-2147757978.jpg",
|
||||
imageAlt: "Modern office building exterior",
|
||||
},
|
||||
id: "t2", name: "Michael D.", date: "Feb 2024", title: "Flawless Commercial Build", quote: "The team at Precision handled our new office building project flawlessly. They stayed on budget and delivered ahead of schedule. Highly recommended for any commercial needs.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-confident-standing-street_839833-33403.jpg", avatarAlt: "Michael D. avatar", imageSrc: "http://img.b2bpic.net/free-photo/sportive-man-working-out-street_23-2147757978.jpg", imageAlt: "Modern office building exterior"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
date: "Jul 2023",
|
||||
title: "Stunning Kitchen Remodel",
|
||||
quote: "Our kitchen remodel exceeded all expectations! Precision General Contracting provided excellent guidance and executed the design with incredible skill. It's truly the heart of our home now.",
|
||||
tag: "Remodeling",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
avatarAlt: "Emily R. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-blends-with-nature-s-vibrant-colors-generated-by-ai_188544-30782.jpg",
|
||||
imageAlt: "Renovated kitchen interior",
|
||||
},
|
||||
id: "t3", name: "Emily R.", date: "Jul 2023", title: "Stunning Kitchen Remodel", quote: "Our kitchen remodel exceeded all expectations! Precision General Contracting provided excellent guidance and executed the design with incredible skill. It's truly the heart of our home now.", tag: "Remodeling", avatarSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", avatarAlt: "Emily R. avatar", imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-blends-with-nature-s-vibrant-colors-generated-by-ai_188544-30782.jpg", imageAlt: "Renovated kitchen interior"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
date: "Nov 2023",
|
||||
title: "Exceptional Project Management",
|
||||
quote: "We've worked with many contractors, but Precision's project management stands out. Their communication, transparency, and problem-solving made the entire process stress-free.",
|
||||
tag: "Project Management",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-summer-city_1157-16340.jpg",
|
||||
avatarAlt: "David K. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg",
|
||||
imageAlt: "Construction project meeting",
|
||||
},
|
||||
id: "t4", name: "David K.", date: "Nov 2023", title: "Exceptional Project Management", quote: "We've worked with many contractors, but Precision's project management stands out. Their communication, transparency, and problem-solving made the entire process stress-free.", tag: "Project Management", avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-summer-city_1157-16340.jpg", avatarAlt: "David K. avatar", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg", imageAlt: "Construction project meeting"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Laura S.",
|
||||
date: "Jan 2024",
|
||||
title: "Reliable & Professional",
|
||||
quote: "Precision General Contracting is incredibly reliable and professional. They handled our exterior renovation with precision and care, delivering fantastic results. Our home looks brand new!",
|
||||
tag: "Exterior Renovation",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-old-architect-showing-approval_23-2148269378.jpg",
|
||||
avatarAlt: "Laura S. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3417.jpg",
|
||||
imageAlt: "Newly renovated home exterior",
|
||||
},
|
||||
id: "t5", name: "Laura S.", date: "Jan 2024", title: "Reliable & Professional", quote: "Precision General Contracting is incredibly reliable and professional. They handled our exterior renovation with precision and care, delivering fantastic results. Our home looks brand new!", tag: "Exterior Renovation", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-old-architect-showing-approval_23-2148269378.jpg", avatarAlt: "Laura S. avatar", imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3417.jpg", imageAlt: "Newly renovated home exterior"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from homeowners and businesses who have experienced the Precision difference and trust us with their most important projects."
|
||||
@@ -364,35 +199,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What types of projects do you specialize in?",
|
||||
content: "We specialize in both residential and commercial general contracting, including new constructions, custom homes, major renovations, office build-outs, and tenant improvements.",
|
||||
},
|
||||
id: "faq1", title: "What types of projects do you specialize in?", content: "We specialize in both residential and commercial general contracting, including new constructions, custom homes, major renovations, office build-outs, and tenant improvements."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How long does the average project take?",
|
||||
content: "Project timelines vary greatly depending on scope, size, and complexity. We provide a detailed timeline with your personalized estimate after our initial consultation.",
|
||||
},
|
||||
id: "faq2", title: "How long does the average project take?", content: "Project timelines vary greatly depending on scope, size, and complexity. We provide a detailed timeline with your personalized estimate after our initial consultation."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Yes, Precision General Contracting is fully licensed, bonded, and insured. We adhere to all industry standards and safety regulations to protect our clients and our team.",
|
||||
},
|
||||
id: "faq3", title: "Are you licensed and insured?", content: "Yes, Precision General Contracting is fully licensed, bonded, and insured. We adhere to all industry standards and safety regulations to protect our clients and our team."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "How do you handle budget management?",
|
||||
content: "We believe in complete transparency. We provide detailed cost breakdowns, regular financial updates, and proactive communication to keep your project on budget.",
|
||||
},
|
||||
id: "faq4", title: "How do you handle budget management?", content: "We believe in complete transparency. We provide detailed cost breakdowns, regular financial updates, and proactive communication to keep your project on budget."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Can I see examples of your previous work?",
|
||||
content: "Absolutely! Please visit our 'Projects' section on this website to view a comprehensive portfolio of our completed residential and commercial projects.",
|
||||
},
|
||||
id: "faq5", title: "Can I see examples of your previous work?", content: "Absolutely! Please visit our 'Projects' section on this website to view a comprehensive portfolio of our completed residential and commercial projects."},
|
||||
{
|
||||
id: "faq6",
|
||||
title: "What is your process for starting a new project?",
|
||||
content: "Our process begins with a free initial consultation to discuss your vision, needs, and budget. From there, we move to design, planning, detailed proposal, and then construction.",
|
||||
},
|
||||
id: "faq6", title: "What is your process for starting a new project?", content: "Our process begins with a free initial consultation to discuss your vision, needs, and budget. From there, we move to design, planning, detailed proposal, and then construction."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our services, process, and unwavering commitment to quality and client satisfaction."
|
||||
@@ -405,14 +222,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Builders Association",
|
||||
"Chamber of Commerce",
|
||||
"Premium Materials Inc.",
|
||||
"Elite Design Studio",
|
||||
"Property Group",
|
||||
"Safety Council",
|
||||
"Capital Solutions",
|
||||
]}
|
||||
"Builders Association", "Chamber of Commerce", "Premium Materials Inc.", "Elite Design Studio", "Property Group", "Safety Council", "Capital Solutions"]}
|
||||
title="Trusted Partners & Affiliations"
|
||||
description="We collaborate with leading suppliers, industry organizations, and design professionals to ensure the highest standards and best resources for your project."
|
||||
speed={40}
|
||||
@@ -423,18 +233,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready to transform your space? Contact Precision General Contracting today for a free consultation and project estimate. Let's build something exceptional together."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Free Quote",
|
||||
href: "#",
|
||||
},
|
||||
text: "Request a Free Quote", href: "#"},
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:+1234567890"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -443,62 +248,37 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Residential",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Residential", href: "#services"},
|
||||
{
|
||||
label: "Commercial",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Commercial", href: "#services"},
|
||||
{
|
||||
label: "Renovation",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Renovation", href: "#services"},
|
||||
{
|
||||
label: "Project Management",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Project Management", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
label: "Our Projects", href: "#projects"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Get a Quote", href: "#contact"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user