Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
265
src/app/page.tsx
265
src/app/page.tsx
@@ -34,43 +34,25 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
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: "Quality",
|
||||
id: "#quality",
|
||||
},
|
||||
name: "Quality", id: "#quality"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="JR's Concrete"
|
||||
button={{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,13 +62,9 @@ export default function LandingPage() {
|
||||
description="Excellence in every pour. Specializing in durable, high-quality concrete solutions for residential and commercial projects."
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Our Services", href: "#services"},
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/workers-putting-metal-structure-construction_1122-980.jpg"
|
||||
imageAlt="Workers pouring concrete for a foundation"
|
||||
@@ -99,18 +77,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About JR's Concrete: Building Strong Foundations",
|
||||
},
|
||||
type: "text", content: "About JR's Concrete: Building Strong Foundations"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/railroad-tracks_1359-127.jpg", alt: "Concrete mixer truck on a job site"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Learn More", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/railroad-tracks_1359-127.jpg"
|
||||
imageAlt="Concrete mixer truck on a job site"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -122,23 +97,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Residential Driveways",
|
||||
description: "Custom driveways designed for aesthetics and longevity, enhancing your home's curb appeal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-smiling-businesswoman-suit-sitting-empty-street-near-office-buildings-looking-away_1258-124678.jpg",
|
||||
imageAlt: "Newly poured residential concrete driveway",
|
||||
},
|
||||
title: "Residential Driveways", description: "Custom driveways designed for aesthetics and longevity, enhancing your home's curb appeal.", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-smiling-businesswoman-suit-sitting-empty-street-near-office-buildings-looking-away_1258-124678.jpg", imageAlt: "Newly poured residential concrete driveway"},
|
||||
{
|
||||
title: "Patios & Walkways",
|
||||
description: "Beautiful and functional outdoor spaces, including stamped and decorative concrete options.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pavement-with-moss-patetrn_23-2148399265.jpg",
|
||||
imageAlt: "Modern concrete patio with outdoor furniture",
|
||||
},
|
||||
title: "Patios & Walkways", description: "Beautiful and functional outdoor spaces, including stamped and decorative concrete options.", imageSrc: "http://img.b2bpic.net/free-photo/pavement-with-moss-patetrn_23-2148399265.jpg", imageAlt: "Modern concrete patio with outdoor furniture"},
|
||||
{
|
||||
title: "Commercial Slabs & Foundations",
|
||||
description: "Robust concrete solutions for commercial properties, built to withstand heavy loads and daily operations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13291.jpg",
|
||||
imageAlt: "Large commercial concrete slab being poured",
|
||||
},
|
||||
title: "Commercial Slabs & Foundations", description: "Robust concrete solutions for commercial properties, built to withstand heavy loads and daily operations.", imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13291.jpg", imageAlt: "Large commercial concrete slab being poured"},
|
||||
]}
|
||||
title="Our Comprehensive Concrete Services"
|
||||
description="From sturdy foundations to decorative finishes, we deliver precision and durability for every project."
|
||||
@@ -152,23 +115,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Building,
|
||||
title: "Projects Completed",
|
||||
value: "500+",
|
||||
},
|
||||
id: "m1", icon: Building,
|
||||
title: "Projects Completed", value: "500+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: CalendarDays,
|
||||
title: "Years in Business",
|
||||
value: "20+",
|
||||
},
|
||||
id: "m2", icon: CalendarDays,
|
||||
title: "Years in Business", value: "20+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Users,
|
||||
title: "Satisfied Clients",
|
||||
value: "450+",
|
||||
},
|
||||
id: "m3", icon: Users,
|
||||
title: "Satisfied Clients", value: "450+"},
|
||||
]}
|
||||
title="Our Commitment to Excellence: Quality by the Numbers"
|
||||
description="Decades of experience and countless successful projects stand testament to our unwavering dedication."
|
||||
@@ -183,26 +137,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John R. Smith",
|
||||
role: "Founder & Lead Foreman",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-construction-site-wearing-safety-gear_23-2148784068.jpg",
|
||||
imageAlt: "Portrait of John R. Smith",
|
||||
},
|
||||
id: "t1", name: "John R. Smith", role: "Founder & Lead Foreman", imageSrc: "http://img.b2bpic.net/free-photo/worker-construction-site-wearing-safety-gear_23-2148784068.jpg", imageAlt: "Portrait of John R. Smith"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Robert G. Davis",
|
||||
role: "Operations Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-manual-worker-warehouse_329181-12798.jpg",
|
||||
imageAlt: "Portrait of Robert G. Davis",
|
||||
},
|
||||
id: "t2", name: "Robert G. Davis", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-manual-worker-warehouse_329181-12798.jpg", imageAlt: "Portrait of Robert G. Davis"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Maria C. Rodriguez",
|
||||
role: "Project Coordinator",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-engineer-white-helmet-gear-holding-checklist_114579-24433.jpg",
|
||||
imageAlt: "Portrait of Maria C. Rodriguez",
|
||||
},
|
||||
id: "t3", name: "Maria C. Rodriguez", role: "Project Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/female-engineer-white-helmet-gear-holding-checklist_114579-24433.jpg", imageAlt: "Portrait of Maria C. Rodriguez"},
|
||||
]}
|
||||
title="Meet Our Dedicated Team of Concrete Professionals"
|
||||
description="Our skilled and passionate team is the backbone of JR's Concrete, delivering exceptional results every time."
|
||||
@@ -216,53 +155,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test1",
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
testimonial: "JR's Concrete replaced our old, cracked driveway with a beautiful new one. The team was professional, efficient, and the results exceeded our expectations!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
|
||||
imageAlt: "Portrait of Sarah J.",
|
||||
},
|
||||
id: "test1", name: "Sarah J.", role: "Homeowner", testimonial: "JR's Concrete replaced our old, cracked driveway with a beautiful new one. The team was professional, efficient, and the results exceeded our expectations!", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", imageAlt: "Portrait of Sarah J."},
|
||||
{
|
||||
id: "test2",
|
||||
name: "Michael L.",
|
||||
role: "Small Business Owner",
|
||||
testimonial: "We needed a new foundation for our warehouse expansion, and JR's Concrete delivered on time and within budget. Their expertise is unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
imageAlt: "Portrait of Michael L.",
|
||||
},
|
||||
id: "test2", name: "Michael L.", role: "Small Business Owner", testimonial: "We needed a new foundation for our warehouse expansion, and JR's Concrete delivered on time and within budget. Their expertise is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", imageAlt: "Portrait of Michael L."},
|
||||
{
|
||||
id: "test3",
|
||||
name: "Emily R.",
|
||||
role: "Residential Developer",
|
||||
testimonial: "The patios and walkways JR's Concrete installed for our new development are flawless. Their attention to detail and craftsmanship is truly impressive.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-writing-agenda_23-2148356247.jpg",
|
||||
imageAlt: "Portrait of Emily R.",
|
||||
},
|
||||
id: "test3", name: "Emily R.", role: "Residential Developer", testimonial: "The patios and walkways JR's Concrete installed for our new development are flawless. Their attention to detail and craftsmanship is truly impressive.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-writing-agenda_23-2148356247.jpg", imageAlt: "Portrait of Emily R."},
|
||||
{
|
||||
id: "test4",
|
||||
name: "David K.",
|
||||
role: "Property Manager",
|
||||
testimonial: "For all our commercial concrete needs, JR's Concrete is our go-to. Reliable, high-quality work every time, and they're great to work with.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg",
|
||||
imageAlt: "Portrait of David K.",
|
||||
},
|
||||
id: "test4", name: "David K.", role: "Property Manager", testimonial: "For all our commercial concrete needs, JR's Concrete is our go-to. Reliable, high-quality work every time, and they're great to work with.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg", imageAlt: "Portrait of David K."},
|
||||
{
|
||||
id: "test5",
|
||||
name: "Jessica M.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Our new decorative patio is the envy of the neighborhood! JR's Concrete transformed our backyard into an amazing outdoor living space.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-cute-brunette-man-dark-blue-suit-standing-confused_140725-161882.jpg",
|
||||
imageAlt: "Portrait of Jessica M.",
|
||||
},
|
||||
id: "test5", name: "Jessica M.", role: "Homeowner", testimonial: "Our new decorative patio is the envy of the neighborhood! JR's Concrete transformed our backyard into an amazing outdoor living space.", imageSrc: "http://img.b2bpic.net/free-photo/business-man-cute-brunette-man-dark-blue-suit-standing-confused_140725-161882.jpg", imageAlt: "Portrait of Jessica M."},
|
||||
{
|
||||
id: "test6",
|
||||
name: "Robert B.",
|
||||
role: "General Contractor",
|
||||
testimonial: "JR's Concrete consistently provides excellent service and high-quality work. They are a reliable partner for our large-scale construction projects.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/upper-angle-view-happy-beautiful-woman-holding-smartphone-sitting-home-having-break-from-work_1258-199926.jpg",
|
||||
imageAlt: "Portrait of Robert B.",
|
||||
},
|
||||
id: "test6", name: "Robert B.", role: "General Contractor", testimonial: "JR's Concrete consistently provides excellent service and high-quality work. They are a reliable partner for our large-scale construction projects.", imageSrc: "http://img.b2bpic.net/free-photo/upper-angle-view-happy-beautiful-woman-holding-smartphone-sitting-home-having-break-from-work_1258-199926.jpg", imageAlt: "Portrait of Robert B."},
|
||||
]}
|
||||
title="Hear What Our Valued Clients Have to Say"
|
||||
description="Our commitment to quality and customer satisfaction shines through in every project."
|
||||
@@ -274,14 +177,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Construction Innovations",
|
||||
"Elite Builders Group",
|
||||
"Urban Home Developers",
|
||||
"Greenfield Commercial",
|
||||
"Summit Residential",
|
||||
"Precision Contractors",
|
||||
"Solid Foundations LLC",
|
||||
]}
|
||||
"Construction Innovations", "Elite Builders Group", "Urban Home Developers", "Greenfield Commercial", "Summit Residential", "Precision Contractors", "Solid Foundations LLC"]}
|
||||
title="Trusted by Leading Contractors and Homeowners Alike"
|
||||
description="We are proud to be the preferred concrete partner for a diverse range of clients across the region."
|
||||
/>
|
||||
@@ -293,20 +189,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What types of concrete services do you offer?",
|
||||
content: "We offer a wide range of services including residential driveways, patios, walkways, commercial slabs, foundations, decorative concrete, and concrete repair.",
|
||||
},
|
||||
id: "q1", title: "What types of concrete services do you offer?", content: "We offer a wide range of services including residential driveways, patios, walkways, commercial slabs, foundations, decorative concrete, and concrete repair."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How long does a typical concrete project take?",
|
||||
content: "Project duration varies based on scope and size. A typical residential driveway might take 3-5 days, while larger commercial projects can take several weeks. We'll provide an estimated timeline with your quote.",
|
||||
},
|
||||
id: "q2", title: "How long does a typical concrete project take?", content: "Project duration varies based on scope and size. A typical residential driveway might take 3-5 days, while larger commercial projects can take several weeks. We'll provide an estimated timeline with your quote."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you provide free estimates?",
|
||||
content: "Yes, we offer free, no-obligation estimates for all potential projects. Contact us to schedule a consultation.",
|
||||
},
|
||||
id: "q3", title: "Do you provide free estimates?", content: "Yes, we offer free, no-obligation estimates for all potential projects. Contact us to schedule a consultation."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cement-abstract-copy-space-texture-background_1194-617812.jpg"
|
||||
imageAlt="Close up of smooth finished concrete surface"
|
||||
@@ -324,28 +211,17 @@ export default function LandingPage() {
|
||||
description="Ready to start your project? Contact JR's Concrete to discuss your needs and receive a detailed, no-obligation quote."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your project",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us about your project", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-drone-shot-beautiful-city-architecture-daytime-winter_181624-1901.jpg"
|
||||
@@ -363,66 +239,39 @@ export default function LandingPage() {
|
||||
logoText="JR's Concrete"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Driveways",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Driveways", href: "#services"},
|
||||
{
|
||||
label: "Patios & Walkways",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Patios & Walkways", href: "#services"},
|
||||
{
|
||||
label: "Commercial Slabs",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Commercial Slabs", href: "#services"},
|
||||
{
|
||||
label: "Concrete Repair",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Concrete Repair", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Get a Quote", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user