Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 465f12c764 | |||
| 74805ac98c |
@@ -172,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"],
|
||||||
|
|||||||
Reference in New Issue
Block a user