Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f70ca408d6 | |||
| 1a836bd5a6 | |||
| b199d4fad8 | |||
| 398885542b |
131
src/app/page.tsx
131
src/app/page.tsx
@@ -29,73 +29,39 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="S-TAC CONCRETE"
|
||||
button={{
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
button={{ text: "Get a Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
title="Precision Poured. Built to Last."
|
||||
description="S-TAC Concrete delivers high-quality concrete solutions for residential and commercial projects across Salt Lake County. From driveways to foundations, we bring reliability to every pour."
|
||||
background={{ variant: "plain" }}
|
||||
title="S-TAC CONCRETE"
|
||||
description="Professional-grade concrete solutions for residential and commercial projects. Serving Salt Lake County and beyond. We bring reliable craftsmanship to every foundation, driveway, and structural pour."
|
||||
testimonials={[
|
||||
{
|
||||
name: "S-TAC Team", handle: "Quality Contractors", testimonial: "Precision and reliability on every project.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clean-wall-texture_1194-8399.jpg?_wi=1", imageAlt: "fresh concrete pour driveway construction"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-pouring-concrete-foundation-construction-site_1194-9123.jpg"
|
||||
},
|
||||
{
|
||||
name: "Quality Focus", handle: "Construction Standard", testimonial: "Building solid foundations for your needs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431492.jpg", imageAlt: "contractor team pouring concrete slab"},
|
||||
{
|
||||
name: "Local Service", handle: "SLC Proud", testimonial: "Serving Salt Lake County with skill.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg?_wi=1", imageAlt: "new concrete driveway residential construction"},
|
||||
{
|
||||
name: "Professionalism", handle: "Trade Excellence", testimonial: "Clear communication, timely completion.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg?_wi=2", imageAlt: "backyard concrete patio construction"},
|
||||
{
|
||||
name: "Durability", handle: "Expert Craft", testimonial: "Durable work built to last years.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-building-workers-working-site-cloudy-day_1268-16199.jpg?_wi=1", imageAlt: "concrete foundation wall pouring construction"},
|
||||
name: "SLC Projects", handle: "Construction Standard", testimonial: "Building solid foundations for your needs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concrete-slab-poured-residential-project_23-2148123456.jpg"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clean-wall-texture_1194-8399.jpg?_wi=2"
|
||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/worker-smoothing-concrete-slab_23-2148567890.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/clean-wall-texture_1194-8399.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431492.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/construction-building-workers-working-site-cloudy-day_1268-16199.jpg", alt: "Client 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Licensed"},
|
||||
{
|
||||
type: "text", text: "Insured"},
|
||||
{
|
||||
type: "text", text: "Reliable"},
|
||||
{
|
||||
type: "text", text: "Professional"},
|
||||
{
|
||||
type: "text", text: "Experienced"},
|
||||
{ type: "text", text: "Licensed" },
|
||||
{ type: "text", text: "Insured" },
|
||||
{ type: "text", text: "Salt Lake County Service Area" },
|
||||
{ type: "text", text: "Reliable" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,10 +70,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "Crafting Foundations with Precision"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431492.jpg", alt: "Concrete crew working"},
|
||||
{ type: "text", content: "Crafting Foundations with Precision" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/concrete-crew-working-on-foundation_23-2148899001.jpg", alt: "Concrete crew working" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,33 +85,20 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Driveways & Patios", description: "Upgrade your home's curb appeal with professional-grade driveways and patio installations.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg?_wi=3", imageAlt: "Driveway work"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg?_wi=4", imageAlt: "Patio work"},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/finished-concrete-driveway-suburb_23-2148501234.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/concrete-backyard-patio-finish_23-2148902345.jpg" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Foundations & Sidewalks", description: "Solid foundations for your projects and durable walkways built for longevity.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-building-workers-working-site-cloudy-day_1268-16199.jpg?_wi=2", imageAlt: "Foundation work"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg?_wi=5", imageAlt: "Sidewalk work"},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/foundation-wall-pour-construction_23-2148345678.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/new-concrete-sidewalk-pour_23-2148789012.jpg" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Retaining Walls", description: "Precision retaining walls designed to blend structural integrity with site aesthetics.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-building-workers-working-site-cloudy-day_1268-16199.jpg?_wi=3", imageAlt: "Wall construction"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg?_wi=6", imageAlt: "Concrete textures"},
|
||||
],
|
||||
},
|
||||
}
|
||||
]}
|
||||
title="Our Professional Concrete Services"
|
||||
description="We handle projects of all sizes with craftsmanship and attention to detail."
|
||||
description="We handle projects of all sizes with craftsmanship and attention to detail across Salt Lake County."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -159,16 +110,8 @@ export default function LandingPage() {
|
||||
description="Answers to common questions about our concrete services."
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "Do you serve all of Salt Lake County?", content: "Yes, we proudly serve all residents and businesses within Salt Lake County."},
|
||||
{
|
||||
id: "f2", title: "Are you licensed and insured?", content: "Absolutely. We are fully licensed and insured for all construction work we perform."},
|
||||
{
|
||||
id: "f3", title: "How long does a typical driveway pour take?", content: "Depending on size and prep work, a standard driveway typically takes 3 to 5 days to complete."},
|
||||
{
|
||||
id: "f4", title: "When can I drive on my new concrete?", content: "We recommend waiting at least 7 days for light traffic and 28 days for full heavy load capacity."},
|
||||
{
|
||||
id: "f5", title: "Can you handle commercial foundations?", content: "Yes, we have extensive experience with both residential and commercial foundation pouring."},
|
||||
{ id: "f1", title: "Do you serve all of Salt Lake County?", content: "Yes, we serve all of Salt Lake County and surrounding areas." },
|
||||
{ id: "f2", title: "Are you licensed and insured?", content: "Absolutely. We are fully licensed and insured for all construction work we perform." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -177,18 +120,12 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Ready for Your Next Project?"
|
||||
description="Call us at (801)-898-5248 or reach out via this form to discuss your concrete needs in Salt Lake County."
|
||||
description="Contact us to discuss your concrete needs in Salt Lake County and beyond."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us about your project...", rows: 4,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your project...", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handyman-prepare-cement-use-construction_53876-42893.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -202,4 +139,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user