Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
324
src/app/page.tsx
324
src/app/page.tsx
@@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import { CheckCircle, CreditCard, Headphones, RotateCcw, Truck } from "lucide-react";
|
import { CheckCircle, CreditCard, Headphones, RotateCcw, Truck, ArrowRight } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -33,38 +33,22 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Products",
|
name: "Products", id: "#products"},
|
||||||
id: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Shop Now",
|
text: "Shop Now", href: "#products"}}
|
||||||
href: "#products",
|
|
||||||
}}
|
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148159854.jpg"
|
logoSrc="http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148159854.jpg"
|
||||||
logoAlt="Assaim Cell World Logo"
|
logoAlt="Assaim Cell World Logo"
|
||||||
brandName="Assaim Cell World"
|
brandName="Assaim Cell World"
|
||||||
@@ -74,69 +58,44 @@ export default function LandingPage() {
|
|||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
title="Your World of Mobile & Laptops"
|
title="Your World of Mobile & Laptops"
|
||||||
description="Discover the latest smartphones, powerful laptops, and essential accessories at Assaim Cell World. Quality products, expert advice, and unbeatable prices."
|
description="Discover the latest smartphones, powerful laptops, and essential accessories at Assaim Cell World. Quality products, expert advice, and unbeatable prices."
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/handsome-man-looking-camera_23-2148323719.jpg",
|
src: "http://img.b2bpic.net/free-photo/handsome-man-looking-camera_23-2148323719.jpg", alt: "Customer 1"},
|
||||||
alt: "Customer 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/customer-service-agent_23-2151947897.jpg",
|
src: "http://img.b2bpic.net/free-photo/customer-service-agent_23-2151947897.jpg", alt: "Customer 2"},
|
||||||
alt: "Customer 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-wearing-formal-suit_273609-5594.jpg",
|
src: "http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-wearing-formal-suit_273609-5594.jpg", alt: "Customer 3"},
|
||||||
alt: "Customer 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/african-american-self-employed-man-browses-web-listens-music_482257-125732.jpg",
|
src: "http://img.b2bpic.net/free-photo/african-american-self-employed-man-browses-web-listens-music_482257-125732.jpg", alt: "Customer 4"},
|
||||||
alt: "Customer 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/people-leisure-lifestyle-indoor-portrait-fashionable-young-bearded-student-wearing-stylish-hat-looking-having-rest-cafe_273609-1726.jpg",
|
src: "http://img.b2bpic.net/free-photo/people-leisure-lifestyle-indoor-portrait-fashionable-young-bearded-student-wearing-stylish-hat-looking-having-rest-cafe_273609-1726.jpg", alt: "People, leisure and lifestyle. Indoor portrait of fashionable young bearded student wearing stylish hat looking, having rest at cafe"},
|
||||||
alt: "People, leisure and lifestyle. Indoor portrait of fashionable young bearded student wearing stylish hat looking, having rest at cafe",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join thousands of happy customers!"
|
avatarText="Join thousands of happy customers!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Shop Now",
|
text: "Shop Now", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Fast Shipping", icon: Truck,
|
||||||
text: "Fast Shipping",
|
|
||||||
icon: Truck,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Secure Payments", icon: CreditCard,
|
||||||
text: "Secure Payments",
|
|
||||||
icon: CreditCard,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "24/7 Support", icon: Headphones,
|
||||||
text: "24/7 Support",
|
|
||||||
icon: Headphones,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Easy Returns", icon: RotateCcw,
|
||||||
text: "Easy Returns",
|
|
||||||
icon: RotateCcw,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Authentic Products", icon: CheckCircle,
|
||||||
text: "Authentic Products",
|
|
||||||
icon: CheckCircle,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -148,12 +107,7 @@ export default function LandingPage() {
|
|||||||
title="Welcome to Assaim Cell World"
|
title="Welcome to Assaim Cell World"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Find Us on Map",
|
text: "Find Us on Map", href: "https://maps.app.goo.gl/4mGBcEaCjndWRwdWA"
|
||||||
href: "https://maps.app.goo.gl/4mGBcEaCjndWRwdWA",
|
|
||||||
props: {
|
|
||||||
target: "_blank",
|
|
||||||
rel: "noopener noreferrer",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
description="Located conveniently for you, Assaim Cell World is your trusted destination for cutting-edge mobile phones, high-performance laptops, and all your gadget needs. We pride ourselves on offering a diverse selection, competitive pricing, and personalized customer service. Our mission is to connect you with technology that enhances your life, backed by expert advice and reliable support."
|
description="Located conveniently for you, Assaim Cell World is your trusted destination for cutting-edge mobile phones, high-performance laptops, and all your gadget needs. We pride ourselves on offering a diverse selection, competitive pricing, and personalized customer service. Our mission is to connect you with technology that enhances your life, backed by expert advice and reliable support."
|
||||||
@@ -166,32 +120,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Expert Advice",
|
title: "Expert Advice", description: "Our knowledgeable staff provides personalized recommendations to help you choose the perfect mobile or laptop.", imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929559.jpg", imageAlt: "Expert Advice", buttonIcon: ArrowRight,
|
||||||
description: "Our knowledgeable staff provides personalized recommendations to help you choose the perfect mobile or laptop.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929559.jpg",
|
|
||||||
imageAlt: "Expert Advice",
|
|
||||||
buttonIcon: "ArrowRight",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Repair Services",
|
title: "Repair Services", description: "From screen repairs to software diagnostics, our certified technicians offer fast and reliable service for your devices.", imageSrc: "http://img.b2bpic.net/free-photo/young-male-technician-using-laptop-workshop_23-2147922340.jpg", imageAlt: "Repair Services", buttonIcon: ArrowRight,
|
||||||
description: "From screen repairs to software diagnostics, our certified technicians offer fast and reliable service for your devices.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-technician-using-laptop-workshop_23-2147922340.jpg",
|
|
||||||
imageAlt: "Repair Services",
|
|
||||||
buttonIcon: "ArrowRight",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Accessory Hub",
|
title: "Accessory Hub", description: "Explore a wide range of accessories including cases, chargers, headphones, and power banks for all your gadgets.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-phone-headphones_23-2148291125.jpg", imageAlt: "Accessory Hub", buttonIcon: ArrowRight,
|
||||||
description: "Explore a wide range of accessories including cases, chargers, headphones, and power banks for all your gadgets.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-phone-headphones_23-2148291125.jpg",
|
|
||||||
imageAlt: "Accessory Hub",
|
|
||||||
buttonIcon: "ArrowRight",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Device Setup & Support",
|
title: "Device Setup & Support", description: "We help you set up your new device, transfer data, and provide ongoing technical support for a smooth start.", imageSrc: "http://img.b2bpic.net/free-photo/technologist-with-grey-tablet-his-hands-make-set-up-production-line-while-standing-department-dairy-factory_645730-724.jpg", imageAlt: "Device Setup & Support", buttonIcon: ArrowRight,
|
||||||
description: "We help you set up your new device, transfer data, and provide ongoing technical support for a smooth start.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/technologist-with-grey-tablet-his-hands-make-set-up-production-line-while-standing-department-dairy-factory_645730-724.jpg",
|
|
||||||
imageAlt: "Device Setup & Support",
|
|
||||||
buttonIcon: "ArrowRight",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Services & Expertise"
|
title="Our Services & Expertise"
|
||||||
@@ -207,47 +145,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Latest iPhone Model", price: "₹99,999", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-surrounded-with-rosemary-black-pepper-garlic-dark-backdrop_23-2147917362.jpg", imageAlt: "Latest iPhone Model"},
|
||||||
name: "Latest iPhone Model",
|
|
||||||
price: "₹99,999",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-surrounded-with-rosemary-black-pepper-garlic-dark-backdrop_23-2147917362.jpg",
|
|
||||||
imageAlt: "Latest iPhone Model",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Samsung Galaxy Series", price: "₹75,500", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4876.jpg", imageAlt: "Samsung Galaxy Series"},
|
||||||
name: "Samsung Galaxy Series",
|
|
||||||
price: "₹75,500",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4876.jpg",
|
|
||||||
imageAlt: "Samsung Galaxy Series",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "MacBook Pro M3", price: "₹1,80,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-laptop-with-blank-white-screen-isolated-black-background-close-up_169016-65095.jpg", imageAlt: "MacBook Pro M3"},
|
||||||
name: "MacBook Pro M3",
|
|
||||||
price: "₹1,80,000",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-laptop-with-blank-white-screen-isolated-black-background-close-up_169016-65095.jpg",
|
|
||||||
imageAlt: "MacBook Pro M3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Dell XPS 15 Laptop", price: "₹1,20,000", imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-young-adult-watching-olympic-games_482257-123127.jpg", imageAlt: "Dell XPS 15 Laptop"},
|
||||||
name: "Dell XPS 15 Laptop",
|
|
||||||
price: "₹1,20,000",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-young-adult-watching-olympic-games_482257-123127.jpg",
|
|
||||||
imageAlt: "Dell XPS 15 Laptop",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "High-Performance Gaming Laptop", price: "₹1,50,000", imageSrc: "http://img.b2bpic.net/free-photo/gamer-girl-losing-video-game-tournament-while-playing-with-vr-headset-late-night-her-room_482257-23348.jpg", imageAlt: "Gaming Laptop"},
|
||||||
name: "High-Performance Gaming Laptop",
|
|
||||||
price: "₹1,50,000",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/gamer-girl-losing-video-game-tournament-while-playing-with-vr-headset-late-night-her-room_482257-23348.jpg",
|
|
||||||
imageAlt: "Gaming Laptop",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Budget-Friendly Smartphone", price: "₹15,000", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4873.jpg", imageAlt: "Budget Smartphone"},
|
||||||
name: "Budget-Friendly Smartphone",
|
|
||||||
price: "₹15,000",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4873.jpg",
|
|
||||||
imageAlt: "Budget Smartphone",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Explore Our Latest Arrivals"
|
title="Explore Our Latest Arrivals"
|
||||||
description="From the newest smartphones to powerful laptops, find the perfect device to fit your lifestyle and budget. Quality and performance guaranteed."
|
description="From the newest smartphones to powerful laptops, find the perfect device to fit your lifestyle and budget. Quality and performance guaranteed."
|
||||||
@@ -259,15 +167,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Apple",
|
"Apple", "Samsung", "Dell", "HP", "Lenovo", "Xiaomi", "OnePlus", "Asus"]}
|
||||||
"Samsung",
|
|
||||||
"Dell",
|
|
||||||
"HP",
|
|
||||||
"Lenovo",
|
|
||||||
"Xiaomi",
|
|
||||||
"OnePlus",
|
|
||||||
"Asus",
|
|
||||||
]}
|
|
||||||
title="Trusted Brands, Guaranteed Quality"
|
title="Trusted Brands, Guaranteed Quality"
|
||||||
description="We partner with leading global brands to bring you only the best mobile phones and laptops, ensuring authenticity and performance."
|
description="We partner with leading global brands to bring you only the best mobile phones and laptops, ensuring authenticity and performance."
|
||||||
/>
|
/>
|
||||||
@@ -279,65 +179,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Aisha Khan", date: "March 10, 2024", title: "Excellent Service and Product!", quote: "I found the perfect laptop for my needs at Assaim Cell World. The staff was incredibly helpful and guided me through all the options. Highly recommend!", tag: "Laptop Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", avatarAlt: "Aisha Khan Avatar", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5070.jpg", imageAlt: "Happy customer Aisha Khan"},
|
||||||
name: "Aisha Khan",
|
|
||||||
date: "March 10, 2024",
|
|
||||||
title: "Excellent Service and Product!",
|
|
||||||
quote: "I found the perfect laptop for my needs at Assaim Cell World. The staff was incredibly helpful and guided me through all the options. Highly recommend!",
|
|
||||||
tag: "Laptop Buyer",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg",
|
|
||||||
avatarAlt: "Aisha Khan Avatar",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5070.jpg",
|
|
||||||
imageAlt: "Happy customer Aisha Khan",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Rahul Sharma", date: "February 28, 2024", title: "Best Place for Mobiles!", quote: "Assaim Cell World has the widest selection of mobile phones. I got the latest model with great accessories. Customer service is top-notch!", tag: "Mobile Phone Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", avatarAlt: "Rahul Sharma Avatar", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-browsing-laptop-bed_23-2147769450.jpg", imageAlt: "Happy customer Rahul Sharma"},
|
||||||
name: "Rahul Sharma",
|
|
||||||
date: "February 28, 2024",
|
|
||||||
title: "Best Place for Mobiles!",
|
|
||||||
quote: "Assaim Cell World has the widest selection of mobile phones. I got the latest model with great accessories. Customer service is top-notch!",
|
|
||||||
tag: "Mobile Phone Buyer",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
|
||||||
avatarAlt: "Rahul Sharma Avatar",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-browsing-laptop-bed_23-2147769450.jpg",
|
|
||||||
imageAlt: "Happy customer Rahul Sharma",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Priya Singh", date: "January 15, 2024", title: "Reliable Repair Service", quote: "My laptop had a cracked screen, and Assaim Cell World fixed it quickly and professionally. Very impressed with their repair expertise and fair pricing.", tag: "Repair Service", avatarSrc: "http://img.b2bpic.net/free-photo/thoughtful-senior-man-holding-digital-tablet_23-2147859809.jpg", avatarAlt: "Priya Singh Avatar", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-concept-portrait-beautiful-african-american-woman-joyful-playing-something-electronic-tablet-yellow-pastel-studio-background-copy-space_1258-943.jpg", imageAlt: "Happy customer Priya Singh"},
|
||||||
name: "Priya Singh",
|
|
||||||
date: "January 15, 2024",
|
|
||||||
title: "Reliable Repair Service",
|
|
||||||
quote: "My laptop had a cracked screen, and Assaim Cell World fixed it quickly and professionally. Very impressed with their repair expertise and fair pricing.",
|
|
||||||
tag: "Repair Service",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/thoughtful-senior-man-holding-digital-tablet_23-2147859809.jpg",
|
|
||||||
avatarAlt: "Priya Singh Avatar",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-concept-portrait-beautiful-african-american-woman-joyful-playing-something-electronic-tablet-yellow-pastel-studio-background-copy-space_1258-943.jpg",
|
|
||||||
imageAlt: "Happy customer Priya Singh",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "Amit Patel", date: "December 5, 2023", title: "Great Deals and Friendly Staff", quote: "Always find the best deals here! The team is always smiling and ready to assist. It's my go-to shop for all electronics.", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-smiling-confident-cheerful-leaning-wooden-wall-walking-street-city-sunny-day_839833-5962.jpg", avatarAlt: "Amit Patel Avatar", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-lady-orange-colored-shirt-black-trousers-smiling-listening-music-holding-package-box_140725-15181.jpg", imageAlt: "Happy customer Amit Patel"},
|
||||||
name: "Amit Patel",
|
|
||||||
date: "December 5, 2023",
|
|
||||||
title: "Great Deals and Friendly Staff",
|
|
||||||
quote: "Always find the best deals here! The team is always smiling and ready to assist. It's my go-to shop for all electronics.",
|
|
||||||
tag: "Regular Customer",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-smiling-confident-cheerful-leaning-wooden-wall-walking-street-city-sunny-day_839833-5962.jpg",
|
|
||||||
avatarAlt: "Amit Patel Avatar",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-lady-orange-colored-shirt-black-trousers-smiling-listening-music-holding-package-box_140725-15181.jpg",
|
|
||||||
imageAlt: "Happy customer Amit Patel",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Sara Ali", date: "November 20, 2023", title: "Fantastic After-Sales Support", quote: "The after-sales support is fantastic. They helped me with data transfer and setting up my new phone, making it completely hassle-free.", tag: "New Device Setup", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg", avatarAlt: "Sara Ali Avatar", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-sitting-inside-cafe-having-coffee_273609-15156.jpg", imageAlt: "Happy customer Sara Ali"},
|
||||||
name: "Sara Ali",
|
|
||||||
date: "November 20, 2023",
|
|
||||||
title: "Fantastic After-Sales Support",
|
|
||||||
quote: "The after-sales support is fantastic. They helped me with data transfer and setting up my new phone, making it completely hassle-free.",
|
|
||||||
tag: "New Device Setup",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg",
|
|
||||||
avatarAlt: "Sara Ali Avatar",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-sitting-inside-cafe-having-coffee_273609-15156.jpg",
|
|
||||||
imageAlt: "Happy customer Sara Ali",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Customers Say"
|
title="What Our Customers Say"
|
||||||
description="Hear from satisfied customers who found their perfect devices and received exceptional service at Assaim Cell World."
|
description="Hear from satisfied customers who found their perfect devices and received exceptional service at Assaim Cell World."
|
||||||
@@ -349,25 +199,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "What brands of mobile phones do you carry?", content: "We stock a wide range of popular brands including Apple, Samsung, Xiaomi, OnePlus, and more. Visit our store to see the full collection."},
|
||||||
title: "What brands of mobile phones do you carry?",
|
|
||||||
content: "We stock a wide range of popular brands including Apple, Samsung, Xiaomi, OnePlus, and more. Visit our store to see the full collection.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Do you offer laptop repair services?", content: "Yes, our certified technicians provide comprehensive laptop repair services, from hardware issues to software troubleshooting. Contact us or visit for a diagnostic."},
|
||||||
title: "Do you offer laptop repair services?",
|
|
||||||
content: "Yes, our certified technicians provide comprehensive laptop repair services, from hardware issues to software troubleshooting. Contact us or visit for a diagnostic.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Can I trade in my old device?", content: "We offer attractive trade-in programs for eligible mobile phones and laptops. Bring your device to our store for an assessment and offer."},
|
||||||
title: "Can I trade in my old device?",
|
|
||||||
content: "We offer attractive trade-in programs for eligible mobile phones and laptops. Bring your device to our store for an assessment and offer.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q4",
|
id: "q4", title: "What payment methods do you accept?", content: "We accept various payment methods including cash, credit/debit cards, and popular digital payment wallets for your convenience."},
|
||||||
title: "What payment methods do you accept?",
|
|
||||||
content: "We accept various payment methods including cash, credit/debit cards, and popular digital payment wallets for your convenience.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Common Questions"
|
sideTitle="Common Questions"
|
||||||
sideDescription="Find quick answers to frequently asked questions about our products, services, and store policies."
|
sideDescription="Find quick answers to frequently asked questions about our products, services, and store policies."
|
||||||
@@ -383,27 +221,16 @@ export default function LandingPage() {
|
|||||||
description="Have questions about a product, need assistance, or want to inquire about a repair? Our friendly team at Assaim Cell World is ready to help!"
|
description="Have questions about a product, need assistance, or want to inquire about a repair? Our friendly team at Assaim Cell World is ready to help!"
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Your Email",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "phone",
|
name: "phone", type: "tel", placeholder: "Your Phone Number"},
|
||||||
type: "tel",
|
|
||||||
placeholder: "Your Phone Number",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Your Message", rows: 4,
|
||||||
placeholder: "Your Message",
|
|
||||||
rows: 4,
|
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg"
|
||||||
@@ -420,66 +247,39 @@ export default function LandingPage() {
|
|||||||
logoText="Assaim Cell World"
|
logoText="Assaim Cell World"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Shop",
|
title: "Shop", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Mobiles",
|
label: "Mobiles", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Laptops",
|
label: "Laptops", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Accessories",
|
label: "Accessories", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Offers",
|
label: "Offers", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Repairs",
|
label: "Repairs", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Expert Advice",
|
label: "Expert Advice", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Device Setup",
|
label: "Device Setup", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Trade-In",
|
label: "Trade-In", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Location",
|
label: "Location", href: "https://maps.app.goo.gl/4mGBcEaCjndWRwdWA"},
|
||||||
href: "https://maps.app.goo.gl/4mGBcEaCjndWRwdWA",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQs",
|
label: "FAQs", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user