Update src/app/page.tsx
This commit is contained in:
108
src/app/page.tsx
108
src/app/page.tsx
@@ -36,8 +36,7 @@ export default function HomePage() {
|
||||
{ name: "Devices", id: "/devices" }
|
||||
]}
|
||||
button={{
|
||||
text: "Book a Repair",
|
||||
href: "/contact"
|
||||
text: "Book a Repair", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -67,18 +66,12 @@ export default function HomePage() {
|
||||
description="Premium services delivered with precision and expertise. Every repair is a masterpiece."
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
category: ["Screen Repairs", "Premium Service"],
|
||||
title: "Screen Repairs",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/hispanic-male-engineer-checking-connections-damaged-smartphone-with-multimeter-his-repair-shop_662251-305.jpg",
|
||||
imageAlt: "Professional screen repair service"
|
||||
id: "1", category: ["Screen Repairs", "Premium Service"],
|
||||
title: "Screen Repairs", imageSrc: "https://img.b2bpic.net/free-photo/hispanic-male-engineer-checking-connections-damaged-smartphone-with-multimeter-his-repair-shop_662251-305.jpg", imageAlt: "Professional screen repair service"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
category: ["Battery Replacement", "Extended Life"],
|
||||
title: "Battery Replacement",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/just-as-new-happy-young-man-showing-fixed-smartphone-smiling-technician-repairing-broken-screen-smartphone_662251-240.jpg",
|
||||
imageAlt: "Expert battery replacement service"
|
||||
id: "2", category: ["Battery Replacement", "Extended Life"],
|
||||
title: "Battery Replacement", imageSrc: "https://img.b2bpic.net/free-photo/just-as-new-happy-young-man-showing-fixed-smartphone-smiling-technician-repairing-broken-screen-smartphone_662251-240.jpg", imageAlt: "Expert battery replacement service"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -113,50 +106,31 @@ export default function HomePage() {
|
||||
description="Clear, honest pricing for premium service. No hidden costs. Just excellence."
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
price: "Starting at $79",
|
||||
name: "iPhone Screen Repair",
|
||||
buttons: [
|
||||
id: "1", price: "Starting at $79", name: "iPhone Screen Repair", buttons: [
|
||||
{ text: "Get an Instant Quote", href: "/contact" },
|
||||
{ text: "Learn More", href: "#" }
|
||||
],
|
||||
features: [
|
||||
"Premium replacement glass",
|
||||
"Certified installation",
|
||||
"Warranty protection",
|
||||
"Same-day service available"
|
||||
"Premium replacement glass", "Certified installation", "Warranty protection", "Same-day service available"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
price: "Starting at $49",
|
||||
name: "Battery Replacement",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
id: "2", price: "Starting at $49", name: "Battery Replacement", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
buttons: [
|
||||
{ text: "Get an Instant Quote", href: "/contact" },
|
||||
{ text: "Learn More", href: "#" }
|
||||
],
|
||||
features: [
|
||||
"Genuine battery",
|
||||
"Professional installation",
|
||||
"Lifetime warranty option",
|
||||
"Extended device life"
|
||||
"Genuine battery", "Professional installation", "Lifetime warranty option", "Extended device life"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
price: "Free",
|
||||
name: "Diagnostic Check",
|
||||
buttons: [
|
||||
id: "3", price: "Free", name: "Diagnostic Check", buttons: [
|
||||
{ text: "Get an Instant Quote", href: "/contact" },
|
||||
{ text: "Learn More", href: "#" }
|
||||
],
|
||||
features: [
|
||||
"Comprehensive analysis",
|
||||
"No obligation",
|
||||
"Expert assessment",
|
||||
"Custom repair plan"
|
||||
"Comprehensive analysis", "No obligation", "Expert assessment", "Custom repair plan"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -173,32 +147,16 @@ export default function HomePage() {
|
||||
description="Curated collection of certified pre-owned and new devices. Every phone inspected for excellence."
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "iPhone 15 Pro",
|
||||
price: "$899",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smartphone-minimal-display-marble_23-2149554980.jpg",
|
||||
imageAlt: "iPhone 15 Pro - premium smartphone"
|
||||
id: "1", name: "iPhone 15 Pro", price: "$899", imageSrc: "https://img.b2bpic.net/free-photo/smartphone-minimal-display-marble_23-2149554980.jpg", imageAlt: "iPhone 15 Pro - premium smartphone"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Samsung Galaxy S24",
|
||||
price: "$799",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smartphone-minimal-display-marble_23-2149554984.jpg",
|
||||
imageAlt: "Samsung Galaxy S24 - flagship device"
|
||||
id: "2", name: "Samsung Galaxy S24", price: "$799", imageSrc: "https://img.b2bpic.net/free-photo/smartphone-minimal-display-marble_23-2149554984.jpg", imageAlt: "Samsung Galaxy S24 - flagship device"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Premium Accessories Bundle",
|
||||
price: "$149",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smartphone-minimal-display-marble_23-2149554966.jpg",
|
||||
imageAlt: "Premium protective accessories"
|
||||
id: "3", name: "Premium Accessories Bundle", price: "$149", imageSrc: "https://img.b2bpic.net/free-photo/smartphone-minimal-display-marble_23-2149554966.jpg", imageAlt: "Premium protective accessories"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "iPhone 14 Pro Max",
|
||||
price: "$699",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smartphone-minimal-display-marble_23-2149554980.jpg",
|
||||
imageAlt: "iPhone 14 Pro Max - certified pre-owned"
|
||||
id: "4", name: "iPhone 14 Pro Max", price: "$699", imageSrc: "https://img.b2bpic.net/free-photo/smartphone-minimal-display-marble_23-2149554980.jpg", imageAlt: "iPhone 14 Pro Max - certified pre-owned"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -215,40 +173,20 @@ export default function HomePage() {
|
||||
description="Real stories from satisfied customers who trust us with their most important devices."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Michael Chen",
|
||||
handle: "@michaelchen",
|
||||
testimonial: "Absolutely the best phone repair service I've experienced. Fast, professional, and they treated my device like it was their own. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageAlt: "Michael Chen"
|
||||
id: "1", name: "Michael Chen", handle: "@michaelchen", testimonial: "Absolutely the best phone repair service I've experienced. Fast, professional, and they treated my device like it was their own. Highly recommended!", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahjohnson",
|
||||
testimonial: "I was skeptical about premium pricing, but they delivered on every promise. Same-day repair, lifetime warranty, and the service was impeccable.",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
imageAlt: "Sarah Johnson"
|
||||
id: "2", name: "Sarah Johnson", handle: "@sarahjohnson", testimonial: "I was skeptical about premium pricing, but they delivered on every promise. Same-day repair, lifetime warranty, and the service was impeccable.", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Kim",
|
||||
handle: "@davidkim",
|
||||
testimonial: "They recovered my data when everyone else said it was impossible. Their expertise is unmatched. This is truly the Rolex of phone repair.",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
|
||||
imageAlt: "David Kim"
|
||||
id: "3", name: "David Kim", handle: "@davidkim", testimonial: "They recovered my data when everyone else said it was impossible. Their expertise is unmatched. This is truly the Rolex of phone repair.", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Kim"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emilyrodriguez",
|
||||
testimonial: "The entire experience was luxurious and professional. From the moment I walked in to picking up my device, everything was premium quality.",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
|
||||
imageAlt: "Emily Rodriguez"
|
||||
id: "4", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "The entire experience was luxurious and professional. From the moment I walked in to picking up my device, everything was premium quality.", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Emily Rodriguez"
|
||||
}
|
||||
]}
|
||||
showRating={true}
|
||||
|
||||
Reference in New Issue
Block a user