Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 465f12c764 | |||
| 74805ac98c | |||
| a248e56f3c | |||
| f518d31947 | |||
| 7aee283e61 |
@@ -42,6 +42,8 @@ export default function LandingPage() {
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
@@ -170,21 +172,21 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
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"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Full TV health check", "Problem identification", "Repair cost estimate"],
|
||||
},
|
||||
{
|
||||
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"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Parts & Labor included", "3-month warranty", "Post-repair testing"],
|
||||
},
|
||||
{
|
||||
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"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"6-month extended warranty", "Software optimization", "Priority support"],
|
||||
|
||||
Reference in New Issue
Block a user