Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
420
src/app/page.tsx
420
src/app/page.tsx
@@ -34,33 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/flat-slow-fashion-badge-set_23-2148823304.jpg"
|
||||
logoAlt="iStore Ikeja Mall Logo"
|
||||
brandName="iStore Ikeja Mall"
|
||||
button={{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Visit Us", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,46 +56,25 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Experience Apple Excellence at iStore Ikeja Mall"
|
||||
description="Your ultimate destination for the latest Apple products, premium accessories, and unparalleled service in Lagos. Discover innovation, quality, and expert support, all under one roof."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Bola Ahmed",
|
||||
handle: "@bolatech",
|
||||
testimonial: "The best place to get authentic Apple products in Lagos. The staff are incredibly knowledgeable and helpful!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-goodlooking-man-showing-thumbs-up-praising-good-job-recommending-company-standing_1258-159836.jpg",
|
||||
},
|
||||
name: "Bola Ahmed", handle: "@bolatech", testimonial: "The best place to get authentic Apple products in Lagos. The staff are incredibly knowledgeable and helpful!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-goodlooking-man-showing-thumbs-up-praising-good-job-recommending-company-standing_1258-159836.jpg"},
|
||||
{
|
||||
name: "Chike Okoro",
|
||||
handle: "@chike_gadgets",
|
||||
testimonial: "Fantastic customer service and a wide range of Apple products. My go-to store for all things Apple.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-talking-smartphone_23-2148096514.jpg",
|
||||
},
|
||||
name: "Chike Okoro", handle: "@chike_gadgets", testimonial: "Fantastic customer service and a wide range of Apple products. My go-to store for all things Apple.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-talking-smartphone_23-2148096514.jpg"},
|
||||
{
|
||||
name: "Amaka Eze",
|
||||
handle: "@amaka_digi",
|
||||
testimonial: "Always a great experience. From purchase to support, iStore Ikeja Mall delivers excellence.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg",
|
||||
},
|
||||
name: "Amaka Eze", handle: "@amaka_digi", testimonial: "Always a great experience. From purchase to support, iStore Ikeja Mall delivers excellence.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg"},
|
||||
{
|
||||
name: "Tunde Adewale",
|
||||
handle: "@tundegadgeteer",
|
||||
testimonial: "I highly recommend iStore Ikeja for anyone looking for genuine Apple products and reliable service. 5 stars!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-middle-aged-man-wearing-white-t-shirt-with-tie-headphones-showing-thumb-up-isolated-pink-wall_141793-83651.jpg",
|
||||
},
|
||||
name: "Tunde Adewale", handle: "@tundegadgeteer", testimonial: "I highly recommend iStore Ikeja for anyone looking for genuine Apple products and reliable service. 5 stars!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-middle-aged-man-wearing-white-t-shirt-with-tie-headphones-showing-thumb-up-isolated-pink-wall_141793-83651.jpg"},
|
||||
{
|
||||
name: "Ngozi Obi",
|
||||
handle: "@tech_ngozi",
|
||||
testimonial: "The staff truly know their stuff. They helped me choose the perfect MacBook for my needs. Excellent!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-isolated-dark-wall-showing-thumbs-up-with-two-hands_114579-58464.jpg",
|
||||
},
|
||||
name: "Ngozi Obi", handle: "@tech_ngozi", testimonial: "The staff truly know their stuff. They helped me choose the perfect MacBook for my needs. Excellent!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-isolated-dark-wall-showing-thumbs-up-with-two-hands_114579-58464.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
tag="Apple Premium Reseller"
|
||||
@@ -115,36 +82,22 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Latest Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Latest Products", href: "#products"},
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3318.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3318.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-15972.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-15972.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-shopping-bags-cup-white-background-high-quality-photo_114579-23158.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-shopping-bags-cup-white-background-high-quality-photo_114579-23158.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-isolated-purple-background_141793-84945.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-isolated-purple-background_141793-84945.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-goodlooking-man-showing-thumbs-up-praising-good-job-recommending-company-standing_1258-159836.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-goodlooking-man-showing-thumbs-up-praising-good-job-recommending-company-standing_1258-159836.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Join thousands of happy customers"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-wi-fi-router-with-vacuum-cleaner-smart-devices_23-2148779305.jpg"
|
||||
@@ -152,25 +105,15 @@ export default function LandingPage() {
|
||||
mediaAnimation="opacity"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Genuine Apple Products",
|
||||
},
|
||||
type: "text", text: "Genuine Apple Products"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Support",
|
||||
},
|
||||
type: "text", text: "Expert Support"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exclusive Deals",
|
||||
},
|
||||
type: "text", text: "Exclusive Deals"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Reseller",
|
||||
},
|
||||
type: "text", text: "Premium Reseller"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Visit Us Today!",
|
||||
},
|
||||
type: "text", text: "Visit Us Today!"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -184,12 +127,9 @@ export default function LandingPage() {
|
||||
title="iStore Ikeja Mall: Your Trusted Apple Destination"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
description="Located in the vibrant heart of Ikeja City Mall, iStore offers a complete range of Apple products, from the latest iPhones and MacBooks to iPads, Apple Watches, and a wide array of accessories. As an authorized Apple Premium Reseller, we guarantee authentic products, expert advice, and comprehensive after-sales support. Our mission is to bring the magic of Apple closer to you, with an unmatched shopping experience and dedicated service."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -202,29 +142,11 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
features={[
|
||||
{
|
||||
title: "Authentic Products",
|
||||
description: "Shop with confidence knowing every Apple product we offer is 100% genuine, sourced directly from Apple.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-check-mark-gold-circle_84443-94487.jpg",
|
||||
imageAlt: "Authentic Apple product certification",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-vector/vintage-premium-quality-stickers_23-2147541808.jpg",
|
||||
buttonText: "Verify Now",
|
||||
},
|
||||
title: "Authentic Products", description: "Shop with confidence knowing every Apple product we offer is 100% genuine, sourced directly from Apple.", imageSrc: "http://img.b2bpic.net/free-photo/green-check-mark-gold-circle_84443-94487.jpg", imageAlt: "Authentic Apple product certification", titleImageSrc: "http://img.b2bpic.net/free-vector/vintage-premium-quality-stickers_23-2147541808.jpg", buttonText: "Verify Now"},
|
||||
{
|
||||
title: "Expert Consultation",
|
||||
description: "Our knowledgeable staff are Apple enthusiasts ready to guide you to the perfect device for your needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-elder-woman-kitchen-waving-tablet_23-2148419313.jpg",
|
||||
imageAlt: "Expert tech support staff helping customer",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/data-center-manager-berating-employee-reproaching-performance-issues_482257-126743.jpg",
|
||||
buttonText: "Meet Our Team",
|
||||
},
|
||||
title: "Expert Consultation", description: "Our knowledgeable staff are Apple enthusiasts ready to guide you to the perfect device for your needs.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-elder-woman-kitchen-waving-tablet_23-2148419313.jpg", imageAlt: "Expert tech support staff helping customer", titleImageSrc: "http://img.b2bpic.net/free-photo/data-center-manager-berating-employee-reproaching-performance-issues_482257-126743.jpg", buttonText: "Meet Our Team"},
|
||||
{
|
||||
title: "Comprehensive Warranty",
|
||||
description: "Enjoy peace of mind with full manufacturer warranties and options for extended protection plans.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041839.jpg",
|
||||
imageAlt: "Warranty certificate protection plan",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/pensioner-filling-out-aform_53876-165297.jpg",
|
||||
buttonText: "View Details",
|
||||
},
|
||||
title: "Comprehensive Warranty", description: "Enjoy peace of mind with full manufacturer warranties and options for extended protection plans.", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041839.jpg", imageAlt: "Warranty certificate protection plan", titleImageSrc: "http://img.b2bpic.net/free-photo/pensioner-filling-out-aform_53876-165297.jpg", buttonText: "View Details"},
|
||||
]}
|
||||
title="Why Choose iStore Ikeja Mall?"
|
||||
description="Discover the unique advantages of shopping with us, ensuring you get the best Apple experience possible."
|
||||
@@ -243,58 +165,22 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "iphone",
|
||||
name: "iPhone 15 Pro Max",
|
||||
price: "₦1,500,000",
|
||||
variant: "256GB, Blue Titanium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-rocks-arrangement_23-2149672674.jpg",
|
||||
imageAlt: "iPhone 15 Pro Max",
|
||||
isFavorited: false,
|
||||
id: "iphone", name: "iPhone 15 Pro Max", price: "₦1,500,000", variant: "256GB, Blue Titanium", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-rocks-arrangement_23-2149672674.jpg", imageAlt: "iPhone 15 Pro Max", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "macbook",
|
||||
name: "MacBook Air M3",
|
||||
price: "₦1,200,000",
|
||||
variant: "13-inch, 8GB RAM, 256GB SSD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-minimalism-tech-device_52683-132631.jpg",
|
||||
imageAlt: "MacBook Air M3",
|
||||
isFavorited: false,
|
||||
id: "macbook", name: "MacBook Air M3", price: "₦1,200,000", variant: "13-inch, 8GB RAM, 256GB SSD", imageSrc: "http://img.b2bpic.net/free-photo/still-life-minimalism-tech-device_52683-132631.jpg", imageAlt: "MacBook Air M3", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "ipad",
|
||||
name: "iPad Pro 11-inch",
|
||||
price: "₦950,000",
|
||||
variant: "Wi-Fi, 128GB, Space Gray",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-artist-desktop-graphics-tablet_93675-131334.jpg",
|
||||
imageAlt: "iPad Pro 11-inch",
|
||||
isFavorited: false,
|
||||
id: "ipad", name: "iPad Pro 11-inch", price: "₦950,000", variant: "Wi-Fi, 128GB, Space Gray", imageSrc: "http://img.b2bpic.net/free-photo/concept-artist-desktop-graphics-tablet_93675-131334.jpg", imageAlt: "iPad Pro 11-inch", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "watch",
|
||||
name: "Apple Watch Series 9",
|
||||
price: "₦450,000",
|
||||
variant: "GPS, Midnight Aluminium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-wearing-smartwatch_23-2148994201.jpg",
|
||||
imageAlt: "Apple Watch Series 9",
|
||||
isFavorited: false,
|
||||
id: "watch", name: "Apple Watch Series 9", price: "₦450,000", variant: "GPS, Midnight Aluminium", imageSrc: "http://img.b2bpic.net/free-photo/hand-wearing-smartwatch_23-2148994201.jpg", imageAlt: "Apple Watch Series 9", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "airpods",
|
||||
name: "AirPods Pro (2nd Gen)",
|
||||
price: "₦300,000",
|
||||
variant: "USB-C",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/usb-flash-drive-tech-device-with-minimalist-monochrome-background-earphones_23-2150763319.jpg",
|
||||
imageAlt: "AirPods Pro",
|
||||
isFavorited: false,
|
||||
id: "airpods", name: "AirPods Pro (2nd Gen)", price: "₦300,000", variant: "USB-C", imageSrc: "http://img.b2bpic.net/free-photo/usb-flash-drive-tech-device-with-minimalist-monochrome-background-earphones_23-2150763319.jpg", imageAlt: "AirPods Pro", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "accessories",
|
||||
name: "Official Apple Accessories",
|
||||
price: "From ₦50,000",
|
||||
variant: "Cases, Chargers, Adapters",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074259.jpg",
|
||||
imageAlt: "Apple accessories",
|
||||
isFavorited: false,
|
||||
id: "accessories", name: "Official Apple Accessories", price: "From ₦50,000", variant: "Cases, Chargers, Adapters", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074259.jpg", imageAlt: "Apple accessories", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
title="Our Featured Apple Products"
|
||||
@@ -312,56 +198,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "discount",
|
||||
title: "Student & Educator Discount",
|
||||
price: "Up to 10% OFF",
|
||||
period: "on selected products",
|
||||
features: [
|
||||
"Valid student/staff ID required",
|
||||
"Applicable on Macs & iPads",
|
||||
"Exclusive in-store offer",
|
||||
],
|
||||
id: "discount", title: "Student & Educator Discount", price: "Up to 10% OFF", period: "on selected products", features: [
|
||||
"Valid student/staff ID required", "Applicable on Macs & iPads", "Exclusive in-store offer"],
|
||||
button: {
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-with-phone-shopping-bags_23-2147932441.jpg",
|
||||
imageAlt: "Student discount offer",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-with-phone-shopping-bags_23-2147932441.jpg", imageAlt: "Student discount offer"},
|
||||
{
|
||||
id: "financing",
|
||||
title: "Flexible Payment Plans",
|
||||
price: "0% Interest",
|
||||
period: "for up to 12 months",
|
||||
features: [
|
||||
"Partner bank financing available",
|
||||
"Low monthly installments",
|
||||
"Instant approval in-store",
|
||||
],
|
||||
id: "financing", title: "Flexible Payment Plans", price: "0% Interest", period: "for up to 12 months", features: [
|
||||
"Partner bank financing available", "Low monthly installments", "Instant approval in-store"],
|
||||
button: {
|
||||
text: "Apply Now",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/credit-card-application-form-concept_53876-123812.jpg",
|
||||
imageAlt: "Flexible payment plans",
|
||||
},
|
||||
text: "Apply Now", href: "#"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/credit-card-application-form-concept_53876-123812.jpg", imageAlt: "Flexible payment plans"},
|
||||
{
|
||||
id: "service",
|
||||
title: "Premium Service Package",
|
||||
price: "₦25,000/year",
|
||||
period: "for enhanced care",
|
||||
features: [
|
||||
"Extended warranty support",
|
||||
"Priority technical assistance",
|
||||
"Free annual check-up",
|
||||
],
|
||||
id: "service", title: "Premium Service Package", price: "₦25,000/year", period: "for enhanced care", features: [
|
||||
"Extended warranty support", "Priority technical assistance", "Free annual check-up"],
|
||||
button: {
|
||||
text: "Discover Benefits",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/password-lock-phone-screen_1387-184.jpg",
|
||||
imageAlt: "Premium service package",
|
||||
},
|
||||
text: "Discover Benefits", href: "#"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/password-lock-phone-screen_1387-184.jpg", imageAlt: "Premium service package"},
|
||||
]}
|
||||
title="Exclusive Offers & Financing"
|
||||
description="Unlock more value with our special deals, flexible payment options, and premium service plans tailored for you."
|
||||
@@ -378,58 +231,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Grace Okoro",
|
||||
handle: "@Grace_O",
|
||||
testimonial: "iStore Ikeja Mall is simply the best! Their customer service is exceptional, and I always leave with exactly what I need. My new iPhone works perfectly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-black-woman-with-afro-curls-hairstylesmiling-model-yellow-hoodie-sexy-carefree-female-posing-street-background-sunglasses-looking-smartphone-screen-using-apps_158538-21009.jpg",
|
||||
imageAlt: "Grace Okoro happy with iPhone",
|
||||
icon: Star,
|
||||
id: "1", name: "Grace Okoro", handle: "@Grace_O", testimonial: "iStore Ikeja Mall is simply the best! Their customer service is exceptional, and I always leave with exactly what I need. My new iPhone works perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-black-woman-with-afro-curls-hairstylesmiling-model-yellow-hoodie-sexy-carefree-female-posing-street-background-sunglasses-looking-smartphone-screen-using-apps_158538-21009.jpg", imageAlt: "Grace Okoro happy with iPhone", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Kunle Bello",
|
||||
handle: "@KBelloTech",
|
||||
testimonial: "I purchased my MacBook Pro here and the experience was seamless. The staff helped me with setup and even offered great tips. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-attends-online-meeting-laptop_482257-87891.jpg",
|
||||
imageAlt: "Kunle Bello working on MacBook",
|
||||
icon: Star,
|
||||
id: "2", name: "Kunle Bello", handle: "@KBelloTech", testimonial: "I purchased my MacBook Pro here and the experience was seamless. The staff helped me with setup and even offered great tips. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/man-attends-online-meeting-laptop_482257-87891.jpg", imageAlt: "Kunle Bello working on MacBook", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Nneka Obi",
|
||||
handle: "@NnekaDigital",
|
||||
testimonial: "Fantastic store with knowledgeable staff. I got my iPad here and they helped me pick out the best accessories. I won't shop anywhere else for Apple products.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-from-home_23-2149744552.jpg",
|
||||
imageAlt: "Nneka Obi happy with iPad",
|
||||
icon: Star,
|
||||
id: "3", name: "Nneka Obi", handle: "@NnekaDigital", testimonial: "Fantastic store with knowledgeable staff. I got my iPad here and they helped me pick out the best accessories. I won't shop anywhere else for Apple products.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-from-home_23-2149744552.jpg", imageAlt: "Nneka Obi happy with iPad", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Femi Johnson",
|
||||
handle: "@Femi_J",
|
||||
testimonial: "The authenticity of products and warranty support is what makes iStore Ikeja my preferred choice. Always a smooth and reliable purchase.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-drawing-graphic-tablet_74855-6098.jpg",
|
||||
imageAlt: "Femi Johnson with Apple Pencil",
|
||||
icon: Star,
|
||||
id: "4", name: "Femi Johnson", handle: "@Femi_J", testimonial: "The authenticity of products and warranty support is what makes iStore Ikeja my preferred choice. Always a smooth and reliable purchase.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-drawing-graphic-tablet_74855-6098.jpg", imageAlt: "Femi Johnson with Apple Pencil", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chioma Eze",
|
||||
handle: "@Chioma_Fit",
|
||||
testimonial: "Love my new Apple Watch! The team at iStore was very patient and explained all the features. Great shopping environment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-active-wear-smiles-broadly-uses-modern-cell-phone-listens-music-via-headphones-poses-against-white-background_273609-32114.jpg",
|
||||
imageAlt: "Chioma Eze with Apple Watch",
|
||||
icon: Star,
|
||||
id: "5", name: "Chioma Eze", handle: "@Chioma_Fit", testimonial: "Love my new Apple Watch! The team at iStore was very patient and explained all the features. Great shopping environment.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-active-wear-smiles-broadly-uses-modern-cell-phone-listens-music-via-headphones-poses-against-white-background_273609-32114.jpg", imageAlt: "Chioma Eze with Apple Watch", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Segun Adebayo",
|
||||
handle: "@SegunOfficial",
|
||||
testimonial: "Top-notch service and competitive prices. If you're in Lagos and need Apple, this is the place to be. They really care about their customers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-businessman_23-2148102450.jpg",
|
||||
imageAlt: "Segun Adebayo with AirPods",
|
||||
icon: Star,
|
||||
id: "6", name: "Segun Adebayo", handle: "@SegunOfficial", testimonial: "Top-notch service and competitive prices. If you're in Lagos and need Apple, this is the place to be. They really care about their customers.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-businessman_23-2148102450.jpg", imageAlt: "Segun Adebayo with AirPods", icon: Star,
|
||||
},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
@@ -447,16 +264,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Apple Inc.",
|
||||
"AppleCare Services",
|
||||
"GTBank (Financing Partner)",
|
||||
"Access Bank (Financing Partner)",
|
||||
"Paystack (Payment Gateway)",
|
||||
"FedEx (Logistics Partner)",
|
||||
"TechCrunch (Featured By)",
|
||||
"Pulse Nigeria (Local Media)",
|
||||
"Cool FM (Promotional Partner)",
|
||||
]}
|
||||
"Apple Inc.", "AppleCare Services", "GTBank (Financing Partner)", "Access Bank (Financing Partner)", "Paystack (Payment Gateway)", "FedEx (Logistics Partner)", "TechCrunch (Featured By)", "Pulse Nigeria (Local Media)", "Cool FM (Promotional Partner)"]}
|
||||
title="Trusted Brands & Partners"
|
||||
description="We partner with leading brands and service providers to bring you the best in Apple technology and comprehensive support."
|
||||
tag="Our Collaborators"
|
||||
@@ -472,38 +280,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Are your Apple products genuine?",
|
||||
content: "Yes, we are an authorized Apple Premium Reseller, guaranteeing that all our products are 100% genuine and directly sourced from Apple.",
|
||||
},
|
||||
id: "faq1", title: "Are your Apple products genuine?", content: "Yes, we are an authorized Apple Premium Reseller, guaranteeing that all our products are 100% genuine and directly sourced from Apple."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer warranty on products?",
|
||||
content: "Absolutely. All our Apple products come with the standard manufacturer's warranty. We also offer extended warranty plans for added peace of mind.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer warranty on products?", content: "Absolutely. All our Apple products come with the standard manufacturer's warranty. We also offer extended warranty plans for added peace of mind."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can I trade in my old device?",
|
||||
content: "We offer trade-in programs for eligible Apple devices. Please visit our store for an assessment and quote.",
|
||||
},
|
||||
id: "faq3", title: "Can I trade in my old device?", content: "We offer trade-in programs for eligible Apple devices. Please visit our store for an assessment and quote."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What payment options are available?",
|
||||
content: "We accept various payment methods including card payments, bank transfers, and flexible financing options through our partner banks.",
|
||||
},
|
||||
id: "faq4", title: "What payment options are available?", content: "We accept various payment methods including card payments, bank transfers, and flexible financing options through our partner banks."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Where are you located?",
|
||||
content: "iStore Ikeja Mall is conveniently located inside Ikeja City Mall, specifically at Unit L10-12, Alausa, Ikeja, Lagos, Nigeria.",
|
||||
},
|
||||
id: "faq5", title: "Where are you located?", content: "iStore Ikeja Mall is conveniently located inside Ikeja City Mall, specifically at Unit L10-12, Alausa, Ikeja, Lagos, Nigeria."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to common questions about our products, services, and store policies."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Support", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -515,18 +306,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Visit Us Today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.app.goo.gl/YourIkejaMallLocation",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.app.goo.gl/YourIkejaMallLocation"},
|
||||
{
|
||||
text: "Call Us: +234 800 123 4567",
|
||||
href: "tel:+2348001234567",
|
||||
},
|
||||
text: "Call Us: +234 800 123 4567", href: "tel:+2348001234567"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -538,83 +324,49 @@ export default function LandingPage() {
|
||||
logoText="iStore Ikeja Mall"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Offers",
|
||||
href: "#offers",
|
||||
},
|
||||
label: "Offers", href: "#offers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Warranty Info",
|
||||
href: "#",
|
||||
},
|
||||
label: "Warranty Info", href: "#"},
|
||||
{
|
||||
label: "Trade-in Program",
|
||||
href: "#",
|
||||
},
|
||||
label: "Trade-in Program", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Cookie Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cookie Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "Ikeja City Mall, Alausa, Lagos",
|
||||
href: "https://maps.app.goo.gl/YourIkejaMallLocation",
|
||||
},
|
||||
label: "Ikeja City Mall, Alausa, Lagos", href: "https://maps.app.goo.gl/YourIkejaMallLocation"},
|
||||
{
|
||||
label: "Mon - Sat: 9 AM - 7 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mon - Sat: 9 AM - 7 PM", href: "#"},
|
||||
{
|
||||
label: "Sun: 12 PM - 6 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sun: 12 PM - 6 PM", href: "#"},
|
||||
{
|
||||
label: "Contact: +234 800 123 4567",
|
||||
href: "tel:+2348001234567",
|
||||
},
|
||||
label: "Contact: +234 800 123 4567", href: "tel:+2348001234567"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user