diff --git a/src/app/page.tsx b/src/app/page.tsx index 4868779..1ae2fd9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="medium" sizing="largeSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -37,93 +37,64 @@ export default function HomePage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Call Now", - href: "tel:+13256609309", - }} + text: "Call Now", href: "tel:+13256609309"}} />
@@ -134,32 +105,16 @@ export default function HomePage() { features={[ { id: 1, - title: "Rock Crushing", - description: "Professional on-site and off-site rock crushing for aggregate production. Custom sizing and grading to meet your project specifications.", - imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12187.jpg?_wi=1", - imageAlt: "Rock crushing service demonstration", - }, + title: "Rock Crushing", description: "Professional on-site and off-site rock crushing for aggregate production. Custom sizing and grading to meet your project specifications.", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12187.jpg", imageAlt: "Rock crushing service demonstration"}, { id: 2, - title: "Aggregate Supply", - description: "High-quality crushed rock, base material, and construction aggregate in bulk. Available in various grades and sizes for driveways, roads, and building pads.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-road-line-with-drain_23-2148106999.jpg?_wi=1", - imageAlt: "Quality aggregate materials", - }, + title: "Aggregate Supply", description: "High-quality crushed rock, base material, and construction aggregate in bulk. Available in various grades and sizes for driveways, roads, and building pads.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-road-line-with-drain_23-2148106999.jpg", imageAlt: "Quality aggregate materials"}, { id: 3, - title: "On-Site Crushing", - description: "Mobile crushing equipment available for job site operations. Reduce transportation costs and material waste with direct crushing at your location.", - imageSrc: "http://img.b2bpic.net/free-photo/extreme-sports-ropejumping_1385-3151.jpg?_wi=1", - imageAlt: "Mobile crusher at job site", - }, + title: "On-Site Crushing", description: "Mobile crushing equipment available for job site operations. Reduce transportation costs and material waste with direct crushing at your location.", imageSrc: "http://img.b2bpic.net/free-photo/extreme-sports-ropejumping_1385-3151.jpg", imageAlt: "Mobile crusher at job site"}, { id: 4, - title: "Construction Materials", - description: "Complete material solutions for construction projects. Base courses, subgrades, fill material, and specialty aggregates tailored to your needs.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-road-line-with-drain_23-2148106999.jpg?_wi=2", - imageAlt: "Construction aggregate materials", - }, + title: "Construction Materials", description: "Complete material solutions for construction projects. Base courses, subgrades, fill material, and specialty aggregates tailored to your needs.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-road-line-with-drain_23-2148106999.jpg", imageAlt: "Construction aggregate materials"}, ]} title="Our Rock Crushing & Aggregate Services" description="Comprehensive solutions for construction, landscaping, and infrastructure projects. From crushing to delivery, we handle every detail with professionalism." @@ -167,9 +122,7 @@ export default function HomePage() { tagIcon={Package} buttons={[ { - text: "Request a Quote Today", - href: "#contact", - }, + text: "Request a Quote Today", href: "#contact"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -180,19 +133,12 @@ export default function HomePage() {