Update src/app/page.tsx

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

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"