Merge version_1 into main #1
180
src/app/page.tsx
180
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Support",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="PC Outlet"
|
||||
/>
|
||||
@@ -54,19 +46,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="PC Outlet"
|
||||
description="Premium IT solutions, professional repairs, and top-tier computer components. Your local technology experts."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Products", href: "#products"},
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Support", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
@@ -78,23 +65,18 @@ export default function LandingPage() {
|
||||
<div id="features" data-section="features">
|
||||
<FeatureHoverPattern
|
||||
textboxLayout="split"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: Wrench,
|
||||
title: "Hardware Repairs",
|
||||
description: "Expert diagnostics and repairs for laptops, desktops, and mobile hardware.",
|
||||
},
|
||||
title: "Hardware Repairs", description: "Expert diagnostics and repairs for laptops, desktops, and mobile hardware."},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Cybersecurity",
|
||||
description: "Protect your data with robust security auditing and virus removal services.",
|
||||
},
|
||||
title: "Cybersecurity", description: "Protect your data with robust security auditing and virus removal services."},
|
||||
{
|
||||
icon: HardDrive,
|
||||
title: "Custom Builds",
|
||||
description: "High-performance systems tailored to your specific gaming or enterprise needs.",
|
||||
},
|
||||
title: "Custom Builds", description: "High-performance systems tailored to your specific gaming or enterprise needs."},
|
||||
]}
|
||||
title="Comprehensive IT Services"
|
||||
description="From hardware diagnostics to enterprise network solutions, we provide reliable technical services."
|
||||
@@ -109,41 +91,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Graphics Card",
|
||||
price: "$799",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parts-hard-disk-belonging-computer-hardware-exploded-one-by-one-arranged_463209-20.jpg",
|
||||
},
|
||||
id: "p1", name: "Graphics Card", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/parts-hard-disk-belonging-computer-hardware-exploded-one-by-one-arranged_463209-20.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Gaming Mouse",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736818.jpg",
|
||||
},
|
||||
id: "p2", name: "Gaming Mouse", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736818.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "4K Monitor",
|
||||
price: "$499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-office-desk-with-computer-screen-showing-terminal-windows_482257-126357.jpg",
|
||||
},
|
||||
id: "p3", name: "4K Monitor", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/empty-office-desk-with-computer-screen-showing-terminal-windows_482257-126357.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "1TB SSD",
|
||||
price: "$129",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-computer-desk-setup-with-hard-drive_58702-17202.jpg",
|
||||
},
|
||||
id: "p4", name: "1TB SSD", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-computer-desk-setup-with-hard-drive_58702-17202.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Mechanical Keyboard",
|
||||
price: "$159",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-keyboard-with-colorful-led-lights_250224-283.jpg",
|
||||
},
|
||||
id: "p5", name: "Mechanical Keyboard", price: "$159", imageSrc: "http://img.b2bpic.net/free-photo/computer-keyboard-with-colorful-led-lights_250224-283.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Case Fan",
|
||||
price: "$29",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-item-technology-background_23-2148882618.jpg",
|
||||
},
|
||||
id: "p6", name: "Case Fan", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/blue-item-technology-background_23-2148882618.jpg"},
|
||||
]}
|
||||
title="Tech Inventory"
|
||||
description="Upgrade your setup with the latest high-performance components."
|
||||
@@ -158,20 +116,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15k+",
|
||||
description: "Devices Repaired",
|
||||
},
|
||||
id: "m1", value: "15k+", description: "Devices Repaired"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
description: "Support Available",
|
||||
},
|
||||
id: "m2", value: "24/7", description: "Support Available"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99%",
|
||||
description: "Client Satisfaction",
|
||||
},
|
||||
id: "m3", value: "99%", description: "Client Satisfaction"},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Trusted by hundreds of businesses and thousands of local users."
|
||||
@@ -183,30 +132,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg",
|
||||
},
|
||||
id: "1", name: "John D.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-looking-man-with-laptop_23-2147679075.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah K.", imageSrc: "http://img.b2bpic.net/free-photo/happy-looking-man-with-laptop_23-2147679075.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mark R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67066.jpg",
|
||||
},
|
||||
id: "3", name: "Mark R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67066.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena V.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-business-man_1303-19609.jpg",
|
||||
},
|
||||
id: "4", name: "Elena V.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-business-man_1303-19609.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Robert B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-office-worker-black-strict-jacket-posing-with-displeased-expression-light-pink-wall_140725-58762.jpg",
|
||||
},
|
||||
id: "5", name: "Robert B.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-office-worker-black-strict-jacket-posing-with-displeased-expression-light-pink-wall_140725-58762.jpg"},
|
||||
]}
|
||||
cardTitle="Client Voices"
|
||||
cardTag="Reviews"
|
||||
@@ -220,27 +154,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer diagnostic fees?",
|
||||
content: "We offer a free initial assessment for all walk-in repairs.",
|
||||
},
|
||||
id: "f1", title: "Do you offer diagnostic fees?", content: "We offer a free initial assessment for all walk-in repairs."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How long does a typical repair take?",
|
||||
content: "Most hardware repairs are completed within 24-48 hours depending on parts availability.",
|
||||
},
|
||||
id: "f2", title: "How long does a typical repair take?", content: "Most hardware repairs are completed within 24-48 hours depending on parts availability."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can you build custom gaming PCs?",
|
||||
content: "Yes, we specialize in high-performance custom builds for gaming and workstations.",
|
||||
},
|
||||
id: "f3", title: "Can you build custom gaming PCs?", content: "Yes, we specialize in high-performance custom builds for gaming and workstations."},
|
||||
]}
|
||||
ctaTitle="Need Technical Assistance?"
|
||||
ctaDescription="Get in touch with our team for quick diagnostics and support."
|
||||
ctaButton={{
|
||||
text: "Call Support",
|
||||
href: "tel:+15551234567",
|
||||
}}
|
||||
text: "Call Support", href: "tel:+15551234567"}}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
@@ -249,54 +172,33 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Desktops",
|
||||
href: "#",
|
||||
},
|
||||
label: "Desktops", href: "#"},
|
||||
{
|
||||
label: "Laptops",
|
||||
href: "#",
|
||||
},
|
||||
label: "Laptops", href: "#"},
|
||||
{
|
||||
label: "Components",
|
||||
href: "#",
|
||||
},
|
||||
label: "Components", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Repair Status",
|
||||
href: "#",
|
||||
},
|
||||
label: "Repair Status", href: "#"},
|
||||
{
|
||||
label: "Warranty",
|
||||
href: "#",
|
||||
},
|
||||
label: "Warranty", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Locations",
|
||||
href: "#",
|
||||
},
|
||||
label: "Locations", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user