Update src/app/page.tsx
This commit is contained in:
119
src/app/page.tsx
119
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Eclipse Computers"
|
||||
/>
|
||||
@@ -57,47 +47,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Eclipse Computers - Serving Goldsboro Since 1998"
|
||||
variant: "gradient-bars"}}
|
||||
title="Eclipse Computers"
|
||||
tag="Serving Goldsboro Since 1998"
|
||||
tagAnimation="slide-up"
|
||||
description="Professional IT Services & Computer Repair. Reliable technology solutions from slow home computers to full business networks."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:9197590400",
|
||||
},
|
||||
text: "Call Now", href: "tel:9197590400"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrTFaGorhCpTN4RhkvsoPQlIm/professional-office-computer-technician--1774615702214-b4dc3867.png",
|
||||
imageAlt: "Professional IT service",
|
||||
},
|
||||
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrTFaGorhCpTN4RhkvsoPQlIm/professional-office-computer-technician--1774615702214-b4dc3867.png", imageAlt: "Professional IT service"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrTFaGorhCpTN4RhkvsoPQlIm/modern-network-server-room-with-blue-led-1774615702693-52b98ba4.png",
|
||||
imageAlt: "Network setup",
|
||||
},
|
||||
id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrTFaGorhCpTN4RhkvsoPQlIm/modern-network-server-room-with-blue-led-1774615702693-52b98ba4.png", imageAlt: "Network setup"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrTFaGorhCpTN4RhkvsoPQlIm/repairing-a-laptop-motherboard-with-prec-1774615701802-d589c767.png",
|
||||
imageAlt: "Computer repair",
|
||||
},
|
||||
id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrTFaGorhCpTN4RhkvsoPQlIm/repairing-a-laptop-motherboard-with-prec-1774615701802-d589c767.png", imageAlt: "Computer repair"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrTFaGorhCpTN4RhkvsoPQlIm/data-recovery-concept-secure-digital-sto-1774615701941-c4342dee.png",
|
||||
imageAlt: "Data recovery",
|
||||
},
|
||||
id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrTFaGorhCpTN4RhkvsoPQlIm/data-recovery-concept-secure-digital-sto-1774615701941-c4342dee.png", imageAlt: "Data recovery"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrTFaGorhCpTN4RhkvsoPQlIm/cybersecurity-digital-lock-shield-concep-1774615701210-75efb657.png",
|
||||
imageAlt: "Security solutions",
|
||||
},
|
||||
id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrTFaGorhCpTN4RhkvsoPQlIm/cybersecurity-digital-lock-shield-concep-1774615701210-75efb657.png", imageAlt: "Security solutions"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrTFaGorhCpTN4RhkvsoPQlIm/business-communication-technology-voip-s-1774615702194-cad1ff76.png",
|
||||
imageAlt: "Business IT support",
|
||||
},
|
||||
id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrTFaGorhCpTN4RhkvsoPQlIm/business-communication-technology-voip-s-1774615702194-cad1ff76.png", imageAlt: "Business IT support"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,40 +90,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "PC & Laptop Repair",
|
||||
description: "Expert hardware repair and optimization.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Monitor,
|
||||
title: "PC & Laptop Repair", description: "Expert hardware repair and optimization.", bentoComponent: "reveal-icon", icon: Monitor,
|
||||
},
|
||||
{
|
||||
title: "Virus & Malware Removal",
|
||||
description: "Deep scans and secure threat removal.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: AlertTriangle,
|
||||
title: "Virus & Malware Removal", description: "Deep scans and secure threat removal.", bentoComponent: "reveal-icon", icon: AlertTriangle,
|
||||
},
|
||||
{
|
||||
title: "Managed Security",
|
||||
description: "Proactive protection for your systems.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Lock,
|
||||
title: "Managed Security", description: "Proactive protection for your systems.", bentoComponent: "reveal-icon", icon: Lock,
|
||||
},
|
||||
{
|
||||
title: "Business IT Services",
|
||||
description: "Full-scale network management.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Building2,
|
||||
title: "Business IT Services", description: "Full-scale network management.", bentoComponent: "reveal-icon", icon: Building2,
|
||||
},
|
||||
{
|
||||
title: "Network Setup",
|
||||
description: "Reliable wired and wireless configurations.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Globe,
|
||||
title: "Network Setup", description: "Reliable wired and wireless configurations.", bentoComponent: "reveal-icon", icon: Globe,
|
||||
},
|
||||
{
|
||||
title: "Data Recovery",
|
||||
description: "Professional restoration for lost files.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Database,
|
||||
title: "Data Recovery", description: "Professional restoration for lost files.", bentoComponent: "reveal-icon", icon: Database,
|
||||
},
|
||||
]}
|
||||
title="Our IT Services"
|
||||
@@ -166,20 +119,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Where are you located?",
|
||||
content: "112 South Berkeley Blvd Suite J, Goldsboro, NC 27534",
|
||||
},
|
||||
id: "1", title: "Where are you located?", content: "112 South Berkeley Blvd Suite J, Goldsboro, NC 27534"},
|
||||
{
|
||||
id: "2",
|
||||
title: "What are your hours?",
|
||||
content: "Mon-Fri: 9:30 AM - 5:30 PM, Sat: 10:00 AM - 1:00 PM. Sunday closed.",
|
||||
},
|
||||
id: "2", title: "What are your hours?", content: "Mon-Fri: 9:30 AM - 5:30 PM, Sat: 10:00 AM - 1:00 PM. Sunday closed."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer remote support?",
|
||||
content: "Yes, we provide secure remote support to resolve issues quickly.",
|
||||
},
|
||||
id: "3", title: "Do you offer remote support?", content: "Yes, we provide secure remote support to resolve issues quickly."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrTFaGorhCpTN4RhkvsoPQlIm/professional-office-customer-service-cen-1774615701604-f1c49349.png"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -193,8 +137,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Get In Touch"
|
||||
description="Ready to fix your IT issues? Call us or send an email."
|
||||
@@ -209,16 +152,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Eclipse Computers"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user