higgys-android-website/lib/data.ts

87 lines
2.4 KiB
TypeScript

export const videos = [
{
id: 1,
title: "Getting Started with Your Android Box",
description: "Learn how to set up your new Android box and connect it to your TV",
thumbnail: "/images/android-box-setup.jpg",
duration: "8:45",
youtubeUrl: "#",
},
{
id: 2,
title: "Installing Apps and Adding Channels",
description: "Step-by-step guide to installing your favorite streaming apps",
thumbnail: "/images/android-apps-streaming.jpg",
duration: "12:30",
youtubeUrl: "#",
},
{
id: 3,
title: "Troubleshooting Common Issues",
description: "Quick fixes for buffering, connection issues, and more",
thumbnail: "/images/troubleshooting-tech-support.jpg",
duration: "10:15",
youtubeUrl: "#",
},
{
id: 4,
title: "Optimizing Your Streaming Experience",
description: "Tips and tricks to get the best performance from your box",
thumbnail: "/images/streaming-optimization.jpg",
duration: "9:20",
youtubeUrl: "#",
},
{
id: 5,
title: "Using the Remote Control",
description: "Master all the features of your remote control",
thumbnail: "/images/remote-control-android.jpg",
duration: "6:50",
youtubeUrl: "#",
},
{
id: 6,
title: "Advanced Settings and Customization",
description: "Customize your Android box to match your viewing preferences",
thumbnail: "/images/android-settings-customization.jpg",
duration: "11:40",
youtubeUrl: "#",
},
]
export const testimonials = [
{
quote:
"Great guy to deal with. Spent a few hours back forth trying to figure out a problem. Got everything up and running.",
author: "Happy Customer",
},
{
quote:
"Daniel was an absolute godsend! So helpful and just a great guy. Thanks so much for all your help!",
author: "Satisfied User",
},
{
quote:
"The boxes work great - no lagging and way more TV than I've ever had. Great service, very helpful. 100% recommend.",
author: "Long-time Client",
},
]
export const features = [
{
title: "Only $20/month",
description:
"No hidden fees. No surprises. Just straightforward pricing for unlimited entertainment.",
},
{
title: "Tech Support Included",
description:
"No extra cost for tech support. We're here to help whenever you need us.",
},
{
title: "Vancouver Island Based",
description:
"Trusted by customers across Canada and beyond. Local service, national reach.",
},
]