Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-04 02:00:58 +00:00
2 changed files with 28 additions and 92 deletions

View File

@@ -28,8 +28,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Phone Repair", href: "/services" },
{ label: "Laptop Repair", href: "/services" },
{ label: "Get Quote", href: "#quote" },
@@ -37,8 +36,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#why-choose" },
{ label: "FAQ", href: "#faq" },
{ label: "Contact", href: "/contact" },
@@ -46,8 +44,7 @@ export default function HomePage() {
],
},
{
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" },
@@ -55,8 +52,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Warranty Info", href: "#" },
@@ -71,7 +67,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="compact"
sizing="largeSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -90,7 +86,7 @@ export default function HomePage() {
<HeroLogoBillboardSplit
logoText="Phone Deli"
description="Fast & Affordable Phone & Laptop Repair. Screen repair, battery replacement, charging ports, camera repair, software issues and more."
background={{ variant: "grid" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Get Instant Quote", href: "#quote" },
{ text: "Call Now", href: "tel:267-847-7347" },
@@ -111,41 +107,22 @@ export default function HomePage() {
tag="Services"
features={[
{
title: "Screen Replacement",
description: "Professional screen replacement for all device types",
bentoComponent: "globe",
},
title: "Screen Replacement", description: "Professional screen replacement for all device types", bentoComponent: "globe"},
{
title: "Battery Replacement",
description: "Extend your device life with battery service",
bentoComponent: "animated-bar-chart",
},
title: "Battery Replacement", description: "Extend your device life with battery service", bentoComponent: "animated-bar-chart"},
{
title: "Charging Port Repair",
description: "Fast and reliable charging port solutions",
bentoComponent: "line-chart",
},
title: "Charging Port Repair", description: "Fast and reliable charging port solutions", bentoComponent: "line-chart"},
{
title: "Camera Repair",
description: "Restore your photo and video capabilities",
bentoComponent: "map",
},
title: "Camera Repair", description: "Restore your photo and video capabilities", bentoComponent: "map"},
{
title: "Software Support",
description: "Expert technical troubleshooting and fixes",
bentoComponent: "icon-info-cards",
items: [
title: "Software Support", description: "Expert technical troubleshooting and fixes", 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: "Guaranteed" },
],
},
{
title: "Common Repairs",
description: "Screen, battery, and performance upgrades",
bentoComponent: "3d-task-list",
title: "Common Repairs",
items: [
title: "Common Repairs", description: "Screen, battery, and performance upgrades", bentoComponent: "3d-task-list", items: [
{ icon: Wrench, label: "Screen Replacement", time: "2 hours" },
{ icon: Zap, label: "Battery Service", time: "1 hour" },
{ icon: Cpu, label: "Performance Upgrade", time: "3 hours" },
@@ -167,7 +144,6 @@ export default function HomePage() {
imageAlt="Phone Deli LLC professional repair workshop"
buttons={[{ text: "Call or Text Now", href: "tel:267-847-7347" }]}
useInvertedBackground={true}
mediaAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>
@@ -192,29 +168,13 @@ export default function HomePage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Sarah Johnson"},
{
id: "2",
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageAlt: "Michael Chen",
},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"},
{
id: "3",
name: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg",
imageAlt: "Emily Rodriguez",
},
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4",
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageAlt: "David Kim",
},
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Kim"},
]}
cardTitle="Over 5,000+ customers trust Phone Deli for fast, affordable repairs"
cardTag="Customer Reviews"

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>