281 lines
15 KiB
TypeScript
281 lines
15 KiB
TypeScript
"use client";
|
||
|
||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||
import ContactText from '@/components/sections/contact/ContactText';
|
||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||
import { Star, Users, Zap, Shield, Sparkles } from 'lucide-react';
|
||
|
||
export default function LandingPage() {
|
||
return (
|
||
<ThemeProvider
|
||
defaultButtonVariant="shift-hover"
|
||
defaultTextAnimation="reveal-blur"
|
||
borderRadius="soft"
|
||
contentWidth="smallMedium"
|
||
sizing="largeSmallSizeMediumTitles"
|
||
background="noiseDiagonalGradient"
|
||
cardStyle="inset"
|
||
primaryButtonStyle="primary-glow"
|
||
secondaryButtonStyle="solid"
|
||
headingFontWeight="normal"
|
||
>
|
||
<div id="nav" data-section="nav">
|
||
<NavbarStyleFullscreen
|
||
navItems={[
|
||
{ name: "Products", id: "products" },
|
||
{ name: "Why Us", id: "why-us" },
|
||
{ name: "Reviews", id: "reviews" },
|
||
{ name: "Visit Store", id: "location" },
|
||
{ name: "Contact", id: "contact" }
|
||
]}
|
||
brandName="Aptronix"
|
||
bottomLeftText="Navrangpura, Ahmedabad"
|
||
bottomRightText="088669 00600"
|
||
/>
|
||
</div>
|
||
|
||
<div id="hero" data-section="hero">
|
||
<HeroSplitTestimonial
|
||
title="Ahmedabad's Trusted Apple Store in Navrangpura"
|
||
description="Original Apple Products. Expert Guidance. Best Deals. Visit Aptronix today for premium service and genuine products at competitive prices."
|
||
tag="4.5★ Rated (330+ Reviews)"
|
||
tagIcon={Star}
|
||
tagAnimation="slide-up"
|
||
background={{ variant: "plain" }}
|
||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7930.jpg"
|
||
imageAlt="Aptronix Apple Store Navrangpura"
|
||
imagePosition="right"
|
||
mediaAnimation="opacity"
|
||
useInvertedBackground={false}
|
||
buttons={[
|
||
{ text: "📞 Call Now", href: "tel:08866900600" },
|
||
{ text: "💬 WhatsApp", href: "https://wa.me/918866900600" }
|
||
]}
|
||
buttonAnimation="slide-up"
|
||
testimonials={[
|
||
{
|
||
name: "Rajesh Patel", handle: "iPhone Buyer", testimonial: "Great service and well-trained staff. Best place for genuine Apple products!", rating: 5,
|
||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1"
|
||
},
|
||
{
|
||
name: "Priya Sharma", handle: "Student, MacBook User", testimonial: "Excellent deals on MacBooks. Staff explained everything clearly.", rating: 5,
|
||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1"
|
||
},
|
||
{
|
||
name: "Amit Kumar", handle: "Business Owner", testimonial: "Perfect place for all Apple needs. Installation support too!", rating: 5,
|
||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg?_wi=1"
|
||
},
|
||
{
|
||
name: "Neha Gupta", handle: "Regular Customer", testimonial: "Open till late. Very helpful team. Highly recommended!", rating: 5,
|
||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2"
|
||
}
|
||
]}
|
||
testimonialRotationInterval={5000}
|
||
avatars={[
|
||
{ src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", alt: "Rajesh" },
|
||
{ src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", alt: "Priya" },
|
||
{ src: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg", alt: "Amit" },
|
||
{ src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", alt: "Neha" }
|
||
]}
|
||
avatarText="+330 happy customers"
|
||
/>
|
||
</div>
|
||
|
||
<div id="products" data-section="products">
|
||
<ProductCardThree
|
||
title="Browse Our Product Categories"
|
||
description="Explore the full range of Apple products available at Aptronix. Check availability or get instant assistance."
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
animationType="slide-up"
|
||
gridVariant="three-columns-all-equal-width"
|
||
carouselMode="auto"
|
||
products={[
|
||
{
|
||
id: "1", name: "iPhone", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg", imageAlt: "Latest iPhone Models", initialQuantity: 1
|
||
},
|
||
{
|
||
id: "2", name: "MacBook", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/workplace_93675-130156.jpg", imageAlt: "MacBook Pro and Air", initialQuantity: 1
|
||
},
|
||
{
|
||
id: "3", name: "iPad", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/digital-devices-screen-editable_24972-2368.jpg", imageAlt: "iPad Models", initialQuantity: 1
|
||
},
|
||
{
|
||
id: "4", name: "Apple Watch", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/arabic-woman-teaching-senior-man-use-smartwatch-with-smartphone_23-2149356618.jpg", imageAlt: "Apple Watch Series", initialQuantity: 1
|
||
},
|
||
{
|
||
id: "5", name: "AirPods", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-holding-earphones_23-2148348881.jpg", imageAlt: "AirPods Pro and Max", initialQuantity: 1
|
||
},
|
||
{
|
||
id: "6", name: "Accessories", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/flatlay-smartphone-accessories_53876-33530.jpg", imageAlt: "Apple Accessories", initialQuantity: 1
|
||
}
|
||
]}
|
||
/>
|
||
</div>
|
||
|
||
<div id="why-us" data-section="why-us">
|
||
<AboutMetric
|
||
title="Why Choose Aptronix – Your Trusted Apple Partner in Navrangpura"
|
||
useInvertedBackground={true}
|
||
metricsAnimation="slide-up"
|
||
metrics={[
|
||
{ icon: Star, label: "Customer Rating", value: "4.5★" },
|
||
{ icon: Users, label: "Satisfied Customers", value: "330+" },
|
||
{ icon: Zap, label: "Expert Support", value: "Trained Staff" },
|
||
{ icon: Shield, label: "Genuine Products", value: "100%" }
|
||
]}
|
||
/>
|
||
</div>
|
||
|
||
<div id="features" data-section="features">
|
||
<FeatureCardTwelve
|
||
title="Our Premium Services"
|
||
description="Complete Apple ecosystem support tailored for Ahmedabad customers"
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
animationType="blur-reveal"
|
||
features={[
|
||
{
|
||
id: "sales", label: "Sales", title: "Authentic Apple Products", items: [
|
||
"Latest iPhone, MacBook, iPad models", "Complete accessory range", "Trade-in & exchange programs", "Best pricing in Navrangpura"
|
||
]
|
||
},
|
||
{
|
||
id: "support", label: "Support", title: "Expert Installation & Service", items: [
|
||
"Free Installation", "Battery Replacement: ₹999", "Device setup & configuration", "Technical assistance available"
|
||
]
|
||
},
|
||
{
|
||
id: "recycling", label: "Recycling", title: "Eco-Friendly Disposal", items: [
|
||
"Battery recycling program", "Electronics recycling service", "Responsible e-waste handling", "Environmental commitment"
|
||
]
|
||
},
|
||
{
|
||
id: "convenience", label: "Convenience", title: "Easy Shopping Experience", items: [
|
||
"In-store product pickup", "Extended hours till 10:30 PM", "Parking available", "Quick checkout process"
|
||
]
|
||
}
|
||
]}
|
||
/>
|
||
</div>
|
||
|
||
<div id="reviews" data-section="reviews">
|
||
<TestimonialCardOne
|
||
title="What Our Customers Say"
|
||
description="Real feedback from satisfied Apple customers in Ahmedabad"
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
animationType="slide-up"
|
||
gridVariant="four-items-2x2-equal-grid"
|
||
carouselMode="auto"
|
||
testimonials={[
|
||
{
|
||
id: "1", name: "Rajesh Patel", role: "iPhone Buyer", company: "IT Professional", rating: 5,
|
||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Rajesh Patel"
|
||
},
|
||
{
|
||
id: "2", name: "Priya Sharma", role: "Student", company: "Engineering College", rating: 5,
|
||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "Priya Sharma"
|
||
},
|
||
{
|
||
id: "3", name: "Amit Kumar", role: "Business Owner", company: "Tech Startup", rating: 5,
|
||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg?_wi=2", imageAlt: "Amit Kumar"
|
||
},
|
||
{
|
||
id: "4", name: "Neha Gupta", role: "Regular Customer", company: "Finance Professional", rating: 5,
|
||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "Neha Gupta"
|
||
}
|
||
]}
|
||
/>
|
||
</div>
|
||
|
||
<div id="location" data-section="location">
|
||
<ContactText
|
||
text="Visit Our Store at Vijay Cross Road, Navrangpura. Open until 10:30 PM today. Get directions or call us now for assistance."
|
||
animationType="entrance-slide"
|
||
background={{ variant: "plain" }}
|
||
useInvertedBackground={false}
|
||
buttons={[
|
||
{ text: "📍 Get Directions", href: "https://maps.google.com/?q=Aptronix+Navrangpura+Ahmedabad" },
|
||
{ text: "📞 Call Now", href: "tel:08866900600" }
|
||
]}
|
||
/>
|
||
</div>
|
||
|
||
<div id="contact" data-section="contact">
|
||
<PricingCardThree
|
||
title="Contact Us for Exclusive Offers"
|
||
description="Submit your details for personalized assistance and special deals on Apple products"
|
||
textboxLayout="default"
|
||
useInvertedBackground={true}
|
||
animationType="opacity"
|
||
carouselMode="buttons"
|
||
plans={[
|
||
{
|
||
id: "inquiry", price: "Request a Call", name: "Product Inquiry", buttons: [
|
||
{ text: "Get a Call Back", href: "#contact-form" }
|
||
],
|
||
features: [
|
||
"Personalized product recommendations", "Best pricing information", "Availability check", "Trade-in valuation"
|
||
]
|
||
},
|
||
{
|
||
id: "support", badge: "Recommended", badgeIcon: Sparkles,
|
||
price: "Chat Now", name: "Direct WhatsApp Support", buttons: [
|
||
{ text: "Message on WhatsApp", href: "https://wa.me/918866900600" }
|
||
],
|
||
features: [
|
||
"Instant messaging support", "Product details & images", "Quick response time", "Schedule store visit"
|
||
]
|
||
}
|
||
]}
|
||
/>
|
||
</div>
|
||
|
||
<div id="footer" data-section="footer">
|
||
<FooterBaseCard
|
||
logoText="Aptronix"
|
||
columns={[
|
||
{
|
||
title: "Store", items: [
|
||
{ label: "Store Location", href: "https://maps.google.com/?q=Aptronix+Navrangpura+Ahmedabad" },
|
||
{ label: "Store Hours", href: "#" },
|
||
{ label: "Contact Us", href: "tel:08866900600" }
|
||
]
|
||
},
|
||
{
|
||
title: "Products", items: [
|
||
{ label: "iPhone", href: "#products" },
|
||
{ label: "MacBook", href: "#products" },
|
||
{ label: "iPad & Accessories", href: "#products" }
|
||
]
|
||
},
|
||
{
|
||
title: "Services", items: [
|
||
{ label: "Installation", href: "#features" },
|
||
{ label: "Battery Recycling", href: "#features" },
|
||
{ label: "Trade-in Program", href: "#features" }
|
||
]
|
||
},
|
||
{
|
||
title: "Connect", items: [
|
||
{ label: "WhatsApp", href: "https://wa.me/918866900600" },
|
||
{ label: "Call Now", href: "tel:08866900600" },
|
||
{ label: "Google Maps", href: "https://maps.google.com/?q=Aptronix+Navrangpura+Ahmedabad" }
|
||
]
|
||
}
|
||
]}
|
||
copyrightText="© 2025 Aptronix | Navrangpura, Ahmedabad. All rights reserved."
|
||
/>
|
||
</div>
|
||
</ThemeProvider>
|
||
);
|
||
}
|