diff --git a/src/app/page.tsx b/src/app/page.tsx
index da51c59..32d7f8a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,6 +9,7 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
+import { Zap, Shield, Briefcase } from 'lucide-react';
export default function LandingPage() {
return (
@@ -28,26 +29,11 @@ export default function LandingPage() {
@@ -55,43 +41,18 @@ export default function LandingPage() {
@@ -101,12 +62,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Local Expertise, Professional Care"
description="At InfoWorld Revolutions, we don't just sell hardware—we build solutions. Whether you're a gamer needing an edge, a professional requiring uptime, or a local resident with a PC headache, our Bell Ville team is dedicated to providing honest, same-day expert advice and quality workmanship."
- buttons={[
- {
- text: "Contact Us",
- href: "#contact",
- },
- ]}
+ buttons={[{ text: "Contact Us", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353711.jpg"
imageAlt="technician client workshop trust"
/>
@@ -119,27 +75,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
- {
- title: "Custom Builds",
- description: "High-performance PCs engineered for gaming, design, or business efficiency.",
- imageSrc: "http://img.b2bpic.net/free-photo/futuristic-hi-tech-neon-background-generative-ai_91128-2309.jpg",
- titleIconSrc: "Zap",
- buttonText: "Start Build",
- },
- {
- title: "Rapid Repairs",
- description: "Immediate diagnostics and same-day fixes for all PC issues, big or small.",
- imageSrc: "http://img.b2bpic.net/free-vector/support-icons-flat_1284-13555.jpg",
- titleIconSrc: "Shield",
- buttonText: "Get Help",
- },
- {
- title: "Business IT Solutions",
- description: "Reliable onsite support and maintenance to keep your professional systems running.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-it-service-man-repairing-computer_1303-19460.jpg",
- titleIconSrc: "Briefcase",
- buttonText: "View Solutions",
- },
+ { title: "Custom Builds", description: "High-performance PCs engineered for gaming, design, or business efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-hi-tech-neon-background-generative-ai_91128-2309.jpg", titleIconSrc: "Zap", buttonText: "Start Build" },
+ { title: "Rapid Repairs", description: "Immediate diagnostics and same-day fixes for all PC issues, big or small.", imageSrc: "http://img.b2bpic.net/free-vector/support-icons-flat_1284-13555.jpg", titleIconSrc: "Shield", buttonText: "Get Help" },
+ { title: "Business IT Solutions", description: "Reliable onsite support and maintenance to keep your professional systems running.", imageSrc: "http://img.b2bpic.net/free-photo/young-it-service-man-repairing-computer_1303-19460.jpg", titleIconSrc: "Briefcase", buttonText: "View Solutions" }
]}
title="Our Expert Services"
description="Tailored technology solutions built for your specific needs."
@@ -150,42 +88,13 @@ export default function LandingPage() {
@@ -245,4 +132,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file