From 967863ac5ff3511ccad89549f83a45bd7d56ed7a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:56:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 56 ++++++++++++++---------------------------------- 1 file changed, 16 insertions(+), 40 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1a0f3c..0983687 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,8 +21,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Laser Cutting", href: "/services" }, { label: "Metal Bending", href: "/services" }, { label: "Custom Fabrication", href: "/services" }, @@ -30,8 +29,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Our Team", href: "/" }, { label: "Contact", href: "/contact" }, @@ -39,16 +37,14 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Email: info@aspirelasers.com", href: "mailto:info@aspirelasers.com" }, { label: "Phone: +1 (555) 123-4567", href: "tel:+15551234567" }, { label: "Address: 123 Industrial Way, Factory City, ST 12345", href: "#" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -63,7 +59,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="noiseDiagonalGradient" + background="aurora" cardStyle="gradient-bordered" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -74,9 +70,7 @@ export default function HomePage() { brandName="Aspire Lasers" navItems={navItems} button={{ - text: "Request Quote", - href: "/contact", - }} + text: "Request Quote", href: "/contact"}} /> @@ -87,7 +81,7 @@ export default function HomePage() { tag="Since 2022" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/side-view-strong-mechanic-protective-glassesn-working_7502-4473.jpg" imageAlt="Advanced laser cutting machine in operation" buttons={[ @@ -121,48 +115,30 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - title: "Laser Cutting", - description: "High-precision laser cutting services for steel, aluminum, stainless steel, and other metals. Perfect for intricate designs, fast turnaround, and minimal waste with exceptional edge quality.", - icon: Zap, + title: "Laser Cutting", description: "High-precision laser cutting services for steel, aluminum, stainless steel, and other metals. Perfect for intricate designs, fast turnaround, and minimal waste with exceptional edge quality.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/industrial-metal-drill-machine-metalworking-workshop_342744-520.jpg?_wi=1", - imageAlt: "Industrial laser cutting machine in action", - }, + imageSrc: "http://img.b2bpic.net/free-photo/industrial-metal-drill-machine-metalworking-workshop_342744-520.jpg", imageAlt: "Industrial laser cutting machine in action"}, { - imageSrc: "http://img.b2bpic.net/free-photo/glass-shavings_1098-13981.jpg?_wi=1", - imageAlt: "Precision cut metal piece laser", - }, + imageSrc: "http://img.b2bpic.net/free-photo/glass-shavings_1098-13981.jpg", imageAlt: "Precision cut metal piece laser"}, ], }, { - title: "Metal Bending", - description: "Professional metal bending and forming services for fabrication projects. Our hydraulic press systems ensure consistent, accurate bends for structural and decorative applications.", - icon: Layers, + title: "Metal Bending", description: "Professional metal bending and forming services for fabrication projects. Our hydraulic press systems ensure consistent, accurate bends for structural and decorative applications.", icon: Layers, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22897.jpg?_wi=1", - imageAlt: "Metal bending machine with hydraulic pressure system", - }, + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22897.jpg", imageAlt: "Metal bending machine with hydraulic pressure system"}, { - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-detail-machinery_114579-2839.jpg?_wi=1", - imageAlt: "Perfectly bent metal component for industrial use", - }, + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-detail-machinery_114579-2839.jpg", imageAlt: "Perfectly bent metal component for industrial use"}, ], }, { - title: "Custom Fabrication", - description: "Tailored metal fabrication solutions for unique project requirements. From design consultation to final assembly, we handle complex projects with precision and reliability.", - icon: Hammer, + title: "Custom Fabrication", description: "Tailored metal fabrication solutions for unique project requirements. From design consultation to final assembly, we handle complex projects with precision and reliability.", icon: Hammer, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/man-uniform-protective-mask-is-working-metal-factory_613910-5381.jpg?_wi=1", - imageAlt: "Custom metal fabrication project in production", - }, + imageSrc: "http://img.b2bpic.net/free-photo/man-uniform-protective-mask-is-working-metal-factory_613910-5381.jpg", imageAlt: "Custom metal fabrication project in production"}, { - imageSrc: "http://img.b2bpic.net/free-photo/arc-welding-steel-construction-site_2831-692.jpg?_wi=1", - imageAlt: "Completed custom metal fabrication assembly", - }, + imageSrc: "http://img.b2bpic.net/free-photo/arc-welding-steel-construction-site_2831-692.jpg", imageAlt: "Completed custom metal fabrication assembly"}, ], }, ]} -- 2.49.1