Merge version_2 into main #1
244
src/app/page.tsx
244
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="MultiView"
|
||||
/>
|
||||
@@ -66,13 +54,9 @@ export default function LandingPage() {
|
||||
description="Redefining home entertainment in Accra with professional XtraView and multi-screen setups. Your luxury viewing experience starts here."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Installation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Installation", href: "#contact"},
|
||||
{
|
||||
text: "View Packages",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "View Packages", href: "#pricing"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2238.jpg"
|
||||
imageAlt="Luxury home cinema setup"
|
||||
@@ -84,8 +68,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Unmatched Entertainment Standards"
|
||||
description={[
|
||||
"For over a decade, we have been the premium choice for DStv installations in Accra. We don't just set up decoders; we craft custom multi-view environments for seamless, high-definition viewing across your entire residence.",
|
||||
]}
|
||||
"For over a decade, we have been the premium choice for DStv installations in Accra. We don't just set up decoders; we craft custom multi-view environments for seamless, high-definition viewing across your entire residence."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -96,29 +79,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Expert XtraView Setups",
|
||||
descriptions: [
|
||||
"Perfecting multi-decoder synchronization for a unified home experience.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-turning-light-using-remote-control_259150-57143.jpg",
|
||||
},
|
||||
id: "1", title: "Expert XtraView Setups", descriptions: [
|
||||
"Perfecting multi-decoder synchronization for a unified home experience."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-turning-light-using-remote-control_259150-57143.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "High-Definition Alignment",
|
||||
descriptions: [
|
||||
"Precise signal tuning to guarantee the best picture quality available in Ghana.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/port-elizabeth-south-africa-29-january-2024_58702-16663.jpg",
|
||||
},
|
||||
id: "2", title: "High-Definition Alignment", descriptions: [
|
||||
"Precise signal tuning to guarantee the best picture quality available in Ghana."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/port-elizabeth-south-africa-29-january-2024_58702-16663.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Priority Support",
|
||||
descriptions: [
|
||||
"Dedicated service teams ensuring your entertainment never skips a beat.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-working_23-2149908142.jpg",
|
||||
},
|
||||
id: "3", title: "Priority Support", descriptions: [
|
||||
"Dedicated service teams ensuring your entertainment never skips a beat."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-working_23-2149908142.jpg"},
|
||||
]}
|
||||
title="Why Choose MultiView"
|
||||
description="We specialize in complex DStv configurations, from XtraView to enterprise multi-view arrays, ensuring crystal clear quality in every room."
|
||||
@@ -133,41 +104,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "DStv Explora Ultra",
|
||||
price: "GHS 1,250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-old-vintage-radio-tv-rock-blurred-background_181624-9849.jpg",
|
||||
},
|
||||
id: "p1", name: "DStv Explora Ultra", price: "GHS 1,250", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-old-vintage-radio-tv-rock-blurred-background_181624-9849.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "HD Smart LNB",
|
||||
price: "GHS 350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hospital-reception-desk-with-computer-making-healthcare-appointments-patients-with-disease-registration-work-with-medical-checkup-reports-papers-forms-facility-lobby_482257-50665.jpg",
|
||||
},
|
||||
id: "p2", name: "HD Smart LNB", price: "GHS 350", imageSrc: "http://img.b2bpic.net/free-photo/hospital-reception-desk-with-computer-making-healthcare-appointments-patients-with-disease-registration-work-with-medical-checkup-reports-papers-forms-facility-lobby_482257-50665.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Premium Shielded HDMI",
|
||||
price: "GHS 150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-panel-with-fuses-contactors-closeup_169016-53038.jpg",
|
||||
},
|
||||
id: "p3", name: "Premium Shielded HDMI", price: "GHS 150", imageSrc: "http://img.b2bpic.net/free-photo/electrical-panel-with-fuses-contactors-closeup_169016-53038.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Smart Universal Remote",
|
||||
price: "GHS 200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-tablet-with-spotify-app_23-2147987806.jpg",
|
||||
},
|
||||
id: "p4", name: "Smart Universal Remote", price: "GHS 200", imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-tablet-with-spotify-app_23-2147987806.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Heavy-Duty Wall Mount",
|
||||
price: "GHS 250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-watching-streaming-service-together_23-2149026108.jpg",
|
||||
},
|
||||
id: "p5", name: "Heavy-Duty Wall Mount", price: "GHS 250", imageSrc: "http://img.b2bpic.net/free-photo/couple-watching-streaming-service-together_23-2149026108.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Signal Booster Unit",
|
||||
price: "GHS 400",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-28.jpg",
|
||||
},
|
||||
id: "p6", name: "Signal Booster Unit", price: "GHS 400", imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-28.jpg"},
|
||||
]}
|
||||
title="Premium Hardware Solutions"
|
||||
description="Discover our catalog of high-performance decoders, cabling, and signal hardware."
|
||||
@@ -181,57 +128,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Entry",
|
||||
price: "GHS 600",
|
||||
subtitle: "Single Room Setup",
|
||||
features: [
|
||||
"Full decoder setup",
|
||||
"Cable routing",
|
||||
"Signal check",
|
||||
],
|
||||
id: "basic", badge: "Entry", price: "GHS 600", subtitle: "Single Room Setup", features: [
|
||||
"Full decoder setup", "Cable routing", "Signal check"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose Basic",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choose Basic", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Popular",
|
||||
price: "GHS 1,400",
|
||||
subtitle: "Double XtraView",
|
||||
features: [
|
||||
"Dual decoder synchronization",
|
||||
"Advanced routing",
|
||||
"Cable tidy-up",
|
||||
"HD signal calibration",
|
||||
],
|
||||
id: "pro", badge: "★ BEST VALUE (Popular)", price: "GHS 1,400", subtitle: "Double XtraView", features: [
|
||||
"Dual decoder synchronization", "Advanced routing", "Cable tidy-up", "HD signal calibration"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose Pro",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choose Pro", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "gold",
|
||||
badge: "Luxury",
|
||||
price: "GHS 2,800",
|
||||
subtitle: "Enterprise Multi-View",
|
||||
features: [
|
||||
"Full home integration",
|
||||
"Up to 5 decoders",
|
||||
"Priority service",
|
||||
"Hidden cabling",
|
||||
"Annual Maintenance",
|
||||
],
|
||||
id: "gold", badge: "Luxury", price: "GHS 2,800", subtitle: "Enterprise Multi-View", features: [
|
||||
"Full home integration", "Up to 5 decoders", "Priority service", "Hidden cabling", "Annual Maintenance"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose Luxury",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choose Luxury", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -247,45 +164,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Kwame Osei",
|
||||
handle: "@oseikwame",
|
||||
testimonial: "Excellent service. My home setup is perfect, not a single cable visible.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg",
|
||||
},
|
||||
id: "1", name: "Kwame Osei", handle: "@oseikwame", testimonial: "Excellent service. My home setup is perfect, not a single cable visible.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Mensah",
|
||||
handle: "@sarahm",
|
||||
testimonial: "The MultiView XtraView setup is a game changer for our family.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-large-blue-sofa-large-coffee-table-with-large-window-that-says-room-is-decorated-with-large-plant_123827-23873.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah Mensah", handle: "@sarahm", testimonial: "The MultiView XtraView setup is a game changer for our family.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-large-blue-sofa-large-coffee-table-with-large-window-that-says-room-is-decorated-with-large-plant_123827-23873.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Lamptey",
|
||||
handle: "@dlamptey",
|
||||
testimonial: "Fast, professional, and very knowledgeable about DStv systems.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-brainstorming-ideas-create-presentation-using-online-network-doing-research-project-internet-app-planning-business-report-with-charts-information-send-email-handheld-shot_482257-49801.jpg",
|
||||
},
|
||||
id: "3", name: "David Lamptey", handle: "@dlamptey", testimonial: "Fast, professional, and very knowledgeable about DStv systems.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-brainstorming-ideas-create-presentation-using-online-network-doing-research-project-internet-app-planning-business-report-with-charts-information-send-email-handheld-shot_482257-49801.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Adwoa Boateng",
|
||||
handle: "@adwoab",
|
||||
testimonial: "Highly recommended for luxury homes in Accra. Stunning quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drunk-fan-watching-live-sports-event-tv-chanting-team-having-fun_482257-104570.jpg",
|
||||
},
|
||||
id: "4", name: "Adwoa Boateng", handle: "@adwoab", testimonial: "Highly recommended for luxury homes in Accra. Stunning quality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drunk-fan-watching-live-sports-event-tv-chanting-team-having-fun_482257-104570.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emmanuel Addo",
|
||||
handle: "@emman_addo",
|
||||
testimonial: "Premium work. The team was clean, quick, and very helpful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg",
|
||||
},
|
||||
id: "5", name: "Emmanuel Addo", handle: "@emman_addo", testimonial: "Premium work. The team was clean, quick, and very helpful.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Clients Love Our Work"
|
||||
@@ -299,20 +191,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long does installation take?",
|
||||
content: "Typically 2-4 hours depending on the complexity of your setup.",
|
||||
},
|
||||
id: "f1", title: "How long does installation take?", content: "Typically 2-4 hours depending on the complexity of your setup."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you provide support after?",
|
||||
content: "Yes, all our luxury installations come with a 6-month support guarantee.",
|
||||
},
|
||||
id: "f2", title: "Do you provide support after?", content: "Yes, all our luxury installations come with a 6-month support guarantee."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can you hide the cabling?",
|
||||
content: "Absolutely, our premium packages include professional cable management.",
|
||||
},
|
||||
id: "f3", title: "Can you hide the cabling?", content: "Absolutely, our premium packages include professional cable management."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-headphones-keyboard-wooden-table_53876-33532.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -326,8 +209,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Contact Us"
|
||||
title="Book Your Setup"
|
||||
description="Ready to upgrade your entertainment? Get in touch today for a free assessment."
|
||||
@@ -340,37 +222,23 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Installation",
|
||||
href: "#",
|
||||
},
|
||||
label: "Installation", href: "#"},
|
||||
{
|
||||
label: "XtraView Setup",
|
||||
href: "#",
|
||||
},
|
||||
label: "XtraView Setup", href: "#"},
|
||||
{
|
||||
label: "Hardware Sales",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hardware Sales", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -380,4 +248,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user