Merge version_1 into main #2
156
src/app/page.tsx
156
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "Smartphones", href: "/products?category=phones" },
|
||||
{ label: "Accessories", href: "/products?category=accessories" },
|
||||
{ label: "Gadgets", href: "/products?category=gadgets" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "/help" },
|
||||
{ label: "Track Order", href: "/orders" },
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
@@ -58,7 +55,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="large"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -82,7 +79,7 @@ export default function HomePage() {
|
||||
<HeroSplitKpi
|
||||
title="Welcome to Mobile Zone"
|
||||
description="Discover the latest smartphones, premium gadgets, and exclusive accessories. Shop trusted brands with expert guidance and unbeatable prices at our Vikroli showroom."
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "500+", label: "Products Available" },
|
||||
{ value: "10K+", label: "Happy Customers" },
|
||||
@@ -114,34 +111,16 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Samsung",
|
||||
name: "Galaxy S24 Ultra",
|
||||
price: "₹129,999",
|
||||
rating: 5,
|
||||
reviewCount: "2.4k",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/5g-wireless-internet-technology-with-realistic-smartphone-mobile_1017-21009.jpg?_wi=1",
|
||||
imageAlt: "Samsung Galaxy S24 Ultra"
|
||||
id: "1", brand: "Samsung", name: "Galaxy S24 Ultra", price: "₹129,999", rating: 5,
|
||||
reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-vector/5g-wireless-internet-technology-with-realistic-smartphone-mobile_1017-21009.jpg", imageAlt: "Samsung Galaxy S24 Ultra"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Apple",
|
||||
name: "iPhone 15 Pro",
|
||||
price: "₹139,900",
|
||||
rating: 5,
|
||||
reviewCount: "3.1k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-using-smartphone-workspace_23-2147965734.jpg?_wi=1",
|
||||
imageAlt: "Apple iPhone 15 Pro"
|
||||
id: "2", brand: "Apple", name: "iPhone 15 Pro", price: "₹139,900", rating: 5,
|
||||
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/hands-using-smartphone-workspace_23-2147965734.jpg", imageAlt: "Apple iPhone 15 Pro"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "OnePlus",
|
||||
name: "12 Pro Max",
|
||||
price: "₹79,999",
|
||||
rating: 4,
|
||||
reviewCount: "1.8k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glowing-charging-cable-smartphone-lying-office-table-darkness_1098-18709.jpg?_wi=1",
|
||||
imageAlt: "OnePlus 12 Pro Max"
|
||||
id: "3", brand: "OnePlus", name: "12 Pro Max", price: "₹79,999", rating: 4,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/glowing-charging-cable-smartphone-lying-office-table-darkness_1098-18709.jpg", imageAlt: "OnePlus 12 Pro Max"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -180,64 +159,28 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
products={[
|
||||
{
|
||||
id: "4",
|
||||
brand: "Xiaomi",
|
||||
name: "Redmi Note 13",
|
||||
price: "₹12,999",
|
||||
rating: 4,
|
||||
reviewCount: "5.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/new-smartphone-17-pro-social-media-banner-design-template_47987-33077.jpg?_wi=1",
|
||||
imageAlt: "Xiaomi Redmi Note 13"
|
||||
id: "4", brand: "Xiaomi", name: "Redmi Note 13", price: "₹12,999", rating: 4,
|
||||
reviewCount: "5.2k", imageSrc: "http://img.b2bpic.net/free-psd/new-smartphone-17-pro-social-media-banner-design-template_47987-33077.jpg", imageAlt: "Xiaomi Redmi Note 13"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Realme",
|
||||
name: "12 5G",
|
||||
price: "₹15,999",
|
||||
rating: 4,
|
||||
reviewCount: "3.7k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flatlay-smartphone-accessories_53876-33530.jpg?_wi=1",
|
||||
imageAlt: "Realme 12 5G"
|
||||
id: "5", brand: "Realme", name: "12 5G", price: "₹15,999", rating: 4,
|
||||
reviewCount: "3.7k", imageSrc: "http://img.b2bpic.net/free-photo/flatlay-smartphone-accessories_53876-33530.jpg", imageAlt: "Realme 12 5G"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Google",
|
||||
name: "Pixel 8",
|
||||
price: "₹59,999",
|
||||
rating: 5,
|
||||
reviewCount: "2.9k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-home-woman-make-yoga-lady-shoot-video-blog_1157-44938.jpg?_wi=1",
|
||||
imageAlt: "Google Pixel 8"
|
||||
id: "6", brand: "Google", name: "Pixel 8", price: "₹59,999", rating: 5,
|
||||
reviewCount: "2.9k", imageSrc: "http://img.b2bpic.net/free-photo/girl-home-woman-make-yoga-lady-shoot-video-blog_1157-44938.jpg", imageAlt: "Google Pixel 8"
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
brand: "Vivo",
|
||||
name: "X100 Pro",
|
||||
price: "₹89,999",
|
||||
rating: 5,
|
||||
reviewCount: "1.5k",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/5g-wireless-internet-technology-with-realistic-smartphone-mobile_1017-21009.jpg?_wi=2",
|
||||
imageAlt: "Vivo X100 Pro"
|
||||
id: "7", brand: "Vivo", name: "X100 Pro", price: "₹89,999", rating: 5,
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-vector/5g-wireless-internet-technology-with-realistic-smartphone-mobile_1017-21009.jpg", imageAlt: "Vivo X100 Pro"
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
brand: "OPPO",
|
||||
name: "Find X7 Ultra",
|
||||
price: "₹94,999",
|
||||
rating: 4,
|
||||
reviewCount: "2.1k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-using-smartphone-workspace_23-2147965734.jpg?_wi=2",
|
||||
imageAlt: "OPPO Find X7 Ultra"
|
||||
id: "8", brand: "OPPO", name: "Find X7 Ultra", price: "₹94,999", rating: 4,
|
||||
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/hands-using-smartphone-workspace_23-2147965734.jpg", imageAlt: "OPPO Find X7 Ultra"
|
||||
},
|
||||
{
|
||||
id: "9",
|
||||
brand: "iQOO",
|
||||
name: "13 Pro",
|
||||
price: "₹69,999",
|
||||
rating: 4,
|
||||
reviewCount: "1.9k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glowing-charging-cable-smartphone-lying-office-table-darkness_1098-18709.jpg?_wi=2",
|
||||
imageAlt: "iQOO 13 Pro"
|
||||
id: "9", brand: "iQOO", name: "13 Pro", price: "₹69,999", rating: 4,
|
||||
reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/glowing-charging-cable-smartphone-lying-office-table-darkness_1098-18709.jpg", imageAlt: "iQOO 13 Pro"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -274,12 +217,12 @@ export default function HomePage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{ id: "1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "Rajesh Kumar" },
|
||||
{ id: "2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Priya Sharma" },
|
||||
{ id: "3", name: "Amit Patel", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Amit Patel" },
|
||||
{ id: "4", name: "Neha Verma", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Neha Verma" },
|
||||
{ id: "5", name: "Arjun Singh", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageAlt: "Arjun Singh" },
|
||||
{ id: "6", name: "Sneha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Sneha Gupta" }
|
||||
{ id: "1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Rajesh Kumar" },
|
||||
{ id: "2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Priya Sharma" },
|
||||
{ id: "3", name: "Amit Patel", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Amit Patel" },
|
||||
{ id: "4", name: "Neha Verma", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Neha Verma" },
|
||||
{ id: "5", name: "Arjun Singh", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Arjun Singh" },
|
||||
{ id: "6", name: "Sneha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sneha Gupta" }
|
||||
]}
|
||||
cardTitle="Over 10,000 customers trust Mobile Zone for premium smartphones and exceptional customer service. Experience the difference today!"
|
||||
cardTag="Customer Stories"
|
||||
@@ -289,6 +232,47 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our products, services, and support options."
|
||||
tag="Support"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
faqs={[
|
||||
{ id: "1", title: "What payment methods do you accept?", content: "We accept all major payment methods including UPI, Credit Cards, Debit Cards, and Net Banking. All transactions are secured with industry-leading encryption." },
|
||||
{ id: "2", title: "What is your return and warranty policy?", content: "We offer a 7-day return policy on all products. All smartphones come with manufacturer's warranty ranging from 1-2 years. Extended warranty options are also available." },
|
||||
{ id: "3", title: "Do you provide home delivery?", content: "Yes, we offer free home delivery for orders across Mumbai. Standard delivery takes 2-3 business days. Express delivery is available for premium members." },
|
||||
{ id: "4", title: "How can I track my order?", content: "You'll receive a tracking link via email and SMS after your order is confirmed. Track your order in real-time through our website or app." },
|
||||
{ id: "5", title: "Do you offer trade-in programs?", content: "Yes! We accept your old devices as trade-in. Get attractive discounts on new purchases. Visit our store or WhatsApp us for instant valuation." },
|
||||
{ id: "6", title: "Is there after-sales service available?", content: "Absolutely. Our dedicated customer care team is available 24/7 via phone, email, WhatsApp, and in-store. We provide free installation and setup assistance." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-using-audio-headset-computer-call-center-job-offering-helpline-assistance-people-female-consultant-talking-clients-customer-care-service-helping-with-telemarketing_482257-43318.jpg"
|
||||
imageAlt="Customer support team"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
animationType="smooth"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Get in Touch"
|
||||
title="Stay Updated with Latest Offers"
|
||||
description="Subscribe to our newsletter for exclusive deals, new product launches, and special promotions delivered directly to your inbox."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "rotated-rays-animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Subscribe Now"
|
||||
termsText="We respect your privacy. You can unsubscribe at any time. Check our privacy policy for details."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={footerColumns}
|
||||
|
||||
Reference in New Issue
Block a user