6 Commits

Author SHA1 Message Date
a1550366c8 Merge version_3 into main
Merge version_3 into main
2026-06-10 17:16:05 +00:00
465f12c764 Update src/app/page.tsx 2026-06-10 17:16:01 +00:00
74805ac98c Merge version_2 into main
Merge version_2 into main
2026-06-10 17:14:23 +00:00
a248e56f3c Update src/app/page.tsx 2026-06-10 17:14:20 +00:00
f518d31947 Merge version_1 into main
Merge version_1 into main
2026-06-10 17:12:06 +00:00
7aee283e61 Merge version_1 into main
Merge version_1 into main
2026-06-10 17:11:25 +00:00

View File

@@ -42,6 +42,8 @@ export default function LandingPage() {
name: "Testimonials", id: "#testimonials"}, name: "Testimonials", id: "#testimonials"},
{ {
name: "Pricing", id: "#pricing"}, name: "Pricing", id: "#pricing"},
{
name: "FAQ", id: "#faq"},
{ {
name: "Contact", id: "#contact"}, name: "Contact", id: "#contact"},
]} ]}
@@ -170,21 +172,21 @@ export default function LandingPage() {
plans={[ plans={[
{ {
id: "basic-diagnostic", tag: "Entry Level", tagIcon: Tag, id: "basic-diagnostic", tag: "Entry Level", tagIcon: Tag,
price: "$50", period: "Diagnostic Fee", description: "Comprehensive initial check-up to identify the root cause of your TV's issue. Fee waived upon repair.", button: { price: "₹ Diagnostic Fee", period: "Diagnostic Fee", description: "Comprehensive initial check-up to identify the root cause of your TV's issue. Fee waived upon repair.", button: {
text: "Schedule Diagnostic", href: "#contact"}, text: "Schedule Diagnostic", href: "#contact"},
featuresTitle: "Includes:", features: [ featuresTitle: "Includes:", features: [
"Full TV health check", "Problem identification", "Repair cost estimate"], "Full TV health check", "Problem identification", "Repair cost estimate"],
}, },
{ {
id: "standard-repair", tag: "Most Popular", tagIcon: Star, id: "standard-repair", tag: "Most Popular", tagIcon: Star,
price: "Custom Quote", period: "Per Repair", description: "After diagnostic, we provide a tailored repair solution for screen, power, or component issues.", button: { price: "Custom Quote", period: "Per Repair", description: "After diagnostic, we provide a tailored repair solution for screen, power, or component issues.", button: {
text: "Get a Repair Quote", href: "#contact"}, text: "Get a Repair Quote", href: "#contact"},
featuresTitle: "Includes:", features: [ featuresTitle: "Includes:", features: [
"Parts & Labor included", "3-month warranty", "Post-repair testing"], "Parts & Labor included", "3-month warranty", "Post-repair testing"],
}, },
{ {
id: "premium-care", tag: "Best Value", tagIcon: Award, id: "premium-care", tag: "Best Value", tagIcon: Award,
price: "Starting at $200", period: "Advanced Care", description: "Our premium service for complex repairs, smart TV software issues, and extended peace of mind.", button: { price: "Starting From", period: "Advanced Care", description: "Our premium service for complex repairs, smart TV software issues, and extended peace of mind.", button: {
text: "Explore Premium", href: "#contact"}, text: "Explore Premium", href: "#contact"},
featuresTitle: "Includes:", features: [ featuresTitle: "Includes:", features: [
"6-month extended warranty", "Software optimization", "Priority support"], "6-month extended warranty", "Software optimization", "Priority support"],