Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d29a3b5c28 | |||
| 22a2d24b0a |
140
src/app/page.tsx
140
src/app/page.tsx
@@ -9,7 +9,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import { ShieldCheck, Sparkles, Award, CheckCircle, Heart, HelpCircle, Star } from 'lucide-react';
|
import { ShieldCheck, Sparkles, Award, CheckCircle, Heart, HelpCircle, Star, TrendingUp } from 'lucide-react';
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
@@ -22,8 +22,7 @@ export default function HomePage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Shop",
|
title: "Shop", items: [
|
||||||
items: [
|
|
||||||
{ label: "Latest Phones", href: "/products" },
|
{ label: "Latest Phones", href: "/products" },
|
||||||
{ label: "Accessories", href: "/products" },
|
{ label: "Accessories", href: "/products" },
|
||||||
{ label: "Deals & Offers", href: "/products" },
|
{ label: "Deals & Offers", href: "/products" },
|
||||||
@@ -31,8 +30,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "#" },
|
{ label: "About Us", href: "#" },
|
||||||
{ label: "Blog", href: "#" },
|
{ label: "Blog", href: "#" },
|
||||||
{ label: "Careers", href: "#" },
|
{ label: "Careers", href: "#" },
|
||||||
@@ -40,8 +38,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{ label: "Contact Us", href: "#" },
|
{ label: "Contact Us", href: "#" },
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
{ label: "Warranty Info", href: "#" },
|
{ label: "Warranty Info", href: "#" },
|
||||||
@@ -49,8 +46,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
{ label: "Return Policy", href: "#" },
|
{ label: "Return Policy", href: "#" },
|
||||||
@@ -114,26 +110,11 @@ export default function HomePage() {
|
|||||||
animationType="scale-rotate"
|
animationType="scale-rotate"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "iphone-15",
|
id: "iphone-15", name: "iPhone 15 Pro Max", price: "₹1,39,999", imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-gradient-wallpaper_23-2147842890.jpg?_wi=1", imageAlt: "iPhone 15 Pro Max"},
|
||||||
name: "iPhone 15 Pro Max",
|
|
||||||
price: "₹1,39,999",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-gradient-wallpaper_23-2147842890.jpg?_wi=1",
|
|
||||||
imageAlt: "iPhone 15 Pro Max",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "samsung-s24",
|
id: "samsung-s24", name: "Samsung Galaxy S24", price: "₹79,999", imageSrc: "http://img.b2bpic.net/free-vector/modern-design-concept-set-collection-with-two-stylish-black-smartphones-with-shadows-large-blanks-displays-touchscreens-grey_1284-49092.jpg?_wi=1", imageAlt: "Samsung Galaxy S24"},
|
||||||
name: "Samsung Galaxy S24",
|
|
||||||
price: "₹79,999",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-design-concept-set-collection-with-two-stylish-black-smartphones-with-shadows-large-blanks-displays-touchscreens-grey_1284-49092.jpg?_wi=1",
|
|
||||||
imageAlt: "Samsung Galaxy S24",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "oneplus-12",
|
id: "oneplus-12", name: "OnePlus 12", price: "₹64,999", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4949.jpg?_wi=1", imageAlt: "OnePlus 12"},
|
||||||
name: "OnePlus 12",
|
|
||||||
price: "₹64,999",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4949.jpg?_wi=1",
|
|
||||||
imageAlt: "OnePlus 12",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -151,32 +132,16 @@ export default function HomePage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "24/7 Customer Support",
|
title: "24/7 Customer Support", description: "Expert team ready to assist you anytime with product queries, troubleshooting, and after-sales service.", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg?_wi=1", imageAlt: "Professional customer support"},
|
||||||
description: "Expert team ready to assist you anytime with product queries, troubleshooting, and after-sales service.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg?_wi=1",
|
|
||||||
imageAlt: "Professional customer support",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "Express Delivery",
|
title: "Express Delivery", description: "Fast shipping across India with real-time tracking. Same-day delivery available in major cities.", imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-boy-red-uniform-cap-holding-paper-package-smiling-cheerfully-showing-smartphone_141793-46193.jpg", imageAlt: "Express delivery service"},
|
||||||
description: "Fast shipping across India with real-time tracking. Same-day delivery available in major cities.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-boy-red-uniform-cap-holding-paper-package-smiling-cheerfully-showing-smartphone_141793-46193.jpg",
|
|
||||||
imageAlt: "Express delivery service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
title: "2-Year Warranty",
|
title: "2-Year Warranty", description: "Complete manufacturer warranty with extended protection plans. Hassle-free service center access.", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-being-addicted-their-phones_23-2149017711.jpg?_wi=1", imageAlt: "Warranty protection"},
|
||||||
description: "Complete manufacturer warranty with extended protection plans. Hassle-free service center access.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-being-addicted-their-phones_23-2149017711.jpg?_wi=1",
|
|
||||||
imageAlt: "Warranty protection",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
title: "Competitive Pricing",
|
title: "Competitive Pricing", description: "Best prices in India with price match guarantee. Regular deals and exclusive discounts for members.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-filling-up-her-credit-card-information-smartphone_23-2148673305.jpg?_wi=1", imageAlt: "Best pricing guarantee"},
|
||||||
description: "Best prices in India with price match guarantee. Regular deals and exclusive discounts for members.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-filling-up-her-credit-card-information-smartphone_23-2148673305.jpg?_wi=1",
|
|
||||||
imageAlt: "Best pricing guarantee",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -184,25 +149,9 @@ export default function HomePage() {
|
|||||||
<div id="socialproof" data-section="socialproof">
|
<div id="socialproof" data-section="socialproof">
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
names={[
|
names={[
|
||||||
"Apple",
|
"Apple", "Samsung", "OnePlus", "Google", "Microsoft", "Amazon", "Nokia", "Motorola"]}
|
||||||
"Samsung",
|
|
||||||
"OnePlus",
|
|
||||||
"Google",
|
|
||||||
"Microsoft",
|
|
||||||
"Amazon",
|
|
||||||
"Nokia",
|
|
||||||
"Motorola",
|
|
||||||
]}
|
|
||||||
logos={[
|
logos={[
|
||||||
"http://img.b2bpic.net/free-photo/top-view-half-apple-blue-surface_23-2147636500.jpg",
|
"http://img.b2bpic.net/free-photo/top-view-half-apple-blue-surface_23-2147636500.jpg", "http://img.b2bpic.net/free-vector/modern-music-logo_23-2147823069.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-177.jpg", "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148091078.jpg", "http://img.b2bpic.net/free-vector/abstract-logo-with-rounded-squares_1025-467.jpg", "http://img.b2bpic.net/free-vector/detailed-click-collect-sign_23-2148782062.jpg", "http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-shapes_23-2147931870.jpg", "http://img.b2bpic.net/free-vector/gradient-mobile-store-logo-template_23-2149732043.jpg"]}
|
||||||
"http://img.b2bpic.net/free-vector/modern-music-logo_23-2147823069.jpg",
|
|
||||||
"http://img.b2bpic.net/free-vector/logo-template-design_1289-177.jpg",
|
|
||||||
"http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148091078.jpg",
|
|
||||||
"http://img.b2bpic.net/free-vector/abstract-logo-with-rounded-squares_1025-467.jpg",
|
|
||||||
"http://img.b2bpic.net/free-vector/detailed-click-collect-sign_23-2148782062.jpg",
|
|
||||||
"http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-shapes_23-2147931870.jpg",
|
|
||||||
"http://img.b2bpic.net/free-vector/gradient-mobile-store-logo-template_23-2149732043.jpg",
|
|
||||||
]}
|
|
||||||
title="Trusted by India's Leading Brands"
|
title="Trusted by India's Leading Brands"
|
||||||
description="Authorized distributor and service partner for premium global smartphone brands."
|
description="Authorized distributor and service partner for premium global smartphone brands."
|
||||||
tag="Brand Partners"
|
tag="Brand Partners"
|
||||||
@@ -219,48 +168,24 @@ export default function HomePage() {
|
|||||||
<TestimonialCardTwo
|
<TestimonialCardTwo
|
||||||
title="Customer Stories"
|
title="Customer Stories"
|
||||||
description="See what our satisfied customers have to say about their experience with ND Mobile."
|
description="See what our satisfied customers have to say about their experience with ND Mobile."
|
||||||
tag="Customer Testimonials"
|
tag="Rated 4.8/5 by 10K+ Customers"
|
||||||
tagIcon={Heart}
|
tagIcon={TrendingUp}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Rajesh Kumar", role: "Business Owner", testimonial: "Excellent service and authentic products. Got my iPhone 15 at the best price with complete warranty. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-headphones_23-2148602706.jpg", imageAlt: "Rajesh Kumar", icon: Star,
|
||||||
name: "Rajesh Kumar",
|
|
||||||
role: "Business Owner",
|
|
||||||
testimonial: "Excellent service and authentic products. Got my iPhone 15 at the best price with complete warranty. Highly recommended!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-headphones_23-2148602706.jpg",
|
|
||||||
imageAlt: "Rajesh Kumar",
|
|
||||||
icon: Star,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Priya Singh", role: "Software Engineer", testimonial: "Fast delivery and great customer support. They helped me choose the right phone for my needs. Very professional team.", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Priya Singh", icon: Star,
|
||||||
name: "Priya Singh",
|
|
||||||
role: "Software Engineer",
|
|
||||||
testimonial: "Fast delivery and great customer support. They helped me choose the right phone for my needs. Very professional team.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg",
|
|
||||||
imageAlt: "Priya Singh",
|
|
||||||
icon: Star,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Vikram Patel", role: "Entrepreneur", testimonial: "Best mobile store in India. Wide variety of products, competitive prices, and genuine warranty. Worth every visit!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Vikram Patel", icon: Star,
|
||||||
name: "Vikram Patel",
|
|
||||||
role: "Entrepreneur",
|
|
||||||
testimonial: "Best mobile store in India. Wide variety of products, competitive prices, and genuine warranty. Worth every visit!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
|
|
||||||
imageAlt: "Vikram Patel",
|
|
||||||
icon: Star,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Anjali Sharma", role: "Student", testimonial: "ND Mobile is my go-to place for all phone needs. They offer student discounts and have excellent after-sales service.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-hand-face_1187-3215.jpg", imageAlt: "Anjali Sharma", icon: Star,
|
||||||
name: "Anjali Sharma",
|
|
||||||
role: "Student",
|
|
||||||
testimonial: "ND Mobile is my go-to place for all phone needs. They offer student discounts and have excellent after-sales service.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-hand-face_1187-3215.jpg",
|
|
||||||
imageAlt: "Anjali Sharma",
|
|
||||||
icon: Star,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -282,30 +207,15 @@ export default function HomePage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Are all products authentic?", content: "Yes, 100% authentic products. We are authorized distributors for all major brands. Every product comes with official warranty and verification."},
|
||||||
title: "Are all products authentic?",
|
|
||||||
content: "Yes, 100% authentic products. We are authorized distributors for all major brands. Every product comes with official warranty and verification.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "What is your return policy?", content: "7-day return policy for unopened products. 14-day exchange for defective items. Full refund or replacement guaranteed."},
|
||||||
title: "What is your return policy?",
|
|
||||||
content: "7-day return policy for unopened products. 14-day exchange for defective items. Full refund or replacement guaranteed.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Do you offer installment plans?", content: "Yes, we offer EMI options through major credit cards and financial partners. Zero interest EMI available for selected products."},
|
||||||
title: "Do you offer installment plans?",
|
|
||||||
content: "Yes, we offer EMI options through major credit cards and financial partners. Zero interest EMI available for selected products.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "How long is the delivery?", content: "Standard delivery: 2-3 business days. Express delivery: Same-day or next-day in major cities. Free shipping on orders above ₹5,000."},
|
||||||
title: "How long is the delivery?",
|
|
||||||
content: "Standard delivery: 2-3 business days. Express delivery: Same-day or next-day in major cities. Free shipping on orders above ₹5,000.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "What payment methods do you accept?", content: "Credit/Debit cards, UPI, Net Banking, Wallets, EMI, and Cash on Delivery. All payments are secure with SSL encryption."},
|
||||||
title: "What payment methods do you accept?",
|
|
||||||
content: "Credit/Debit cards, UPI, Net Banking, Wallets, EMI, and Cash on Delivery. All payments are secure with SSL encryption.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user