Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a35a7245a | |||
| 7c6e89316f | |||
| a881ebca7c | |||
| 2088c28adb | |||
| eae40f44b8 |
171
src/app/page.tsx
171
src/app/page.tsx
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Hisense Premium"
|
||||
brandName="Hisense Tanzania"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -49,50 +49,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
title="Defining the Future of Home Appliances"
|
||||
description="Experience superior technology designed for your modern lifestyle. Discover our premium collection of Hisense appliances, where innovation meets elegance."
|
||||
title="Defining the Future of Home Appliances in Tanzania"
|
||||
description="Experience superior technology tailored for your Tanzanian home. Discover our premium collection of Hisense appliances, where innovation meets elegance."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex R.", handle: "@alex_tech", testimonial: "The picture quality is simply stunning. Best TV purchase I've ever made.", rating: 5,
|
||||
name: "Juma A.", handle: "@juma_tech", testimonial: "The picture quality on my new Hisense TV is stunning. Perfect for Dar es Salaam evenings.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736770.jpg?_wi=1", imageAlt: "luxury electronic appliance studio"},
|
||||
{
|
||||
name: "Elena M.", handle: "@elena_smart", testimonial: "My new fridge is whisper quiet and fits perfectly in my kitchen.", rating: 5,
|
||||
name: "Neema M.", handle: "@neema_home", testimonial: "Finally found a fridge that keeps everything fresh in our climate. Excellent performance.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teleworking-admin-using-laptop-filter-malicious-traffic-from-cybercriminals_482257-82938.jpg?_wi=1", imageAlt: "luxury electronic appliance studio"},
|
||||
{
|
||||
name: "Jordan P.", handle: "@jordy_design", testimonial: "Seamless integration and incredible performance. Highly recommend.", rating: 5,
|
||||
name: "David P.", handle: "@daudi_tech", testimonial: "The local support and installation team were fantastic. Great experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216698.jpg?_wi=1", imageAlt: "luxury electronic appliance studio"},
|
||||
{
|
||||
name: "Sarah K.", handle: "@sara_home", testimonial: "The smart features have made my kitchen work so much easier.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072232.jpg?_wi=1", imageAlt: "luxury electronic appliance studio"},
|
||||
{
|
||||
name: "David W.", handle: "@dave_electronics", testimonial: "Reliable, sleek, and high-performance. Exactly what I expected.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17240.jpg?_wi=1", imageAlt: "luxury electronic appliance studio"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736770.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/older-woman-drinking-coffee-smiling-house-white-shirt-daytime_176474-4942.jpg", alt: "Older woman drinking coffee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/working-woman-using-laptop-home-doing-her-taxes-paperwork-watching-online-course-kitchen_1258-184030.jpg", alt: "Working woman using laptop"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-using-laptop-while-working-home_637285-11921.jpg", alt: "Happy woman working home"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-happy-businessman-drinking-coffee-using-computer-while-having-video-conference-home_637285-6017.jpg", alt: "Businessman drinking coffee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-girl-cooks-vegetables-posing-with-peace-zucchini-leans-near_1258-197967.jpg", alt: "Woman with zucchini"},
|
||||
]}
|
||||
avatarText="Trusted by 10k+ professionals"
|
||||
avatarText="Trusted by 10k+ customers in Tanzania"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Innovation"},
|
||||
{
|
||||
type: "text", text: "Design"},
|
||||
{
|
||||
type: "text", text: "Efficiency"},
|
||||
{
|
||||
type: "text", text: "Smart Tech"},
|
||||
{
|
||||
type: "text", text: "Reliability"},
|
||||
{ type: "text", text: "Innovation"},
|
||||
{ type: "text", text: "Local Quality"},
|
||||
{ type: "text", text: "Smart Tech"},
|
||||
{ type: "text", text: "Efficiency"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,15 +80,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "15M+", description: "Global Units Sold Yearly"},
|
||||
{
|
||||
id: "m2", value: "50+", description: "Patented Smart Features"},
|
||||
{
|
||||
id: "m3", value: "98%", description: "Customer Satisfaction Rate"},
|
||||
{ id: "m1", value: "50k+", description: "Units Sold in TZ"},
|
||||
{ id: "m2", value: "5+", description: "Service Centers Nationally"},
|
||||
{ id: "m3", value: "99%", description: "Local Satisfaction"},
|
||||
]}
|
||||
title="Why Choose Hisense"
|
||||
description="Excellence in engineering across every device."
|
||||
title="Why Choose Hisense Tanzania"
|
||||
description="Excellence in engineering designed for local needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -123,14 +96,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Manual controls require effort", "Outdated aesthetic designs", "High energy consumption models"],
|
||||
"Limited power reliability", "High energy consumption", "Lack of local service"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Intuitive smart control systems", "Elegant minimal aesthetic", "Ultra energy efficient performance"],
|
||||
"Voltage fluctuation protection", "Energy-saving Inverter tech", "Dedicated local expert support"],
|
||||
}}
|
||||
title="Smart Innovation Engineered"
|
||||
description="We bridge the gap between complex technology and everyday convenience."
|
||||
title="Engineered for Tanzania"
|
||||
description="Advanced technology built to handle the unique challenges of our local environment."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -141,21 +114,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Smart 8K Television", price: "$1,499", variant: "Display", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17240.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2", name: "Ultra-Cool Refrigerator", price: "$2,100", variant: "Fridge", imageSrc: "http://img.b2bpic.net/free-photo/woman-kitchen-looking-into-fridge_23-2147782428.jpg"},
|
||||
{
|
||||
id: "p3", name: "Climate Air Unit", price: "$799", variant: "AC", imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg"},
|
||||
{
|
||||
id: "p4", name: "Pro-Clean Dishwasher", price: "$650", variant: "Wash", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-barista-preparing-coffee-with-kettle-filter_23-2148824398.jpg"},
|
||||
{
|
||||
id: "p5", name: "Sound Pro System", price: "$399", variant: "Audio", imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170095.jpg"},
|
||||
{
|
||||
id: "p6", name: "Smart-Heat Oven", price: "$899", variant: "Cooking", imageSrc: "http://img.b2bpic.net/free-photo/brown-retro-electronic-toaster-device_23-2151002766.jpg"},
|
||||
{ id: "p1", name: "Smart 4K TV", price: "1,200,000 TZS", variant: "Display", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17240.jpg?_wi=2"},
|
||||
{ id: "p2", name: "Dual-Cool Fridge", price: "1,800,000 TZS", variant: "Fridge", imageSrc: "http://img.b2bpic.net/free-photo/woman-kitchen-looking-into-fridge_23-2147782428.jpg"},
|
||||
{ id: "p3", name: "Inverter AC Unit", price: "950,000 TZS", variant: "AC", imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg"},
|
||||
]}
|
||||
title="Premium Selection"
|
||||
description="Explore our top-tier catalog of home electronic appliances."
|
||||
title="Premium Local Collection"
|
||||
description="High-performance appliances available in Tanzania today."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -163,10 +127,9 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"TechDaily", "HomeInnovate", "SmartLife", "FutureLiving", "GlobalGadget", "AppliancesNow", "EcoSystem"]}
|
||||
title="Trusted Globally"
|
||||
description="Recognized by industry leaders for innovation and design."
|
||||
names={["Tanzania Tech", "Dar Living", "Home Solutions TZ", "East Africa Electronics"]}
|
||||
title="Trusted by Local Partners"
|
||||
description="Working with top retailers across the region."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -175,19 +138,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Sarah Miller", date: "Jan 2024", title: "Great Performance", quote: "The appliances look beautiful and perform perfectly.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-looking-computer-screen-sitting-home-working-concept-remote_1258-199760.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736770.jpg?_wi=3", imageAlt: "happy customer home office"},
|
||||
{
|
||||
id: "t2", name: "James Smith", date: "Dec 2023", title: "Highly Recommend", quote: "Fantastic service and excellent build quality.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-kitchen_23-2150656207.jpg", imageSrc: "http://img.b2bpic.net/free-photo/teleworking-admin-using-laptop-filter-malicious-traffic-from-cybercriminals_482257-82938.jpg?_wi=2", imageAlt: "happy customer home office"},
|
||||
{
|
||||
id: "t3", name: "Emily Davis", date: "Nov 2023", title: "Smart Home Ready", quote: "Finally, devices that actually connect seamlessly.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/two-male-graphic-designers-using-digital-tablet-mobile-phone_1170-767.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216698.jpg?_wi=2", imageAlt: "happy customer home office"},
|
||||
{
|
||||
id: "t4", name: "Robert Brown", date: "Oct 2023", title: "Worth Every Cent", quote: "Solid performance after six months of heavy use.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072232.jpg?_wi=2", imageAlt: "happy customer home office"},
|
||||
{
|
||||
id: "t5", name: "Linda White", date: "Sep 2023", title: "Efficient Design", quote: "It saves me so much energy compared to my old set.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-bride-posing_23-2149860836.jpg", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17240.jpg?_wi=3", imageAlt: "happy customer home office"},
|
||||
{ id: "t1", name: "Amina K.", date: "May 2024", title: "Excellent Support", quote: "The team in Dar helped with installation and it works beautifully!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-looking-computer-screen-sitting-home-working-concept-remote_1258-199760.jpg"},
|
||||
]}
|
||||
title="Our Community Loves Us"
|
||||
description="Discover what our clients think about their Hisense experience."
|
||||
title="Our Tanzanian Community"
|
||||
description="See why local families trust Hisense."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -195,15 +149,11 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "Do all appliances include warranty?", content: "Yes, every appliance comes with a comprehensive standard warranty."},
|
||||
{
|
||||
id: "f2", title: "Are products smart-home compatible?", content: "Most of our modern lineup supports standard smart home protocols."},
|
||||
{
|
||||
id: "f3", title: "Can I arrange for professional installation?", content: "Professional installation is available for all large appliances."},
|
||||
{ id: "f1", title: "What payment methods do you accept?", content: "We accept Tigo Pesa, M-Pesa, Airtel Money, and bank transfers."},
|
||||
{ id: "f2", title: "Do you provide local installation?", content: "Yes, our certified technicians offer installation services across Tanzania."},
|
||||
]}
|
||||
sideTitle="Common Inquiries"
|
||||
sideDescription="Need help? We've got answers."
|
||||
sideDescription="We are here to support your local needs."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -211,60 +161,29 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get in Touch"
|
||||
description="Ready to upgrade your home? Let's connect."
|
||||
title="Contact Hisense Tanzania"
|
||||
description="Visit us in Dar es Salaam or drop us a message."
|
||||
inputs={[
|
||||
{
|
||||
name: "fullName", type: "text", placeholder: "Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
{ name: "fullName", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "How can we help?", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "How can we assist you?", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colorful-light-prisms_23-2148898134.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Hisense Premium"
|
||||
logoText="Hisense Tanzania"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Television", href: "#"},
|
||||
{
|
||||
label: "Refrigeration", href: "#"},
|
||||
{
|
||||
label: "Wash & Care", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Contact", href: "#"},
|
||||
{
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{ title: "Shop", items: [{ label: "Television", href: "#" }, { label: "Refrigeration", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "Service Centers", href: "#" }, { label: "Warranty Claim", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "Dar es Salaam, TZ", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user