Update src/app/services/page.tsx

This commit is contained in:
2026-03-04 02:00:53 +00:00
parent 786189e71a
commit 84395f3f6a

View File

@@ -25,8 +25,7 @@ export default function ServicesPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Phone Repair", href: "/services" },
{ label: "Laptop Repair", href: "/services" },
{ label: "Get Quote", href: "#quote" },
@@ -34,8 +33,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#why-choose" },
{ label: "FAQ", href: "#faq" },
{ label: "Contact", href: "/contact" },
@@ -43,8 +41,7 @@ export default function ServicesPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: 267-847-7347", href: "tel:267-847-7347" },
{ label: "Email: phonedelillc@gmail.com", href: "mailto:phonedelillc@gmail.com" },
{ label: "Text for Quote", href: "sms:267-847-7347" },
@@ -52,8 +49,7 @@ export default function ServicesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Warranty Info", href: "#" },
@@ -68,7 +64,7 @@ export default function ServicesPage() {
borderRadius="soft"
contentWidth="compact"
sizing="largeSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -90,41 +86,22 @@ export default function ServicesPage() {
tag="Services"
features={[
{
title: "Screen Replacement",
description: "Fast and professional screen replacement for iPhones, Samsung, Google Pixel, and other Android devices with OEM quality parts",
bentoComponent: "globe",
},
title: "Screen Replacement", description: "Fast and professional screen replacement for iPhones, Samsung, Google Pixel, and other Android devices with OEM quality parts", bentoComponent: "globe"},
{
title: "Battery Replacement",
description: "Restore your device's performance with quality battery replacements. Most replacements completed within 1 hour.",
bentoComponent: "animated-bar-chart",
},
title: "Battery Replacement", description: "Restore your device's performance with quality battery replacements. Most replacements completed within 1 hour.", bentoComponent: "animated-bar-chart"},
{
title: "Charging Port Repair",
description: "Expert repair of charging ports, USB connections, and power issues for all device types",
bentoComponent: "line-chart",
},
title: "Charging Port Repair", description: "Expert repair of charging ports, USB connections, and power issues for all device types", bentoComponent: "line-chart"},
{
title: "Camera Repair",
description: "Professional camera and lens repair services restore your photo and video capabilities quickly",
bentoComponent: "map",
},
title: "Camera Repair", description: "Professional camera and lens repair services restore your photo and video capabilities quickly", bentoComponent: "map"},
{
title: "Software Support",
description: "Expert technical troubleshooting and software fixes for device performance issues",
bentoComponent: "icon-info-cards",
items: [
title: "Software Support", description: "Expert technical troubleshooting and software fixes for device performance issues", bentoComponent: "icon-info-cards", items: [
{ icon: Zap, label: "Fast Diagnostics", value: "30 min" },
{ icon: CheckCircle, label: "Expert Team", value: "100%" },
{ icon: Shield, label: "Warranty", value: "30 days" },
],
},
{
title: "Laptop Repair",
description: "Complete laptop repair including screen, battery, keyboard, and performance optimization services",
bentoComponent: "3d-task-list",
title: "Laptop Services",
items: [
title: "Laptop Repair", description: "Complete laptop repair including screen, battery, keyboard, and performance optimization services", bentoComponent: "3d-task-list", items: [
{ icon: Wrench, label: "Hardware Repair", time: "2-4 hours" },
{ icon: Zap, label: "Battery Service", time: "1 hour" },
{ icon: Cpu, label: "Performance Upgrade", time: "3 hours" },
@@ -142,11 +119,10 @@ export default function ServicesPage() {
tag="Why Phone Deli?"
title="Expert Repairs, Fair Prices, Quick Turnaround"
description="With over 5,000+ satisfied customers, Phone Deli LLC has become the trusted choice for device repair in Philadelphia. Our experienced technicians use quality parts, provide honest diagnostics, and offer flexible mobile repair service. Every repair includes a 30-day warranty."
imageSrc="http://img.b2bpic.net/free-photo/service-man-opens-backside-topcase-cover-computer-laptop-before-repairing-cleaning-fixing-it-with-his-professional-tools-from-toolkit-box-near-wooden-table-front-view_346278-1799.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/service-man-opens-backside-topcase-cover-computer-laptop-before-repairing-cleaning-fixing-it-with-his-professional-tools-from-toolkit-box-near-wooden-table-front-view_346278-1799.jpg"
imageAlt="Professional technician performing expert device repair"
buttons={[{ text: "Schedule Your Repair", href: "/contact" }]}
useInvertedBackground={true}
mediaAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>