Merge version_1 into main #2
442
src/app/page.tsx
442
src/app/page.tsx
@@ -13,7 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Building, CalendarCheck, Home, Layers, Leaf, Lightbulb, Paintbrush, Palette, Recycle, Ruler, Users } from "lucide-react";
|
||||
import { Building, CalendarCheck, Home, Layers, Leaf, Lightbulb, Paintbrush, Palette, Recycle, Ruler, Users, HardHat, Kitchen, Lamp, Factory, ClipboardCheck, CloudSun } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,33 +34,26 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
name: "Home", id: "#home"
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
name: "About", id: "#about"
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
name: "Services", id: "#services"
|
||||
},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "#projects",
|
||||
name: "Projects", id: "#projects"
|
||||
},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
name: "Team", id: "#team"
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
name: "FAQ", id: "#faq"
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"
|
||||
}
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yb4nnn"
|
||||
logoAlt="Luigi & Sons Construction Logo"
|
||||
@@ -68,8 +61,7 @@ export default function LandingPage() {
|
||||
bottomLeftText="Building Dreams"
|
||||
bottomRightText="646-306-4703"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
text: "Get a Quote", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -78,115 +70,78 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
title="Building Dreams, One Project at a Time."
|
||||
description="At Luigi & Sons Construction, we transform your visions into reality with expertise, dedication, and passion. From new homes to thoughtful renovations and large-scale developments, our team delivers quality craftsmanship and exceptional service."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maria Rossi",
|
||||
handle: "@mariar",
|
||||
testimonial: "Luigi & Sons built our dream home with such precision and care. Their team was professional, transparent, and truly passionate about their work. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-walking-around_72229-256.jpg?_wi=1",
|
||||
imageAlt: "Maria Rossi, happy homeowner",
|
||||
name: "Maria Rossi", handle: "@mariar", testimonial: "Luigi & Sons built our dream home with such precision and care. Their team was professional, transparent, and truly passionate about their work. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-walking-around_72229-256.jpg", imageAlt: "Maria Rossi, happy homeowner"
|
||||
},
|
||||
{
|
||||
name: "John Smith",
|
||||
handle: "@johns",
|
||||
testimonial: "The renovation of our commercial space was seamless. Luigi & Sons delivered ahead of schedule and exceeded our expectations. An absolute pleasure to work with.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-working_23-2148480302.jpg?_wi=1",
|
||||
imageAlt: "John Smith, satisfied business owner",
|
||||
name: "John Smith", handle: "@johns", testimonial: "The renovation of our commercial space was seamless. Luigi & Sons delivered ahead of schedule and exceeded our expectations. An absolute pleasure to work with.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-working_23-2148480302.jpg", imageAlt: "John Smith, satisfied business owner"
|
||||
},
|
||||
{
|
||||
name: "Emily Chen",
|
||||
handle: "@emilyc",
|
||||
testimonial: "Our new development project was complex, but Luigi & Sons handled every challenge with expertise. Their commitment to quality is truly unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard-talking-phone-smiling_176420-6478.jpg?_wi=1",
|
||||
imageAlt: "Emily Chen, property developer",
|
||||
name: "Emily Chen", handle: "@emilyc", testimonial: "Our new development project was complex, but Luigi & Sons handled every challenge with expertise. Their commitment to quality is truly unmatched.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard-talking-phone-smiling_176420-6478.jpg", imageAlt: "Emily Chen, property developer"
|
||||
},
|
||||
{
|
||||
name: "David Lee",
|
||||
handle: "@davidl",
|
||||
testimonial: "From initial consultation to final handover, the experience was fantastic. They transformed our outdated kitchen into a modern masterpiece.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-love-street_146671-19754.jpg",
|
||||
imageAlt: "David Lee, happy renovation client",
|
||||
name: "David Lee", handle: "@davidl", testimonial: "From initial consultation to final handover, the experience was fantastic. They transformed our outdated kitchen into a modern masterpiece.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-love-street_146671-19754.jpg", imageAlt: "David Lee, happy renovation client"
|
||||
},
|
||||
{
|
||||
name: "Sophia Garcia",
|
||||
handle: "@sophiag",
|
||||
testimonial: "Reliable, skilled, and attentive. Luigi & Sons built a beautiful extension to our home that blends perfectly with the existing structure. Couldn't be happier!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-baby-carrier_23-2150166333.jpg",
|
||||
imageAlt: "Sophia Garcia, homeowner",
|
||||
},
|
||||
name: "Sophia Garcia", handle: "@sophiag", testimonial: "Reliable, skilled, and attentive. Luigi & Sons built a beautiful extension to our home that blends perfectly with the existing structure. Couldn't be happier!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-baby-carrier_23-2150166333.jpg", imageAlt: "Sophia Garcia, homeowner"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={6000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
text: "Get a Free Quote", href: "#contact"
|
||||
},
|
||||
{
|
||||
text: "View Our Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
text: "View Our Projects", href: "#projects"
|
||||
}
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-mechanic-cartoon-style_23-2151134223.jpg",
|
||||
alt: "Client 1",
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-mechanic-cartoon-style_23-2151134223.jpg", alt: "Client 1"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-wearing-special-industrial-protective-equipment_23-2148991991.jpg",
|
||||
alt: "Client 2",
|
||||
src: "http://img.b2bpic.net/free-photo/woman-wearing-special-industrial-protective-equipment_23-2148991991.jpg", alt: "Client 2"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-mechanic-cartoon-style_23-2151134196.jpg",
|
||||
alt: "Client 3",
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-mechanic-cartoon-style_23-2151134196.jpg", alt: "Client 3"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124286.jpg",
|
||||
alt: "Client 4",
|
||||
src: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124286.jpg", alt: "Client 4"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-construction-worker-cartoon-style_23-2151134066.jpg",
|
||||
alt: "Happy client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-construction-worker-cartoon-style_23-2151134066.jpg", alt: "Happy client"
|
||||
}
|
||||
]}
|
||||
avatarText="Trusted by over 100+ clients"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-men-with-safety-vests_23-2148269349.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-men-with-safety-vests_23-2148269349.jpg"
|
||||
imageAlt="Construction team reviewing blueprints on a site"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quality Craftsmanship",
|
||||
icon: Building,
|
||||
type: "text-icon", text: "Quality Craftsmanship", icon: Building
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Client Focused",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Client Focused", icon: Users
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sustainable Practices",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Sustainable Practices", icon: Leaf
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Innovative Solutions",
|
||||
icon: Lightbulb,
|
||||
type: "text-icon", text: "Innovative Solutions", icon: Lightbulb
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "On-Time Delivery",
|
||||
icon: CalendarCheck,
|
||||
},
|
||||
type: "text-icon", text: "On-Time Delivery", icon: CalendarCheck
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -197,11 +152,9 @@ export default function LandingPage() {
|
||||
title="Luigi & Sons Construction: Your Trusted Partner in Building Excellence"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Learn More", href: "#services"
|
||||
}
|
||||
]}
|
||||
description="For generations, Luigi & Sons Construction has been a cornerstone of quality building, committed to transforming communities and individual dreams. Our legacy is built on a foundation of integrity, unparalleled craftsmanship, and a deep understanding of our clients' needs. We approach every project, big or small, with meticulous attention to detail and a passion for creating enduring spaces that stand the test of time. Join us on this exciting journey and let's build something amazing together!"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -212,130 +165,105 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "New Home Construction",
|
||||
description: "Building custom residences from the ground up, designed to fit your lifestyle and exceed expectations.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-architect-with-plans-looking-camera_23-2148242979.jpg",
|
||||
imageAlt: "Modern new home under construction",
|
||||
title: "New Home Construction", description: "Building custom residences from the ground up, designed to fit your lifestyle and exceed expectations.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-architect-with-plans-looking-camera_23-2148242979.jpg", imageAlt: "Modern new home under construction"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Home,
|
||||
text: "Custom Floor Plans",
|
||||
text: "Custom Floor Plans"
|
||||
},
|
||||
{
|
||||
icon: HardHat,
|
||||
text: "Quality Materials",
|
||||
text: "Quality Materials"
|
||||
},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
text: "Energy Efficient Designs",
|
||||
},
|
||||
text: "Energy Efficient Designs"
|
||||
}
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yb4nnn",
|
||||
imageAlt: "modern house construction site",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Residential Renovations",
|
||||
description: "Transforming existing homes with modern updates, extensions, and complete interior overhauls.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-into-new-home_23-2149199085.jpg",
|
||||
imageAlt: "Luxury kitchen renovation in progress",
|
||||
title: "Residential Renovations", description: "Transforming existing homes with modern updates, extensions, and complete interior overhauls.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-into-new-home_23-2149199085.jpg", imageAlt: "Luxury kitchen renovation in progress"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Kitchen,
|
||||
text: "Kitchen & Bathroom Remodels",
|
||||
text: "Kitchen & Bathroom Remodels"
|
||||
},
|
||||
{
|
||||
icon: Lamp,
|
||||
text: "Home Additions",
|
||||
text: "Home Additions"
|
||||
},
|
||||
{
|
||||
icon: Paintbrush,
|
||||
text: "Interior Design Integration",
|
||||
},
|
||||
text: "Interior Design Integration"
|
||||
}
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-men-with-safety-vests_23-2148269349.jpg?_wi=2",
|
||||
imageAlt: "modern house construction site",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Commercial Development",
|
||||
description: "Developing robust and functional commercial properties, from retail spaces to office complexes.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-crane-blue-sky_181624-30229.jpg",
|
||||
imageAlt: "Modern commercial building under construction",
|
||||
title: "Commercial Development", description: "Developing robust and functional commercial properties, from retail spaces to office complexes.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-crane-blue-sky_181624-30229.jpg", imageAlt: "Modern commercial building under construction"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Building,
|
||||
text: "Office & Retail Spaces",
|
||||
text: "Office & Retail Spaces"
|
||||
},
|
||||
{
|
||||
icon: Factory,
|
||||
text: "Industrial Facilities",
|
||||
text: "Industrial Facilities"
|
||||
},
|
||||
{
|
||||
icon: ClipboardCheck,
|
||||
text: "Project Management",
|
||||
},
|
||||
text: "Project Management"
|
||||
}
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-walking-around_72229-256.jpg?_wi=2",
|
||||
imageAlt: "modern house construction site",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Custom Builds & Design",
|
||||
description: "Bring your unique architectural visions to life with our bespoke custom building services.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept_23-2147813127.jpg",
|
||||
imageAlt: "Custom luxury home exterior",
|
||||
title: "Custom Builds & Design", description: "Bring your unique architectural visions to life with our bespoke custom building services.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept_23-2147813127.jpg", imageAlt: "Custom luxury home exterior"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Layers,
|
||||
text: "Unique Designs",
|
||||
text: "Unique Designs"
|
||||
},
|
||||
{
|
||||
icon: Palette,
|
||||
text: "Personalized Finishes",
|
||||
text: "Personalized Finishes"
|
||||
},
|
||||
{
|
||||
icon: Ruler,
|
||||
text: "Architectural Consultation",
|
||||
},
|
||||
text: "Architectural Consultation"
|
||||
}
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-working_23-2148480302.jpg?_wi=2",
|
||||
imageAlt: "modern house construction site",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Sustainable Construction",
|
||||
description: "Implementing eco-friendly practices and materials to build energy-efficient and responsible structures.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-environment-project-scene_23-2148896019.jpg",
|
||||
imageAlt: "Green building with solar panels",
|
||||
title: "Sustainable Construction", description: "Implementing eco-friendly practices and materials to build energy-efficient and responsible structures.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-environment-project-scene_23-2148896019.jpg", imageAlt: "Green building with solar panels"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Green Building Materials",
|
||||
text: "Green Building Materials"
|
||||
},
|
||||
{
|
||||
icon: CloudSun,
|
||||
text: "Energy Efficiency",
|
||||
text: "Energy Efficiency"
|
||||
},
|
||||
{
|
||||
icon: Recycle,
|
||||
text: "Waste Reduction",
|
||||
},
|
||||
text: "Waste Reduction"
|
||||
}
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard-talking-phone-smiling_176420-6478.jpg?_wi=2",
|
||||
imageAlt: "modern house construction site",
|
||||
},
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Our Expertise: Crafting Spaces for Life and Growth"
|
||||
description="From groundbreaking new constructions to thoughtful renovations and large-scale commercial developments, our skilled team offers comprehensive services tailored to your unique vision."
|
||||
@@ -349,29 +277,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "30+",
|
||||
title: "Years of Experience",
|
||||
description: "Decades of expertise in residential, commercial, and development projects.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/staircase-with-glass-handrail_1127-2008.jpg",
|
||||
imageAlt: "Clock icon representing years of experience",
|
||||
id: "1", value: "30+", title: "Years of Experience", description: "Decades of expertise in residential, commercial, and development projects.", imageSrc: "http://img.b2bpic.net/free-photo/staircase-with-glass-handrail_1127-2008.jpg", imageAlt: "Clock icon representing years of experience"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "250+",
|
||||
title: "Projects Completed",
|
||||
description: "A diverse portfolio of successful constructions and renovations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-outdoors_23-2149901722.jpg",
|
||||
imageAlt: "Completed building projects",
|
||||
id: "2", value: "250+", title: "Projects Completed", description: "A diverse portfolio of successful constructions and renovations.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-outdoors_23-2149901722.jpg", imageAlt: "Completed building projects"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
description: "Our clients' happiness is our greatest success and motivation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/supportive-cute-blond-girlfriend-cheering-liking-interesting-concept-cool-idea-thumbsup-smiling_1258-229510.jpg",
|
||||
imageAlt: "Happy clients smiling",
|
||||
},
|
||||
id: "3", value: "98%", title: "Client Satisfaction", description: "Our clients' happiness is our greatest success and motivation.", imageSrc: "http://img.b2bpic.net/free-photo/supportive-cute-blond-girlfriend-cheering-liking-interesting-concept-cool-idea-thumbsup-smiling_1258-229510.jpg", imageAlt: "Happy clients smiling"
|
||||
}
|
||||
]}
|
||||
title="Our Legacy in Numbers"
|
||||
description="For decades, Luigi & Sons Construction has consistently delivered excellence. Our track record speaks for itself, reflecting our unwavering commitment to quality and client satisfaction."
|
||||
@@ -386,47 +299,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Modern Residence",
|
||||
price: "$1.2M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-brown-gray-houses-pink-sky_181624-3252.jpg",
|
||||
imageAlt: "Exterior of a modern residential home",
|
||||
id: "p1", name: "Modern Residence", price: "$1.2M", imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-brown-gray-houses-pink-sky_181624-3252.jpg", imageAlt: "Exterior of a modern residential home"
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Urban Commercial Hub",
|
||||
price: "$5.5M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-glass-building-architecture-with-blue-sky-clouds_158595-6332.jpg",
|
||||
imageAlt: "Sleek urban commercial building",
|
||||
id: "p2", name: "Urban Commercial Hub", price: "$5.5M", imageSrc: "http://img.b2bpic.net/free-photo/modern-glass-building-architecture-with-blue-sky-clouds_158595-6332.jpg", imageAlt: "Sleek urban commercial building"
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Historic District Renovation",
|
||||
price: "$850K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/details-interior-catholic-church-light-colors_169016-22472.jpg",
|
||||
imageAlt: "Renovated historic building facade",
|
||||
id: "p3", name: "Historic District Renovation", price: "$850K", imageSrc: "http://img.b2bpic.net/free-photo/details-interior-catholic-church-light-colors_169016-22472.jpg", imageAlt: "Renovated historic building facade"
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Luxury Lakeside Villa",
|
||||
price: "$2.8M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7876.jpg",
|
||||
imageAlt: "Luxury villa by a lake",
|
||||
id: "p4", name: "Luxury Lakeside Villa", price: "$2.8M", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7876.jpg", imageAlt: "Luxury villa by a lake"
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Contemporary Retail Space",
|
||||
price: "$1.1M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-alone-corridor_1127-279.jpg",
|
||||
imageAlt: "Modern interior of a retail store",
|
||||
id: "p5", name: "Contemporary Retail Space", price: "$1.1M", imageSrc: "http://img.b2bpic.net/free-photo/indoor-alone-corridor_1127-279.jpg", imageAlt: "Modern interior of a retail store"
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Family Home Addition",
|
||||
price: "$320K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/main-entrance-modern-residential-building_637285-1913.jpg",
|
||||
imageAlt: "A newly built extension on a family home",
|
||||
},
|
||||
id: "p6", name: "Family Home Addition", price: "$320K", imageSrc: "http://img.b2bpic.net/free-photo/main-entrance-modern-residential-building_637285-1913.jpg", imageAlt: "A newly built extension on a family home"
|
||||
}
|
||||
]}
|
||||
title="Our Portfolio: Inspiring Visions, Built to Last"
|
||||
description="Explore a selection of our finest work, showcasing the diversity and quality of projects we've proudly delivered across the community."
|
||||
@@ -440,50 +329,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Roberto Genovese",
|
||||
handle: "CEO, Genovese Holdings",
|
||||
testimonial: "Luigi & Sons transformed our outdated office into a modern, functional workspace. Their professionalism and attention to detail were impeccable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-posing-home_23-2147862577.jpg",
|
||||
imageAlt: "Roberto Genovese",
|
||||
id: "t1", name: "Roberto Genovese", handle: "CEO, Genovese Holdings", testimonial: "Luigi & Sons transformed our outdated office into a modern, functional workspace. Their professionalism and attention to detail were impeccable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-posing-home_23-2147862577.jpg", imageAlt: "Roberto Genovese"
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Isabella Romano",
|
||||
handle: "Homeowner, Luxury Villa",
|
||||
testimonial: "The team built our dream villa from scratch, and the result is beyond magnificent. Every detail was executed perfectly. Truly exceptional builders!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205432.jpg",
|
||||
imageAlt: "Isabella Romano",
|
||||
id: "t2", name: "Isabella Romano", handle: "Homeowner, Luxury Villa", testimonial: "The team built our dream villa from scratch, and the result is beyond magnificent. Every detail was executed perfectly. Truly exceptional builders!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205432.jpg", imageAlt: "Isabella Romano"
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Marco Bianchi",
|
||||
handle: "Developer, Urban Projects",
|
||||
testimonial: "For large-scale urban developments, Luigi & Sons is our go-to. Their efficiency, quality, and project management are simply the best in the business.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-architect-with-helmet-looking-away_23-2148269408.jpg",
|
||||
imageAlt: "Marco Bianchi",
|
||||
id: "t3", name: "Marco Bianchi", handle: "Developer, Urban Projects", testimonial: "For large-scale urban developments, Luigi & Sons is our go-to. Their efficiency, quality, and project management are simply the best in the business.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-architect-with-helmet-looking-away_23-2148269408.jpg", imageAlt: "Marco Bianchi"
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Chiara Ferrari",
|
||||
handle: "Boutique Owner, Retail Space",
|
||||
testimonial: "Our new boutique looks absolutely stunning thanks to Luigi & Sons. They understood our vision and brought it to life with incredible craftsmanship.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-decorating-home_23-2150633320.jpg",
|
||||
imageAlt: "Chiara Ferrari",
|
||||
id: "t4", name: "Chiara Ferrari", handle: "Boutique Owner, Retail Space", testimonial: "Our new boutique looks absolutely stunning thanks to Luigi & Sons. They understood our vision and brought it to life with incredible craftsmanship.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-decorating-home_23-2150633320.jpg", imageAlt: "Chiara Ferrari"
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Giulia Esposito",
|
||||
handle: "Family Home Client",
|
||||
testimonial: "The renovation of our family home was smooth and stress-free. Luigi & Sons created a beautiful, functional space that we absolutely adore.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-playing-with-kid_23-2149001343.jpg",
|
||||
imageAlt: "Giulia Esposito",
|
||||
},
|
||||
id: "t5", name: "Giulia Esposito", handle: "Family Home Client", testimonial: "The renovation of our family home was smooth and stress-free. Luigi & Sons created a beautiful, functional space that we absolutely adore.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-playing-with-kid_23-2149001343.jpg", imageAlt: "Giulia Esposito"
|
||||
}
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Valued Clients Say"
|
||||
@@ -499,33 +363,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Luigi Rossi",
|
||||
role: "Founder & Master Builder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-sitting-chair_23-2149220532.jpg",
|
||||
imageAlt: "Luigi Rossi, Founder",
|
||||
id: "m1", name: "Luigi Rossi", role: "Founder & Master Builder", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-sitting-chair_23-2149220532.jpg", imageAlt: "Luigi Rossi, Founder"
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Antonio Rossi",
|
||||
role: "Lead Project Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-aged-man-making-notes-street-cafe_1262-18860.jpg",
|
||||
imageAlt: "Antonio Rossi, Lead Project Manager",
|
||||
id: "m2", name: "Antonio Rossi", role: "Lead Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-aged-man-making-notes-street-cafe_1262-18860.jpg", imageAlt: "Antonio Rossi, Lead Project Manager"
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Marco Rossi",
|
||||
role: "Chief Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-architect-close-up_23-2148243014.jpg",
|
||||
imageAlt: "Marco Rossi, Chief Architect",
|
||||
id: "m3", name: "Marco Rossi", role: "Chief Architect", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-architect-close-up_23-2148243014.jpg", imageAlt: "Marco Rossi, Chief Architect"
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Sofia Lombardi",
|
||||
role: "Operations Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-latin-man-architect-smiling-confident-standing-with-arms-crossed-gesture-street_839833-2747.jpg",
|
||||
imageAlt: "Sofia Lombardi, Operations Director",
|
||||
},
|
||||
id: "m4", name: "Sofia Lombardi", role: "Operations Director", imageSrc: "http://img.b2bpic.net/free-photo/young-latin-man-architect-smiling-confident-standing-with-arms-crossed-gesture-street_839833-2747.jpg", imageAlt: "Sofia Lombardi, Operations Director"
|
||||
}
|
||||
]}
|
||||
title="Meet the Dedicated Team Behind Every Masterpiece"
|
||||
description="Our professionals bring a blend of experience, innovation, and passion to ensure every project is built to the highest standards."
|
||||
@@ -537,25 +385,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What types of projects do you specialize in?",
|
||||
content: "We specialize in new home construction, comprehensive residential renovations, and large-scale commercial developments. Our expertise covers a wide range of styles and complexities.",
|
||||
id: "faq1", title: "What types of projects do you specialize in?", content: "We specialize in new home construction, comprehensive residential renovations, and large-scale commercial developments. Our expertise covers a wide range of styles and complexities."
|
||||
},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How does the project process usually work?",
|
||||
content: "Our process typically begins with an initial consultation, followed by design and planning, detailed proposal and budgeting, construction phase, and finally, project handover with client walk-through.",
|
||||
id: "faq2", title: "How does the project process usually work?", content: "Our process typically begins with an initial consultation, followed by design and planning, detailed proposal and budgeting, construction phase, and finally, project handover with client walk-through."
|
||||
},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Absolutely. Luigi & Sons Construction is fully licensed, bonded, and insured, ensuring peace of mind and protection for all our clients and projects.",
|
||||
id: "faq3", title: "Are you licensed and insured?", content: "Absolutely. Luigi & Sons Construction is fully licensed, bonded, and insured, ensuring peace of mind and protection for all our clients and projects."
|
||||
},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Can you work with my architect or designer?",
|
||||
content: "Yes, we frequently collaborate with external architects and designers to bring unique visions to life. Our team integrates seamlessly with other professionals to ensure a cohesive project delivery.",
|
||||
},
|
||||
id: "faq4", title: "Can you work with my architect or designer?", content: "Yes, we frequently collaborate with external architects and designers to bring unique visions to life. Our team integrates seamlessly with other professionals to ensure a cohesive project delivery."
|
||||
}
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find answers to common questions about our services, process, and commitment to quality. If you don't find what you're looking for, feel free to reach out!"
|
||||
@@ -568,18 +408,16 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
variant: "downward-rays-static"
|
||||
}}
|
||||
text="Ready to start your next building adventure? Contact Luigi & Sons Construction today for a consultation and let's bring your vision to life. Your dream project begins here!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us: 646-306-4703",
|
||||
href: "tel:+16463064703",
|
||||
text: "Call Us: 646-306-4703", href: "tel:+16463064703"
|
||||
},
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:info@luigisonsconstruction.com",
|
||||
},
|
||||
text: "Email Us", href: "mailto:info@luigisonsconstruction.com"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -588,64 +426,50 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "New Home Construction",
|
||||
href: "#services",
|
||||
label: "New Home Construction", href: "#services"
|
||||
},
|
||||
{
|
||||
label: "Residential Renovations",
|
||||
href: "#services",
|
||||
label: "Residential Renovations", href: "#services"
|
||||
},
|
||||
{
|
||||
label: "Commercial Development",
|
||||
href: "#services",
|
||||
label: "Commercial Development", href: "#services"
|
||||
},
|
||||
{
|
||||
label: "Custom Builds",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
label: "Custom Builds", 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: "Our Team",
|
||||
href: "#team",
|
||||
label: "Our Team", href: "#team"
|
||||
},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
],
|
||||
label: "Testimonials", href: "#testimonials"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Get a Quote",
|
||||
href: "#contact",
|
||||
label: "Get a Quote", href: "#contact"
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
label: "FAQ", href: "#faq"
|
||||
},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+16463064703",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "Call Us", href: "tel:+16463064703"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 Luigi & Sons Construction. All rights reserved."
|
||||
bottomRightText="Privacy Policy | Terms of Service"
|
||||
|
||||
Reference in New Issue
Block a user