Update src/app/page.tsx

This commit is contained in:
2026-04-11 21:25:28 +00:00
parent de39f0e3c1
commit fca4ec3adc

View File

@@ -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() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="InfoWorld"
/>
@@ -55,43 +41,18 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Your PC Problem Solved Today"
description="Expert advice, custom builds, and immediate solutions from Bell Ville's trusted tech specialists. 47★ rated with over 50 satisfied clients."
tag="Trusted by 50+ Clients"
buttons={[
{
text: "Chat on WhatsApp Now",
href: "https://wa.me/message/YOUR_LINK",
},
]}
buttons={[{ text: "Chat on WhatsApp Now", href: "https://wa.me/message/YOUR_LINK" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-classroom-students_23-2150906132.jpg",
imageAlt: "custom pc build tech workspace",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/manufacturing-plant-employee-reviews-data-green-screen-pc_482257-125767.jpg",
imageAlt: "computer technician professional pc building",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/office-with-computer-glass-table_1232-513.jpg",
imageAlt: "high performance gaming pc build",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-going-out-shopping-various-consumer-goods_23-2151669823.jpg",
imageAlt: "computer store shelves tech hardware",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-hardware-engineer-inserting-circuit-board-memory-slot_23-2147883879.jpg",
imageAlt: "pc motherboard installation tech",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138802.jpg",
imageAlt: "it technician consultation client",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-classroom-students_23-2150906132.jpg", imageAlt: "custom pc build tech workspace" },
{ imageSrc: "http://img.b2bpic.net/free-photo/manufacturing-plant-employee-reviews-data-green-screen-pc_482257-125767.jpg", imageAlt: "computer technician professional pc building" },
{ imageSrc: "http://img.b2bpic.net/free-photo/office-with-computer-glass-table_1232-513.jpg", imageAlt: "high performance gaming pc build" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-going-out-shopping-various-consumer-goods_23-2151669823.jpg", imageAlt: "computer store shelves tech hardware" },
{ imageSrc: "http://img.b2bpic.net/free-photo/male-hardware-engineer-inserting-circuit-board-memory-slot_23-2147883879.jpg", imageAlt: "pc motherboard installation tech" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138802.jpg", imageAlt: "it technician consultation client" }
]}
/>
</div>
@@ -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() {
<TestimonialCardTwo
textboxLayout="split"
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Lucas F.",
role: "Gamer",
testimonial: "Best build I've ever had, their expertise made a huge difference.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-girl-black-hat-smiling_176420-8505.jpg",
},
{
id: "2",
name: "Mariana G.",
role: "Business Owner",
testimonial: "Fast, reliable service. My business is back on track thanks to them.",
imageSrc: "http://img.b2bpic.net/free-photo/call-center-agent-laughing-funny-joke-while-talking-with-customer-office_482257-125812.jpg",
},
{
id: "3",
name: "Tomás V.",
role: "Student",
testimonial: "Fixed my laptop the same day, highly recommended for quality work.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-sitting-table-working-laptop-computer_1153-6927.jpg",
},
{
id: "4",
name: "Sofia R.",
role: "Designer",
testimonial: "They truly understand custom hardware. Everything runs smoother now.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-working-late-his-office_329181-17578.jpg",
},
{
id: "5",
name: "Fede M.",
role: "Gamer",
testimonial: "Pro advice, no BS. My go-to PC specialist in town.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg",
},
{ id: "1", name: "Lucas F.", role: "Gamer", testimonial: "Best build I've ever had, their expertise made a huge difference.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-girl-black-hat-smiling_176420-8505.jpg" },
{ id: "2", name: "Mariana G.", role: "Business Owner", testimonial: "Fast, reliable service. My business is back on track thanks to them.", imageSrc: "http://img.b2bpic.net/free-photo/call-center-agent-laughing-funny-joke-while-talking-with-customer-office_482257-125812.jpg" },
{ id: "3", name: "Tomás V.", role: "Student", testimonial: "Fixed my laptop the same day, highly recommended for quality work.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-sitting-table-working-laptop-computer_1153-6927.jpg" },
{ id: "4", name: "Sofia R.", role: "Designer", testimonial: "They truly understand custom hardware. Everything runs smoother now.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-working-late-his-office_329181-17578.jpg" },
{ id: "5", name: "Fede M.", role: "Gamer", testimonial: "Pro advice, no BS. My go-to PC specialist in town.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg" }
]}
title="What Our Clients Say"
description="Trusted by Bell Ville's tech community."
@@ -195,9 +104,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Let's Talk"
title="Ready for an Upgrade?"
description="Send us a message and we'll get back to you promptly to discuss your PC project or technical support request."
@@ -213,31 +120,11 @@ export default function LandingPage() {
logoText="InfoWorld Revolutions"
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Services",
href: "#features",
},
],
title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#features" }]
},
{
title: "Resources",
items: [
{
label: "Support",
href: "#contact",
},
{
label: "FAQ",
href: "#",
},
],
},
title: "Resources", items: [{ label: "Support", href: "#contact" }, { label: "FAQ", href: "#" }]
}
]}
copyrightText="© 2025 InfoWorld Revolutions. All rights reserved."
/>
@@ -245,4 +132,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}