Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a7daf09204 | |||
| 1686b8a3fe | |||
| 5087afe635 | |||
| 4653cef9e4 |
187
src/app/page.tsx
187
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Products",
|
name: "Products", id: "#products"},
|
||||||
id: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Jamway Electronics"
|
brandName="Jamway Electronics"
|
||||||
/>
|
/>
|
||||||
@@ -55,12 +47,10 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="Jamway Electronics"
|
logoText="Jamway Electronics"
|
||||||
description="Your trusted destination for premium electronics, from home energy solutions to the latest in mobile technology."
|
description="Reliable electronics delivered to your doorstep, featuring everything from energy solutions to cutting-edge mobile tech."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Shop Now",
|
text: "Shop Now", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-phone-with-kitchen-control_23-2148994127.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-phone-with-kitchen-control_23-2148994127.jpg?_wi=1"
|
||||||
imageAlt="Jamway Electronics Hero"
|
imageAlt="Jamway Electronics Hero"
|
||||||
@@ -75,44 +65,25 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Smart Inverter", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/blood-samples-test-tube-rack_53876-95052.jpg?_wi=1"},
|
||||||
name: "Smart Inverter",
|
|
||||||
price: "$299",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blood-samples-test-tube-rack_53876-95052.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Air Cooler", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216659.jpg"},
|
||||||
name: "Air Cooler",
|
|
||||||
price: "$150",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216659.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Pro Smartphone", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039369.jpg"},
|
||||||
name: "Pro Smartphone",
|
|
||||||
price: "$899",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039369.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Wireless Audio", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-touching-speakers_23-2149625146.jpg"},
|
||||||
name: "Wireless Audio",
|
|
||||||
price: "$120",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-touching-speakers_23-2149625146.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Rechargeable Fan", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-nebulizer-home_23-2150562070.jpg"},
|
||||||
name: "Rechargeable Fan",
|
|
||||||
price: "$85",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-nebulizer-home_23-2150562070.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Power Bank", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-connected-laptop-using-usb-cable-phone-charging-data-exchange_169016-16259.jpg"},
|
||||||
name: "Power Bank",
|
|
||||||
price: "$45",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-connected-laptop-using-usb-cable-phone-charging-data-exchange_169016-16259.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Latest Collection"
|
title="Our Latest Collection"
|
||||||
description="Explore our wide range of premium electronics designed to make your life easier and more connected."
|
description="Explore our wide range of premium electronics designed to make your life easier and more connected."
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Shop Now", href: "#products"
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -121,9 +92,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Your Trusted Electronics Partner"
|
title="Your Trusted Electronics Partner"
|
||||||
description={[
|
description={[
|
||||||
"Jamway Electronics was founded with a clear vision: to provide the community with reliable, high-quality electronic items at affordable prices.",
|
"Jamway Electronics was founded with a clear vision: to provide the community with reliable, high-quality electronic items at affordable prices.", "From essential home appliances to the latest cutting-edge smartphones, we curate our inventory to ensure every product meets our rigorous standards for quality and performance."]}
|
||||||
"From essential home appliances to the latest cutting-edge smartphones, we curate our inventory to ensure every product meets our rigorous standards for quality and performance.",
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -134,32 +103,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Verified Quality", descriptions: [
|
||||||
title: "Verified Quality",
|
"Every item we sell is quality-tested to ensure durability."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/blurred-wooden-shelves_1203-847.jpg", imageAlt: "electronics retail store interior"},
|
||||||
"Every item we sell is quality-tested to ensure durability.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-wooden-shelves_1203-847.jpg",
|
|
||||||
imageAlt: "electronics retail store interior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Competitive Pricing", descriptions: [
|
||||||
title: "Competitive Pricing",
|
"We offer the best market rates on top-tier electronics."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-phone-with-kitchen-control_23-2148994127.jpg?_wi=2", imageAlt: "electronics retail store interior"},
|
||||||
"We offer the best market rates on top-tier electronics.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-phone-with-kitchen-control_23-2148994127.jpg?_wi=2",
|
|
||||||
imageAlt: "electronics retail store interior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Expert Support", descriptions: [
|
||||||
title: "Expert Support",
|
"Our team is ready to help you choose the right gadget."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/blood-samples-test-tube-rack_53876-95052.jpg?_wi=2", imageAlt: "electronics retail store interior"},
|
||||||
"Our team is ready to help you choose the right gadget.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blood-samples-test-tube-rack_53876-95052.jpg?_wi=2",
|
|
||||||
imageAlt: "electronics retail store interior",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why Choose Jamway?"
|
title="Why Choose Jamway?"
|
||||||
description="We go beyond just selling products. Experience unparalleled service and quality."
|
description="We go beyond just selling products. Experience unparalleled service and quality."
|
||||||
@@ -173,28 +127,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "10k+", title: "Happy Customers", items: [
|
||||||
value: "10k+",
|
"Serving families and tech-enthusiasts."],
|
||||||
title: "Happy Customers",
|
|
||||||
items: [
|
|
||||||
"Serving families and tech-enthusiasts.",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "500+", title: "Items Stocked", items: [
|
||||||
value: "500+",
|
"Wide range of appliances and gadgets."],
|
||||||
title: "Items Stocked",
|
|
||||||
items: [
|
|
||||||
"Wide range of appliances and gadgets.",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "15+", title: "Years Experience", items: [
|
||||||
value: "15+",
|
"A legacy of trust and reliability."],
|
||||||
title: "Years Experience",
|
|
||||||
items: [
|
|
||||||
"A legacy of trust and reliability.",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Impact"
|
title="Our Impact"
|
||||||
@@ -209,40 +151,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Rahul S.", handle: "@rahul_tech", testimonial: "Excellent service and genuine products. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/lovely-young-girl-striped-shirt-sitting-office-holding-smartphone-hand-waiting-call_197531-4881.jpg"},
|
||||||
name: "Rahul S.",
|
|
||||||
handle: "@rahul_tech",
|
|
||||||
testimonial: "Excellent service and genuine products. Highly recommend!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-young-girl-striped-shirt-sitting-office-holding-smartphone-hand-waiting-call_197531-4881.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Anita V.", handle: "@anita_v", testimonial: "Great range of home appliances at very affordable prices.", imageSrc: "http://img.b2bpic.net/free-photo/why-standing-let-us-dance-good-looking-feminine-trendy-woman-with-dark-skin-curly-hair-stylish-yellow-overalls-moving-rhythm-music-holding-smartphone-listening-songs-earphones_176420-27030.jpg"},
|
||||||
name: "Anita V.",
|
|
||||||
handle: "@anita_v",
|
|
||||||
testimonial: "Great range of home appliances at very affordable prices.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/why-standing-let-us-dance-good-looking-feminine-trendy-woman-with-dark-skin-curly-hair-stylish-yellow-overalls-moving-rhythm-music-holding-smartphone-listening-songs-earphones_176420-27030.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Kiran P.", handle: "@kiran_p", testimonial: "Fast delivery and helpful staff. Will shop again.", imageSrc: "http://img.b2bpic.net/free-photo/happy-dreamy-woman-with-shopping-bags_23-2147652088.jpg"},
|
||||||
name: "Kiran P.",
|
|
||||||
handle: "@kiran_p",
|
|
||||||
testimonial: "Fast delivery and helpful staff. Will shop again.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-dreamy-woman-with-shopping-bags_23-2147652088.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "Deepak M.", handle: "@deepakm", testimonial: "Reliable store for all mobile accessories.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-funny-expression_1194-3027.jpg"},
|
||||||
name: "Deepak M.",
|
|
||||||
handle: "@deepakm",
|
|
||||||
testimonial: "Reliable store for all mobile accessories.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-funny-expression_1194-3027.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Sunita K.", handle: "@sunita_k", testimonial: "Got my inverter here, perfect condition and works great.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-excited-about-present-red-wall_114579-55955.jpg"},
|
||||||
name: "Sunita K.",
|
|
||||||
handle: "@sunita_k",
|
|
||||||
testimonial: "Got my inverter here, perfect condition and works great.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-excited-about-present-red-wall_114579-55955.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Customers Say"
|
title="What Our Customers Say"
|
||||||
description="Read about the experiences of our valued customers."
|
description="Read about the experiences of our valued customers."
|
||||||
@@ -255,20 +172,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "Do you offer warranty?", content: "Yes, most of our electronics come with manufacturer warranties."},
|
||||||
title: "Do you offer warranty?",
|
|
||||||
content: "Yes, most of our electronics come with manufacturer warranties.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "How can I track my order?", content: "You will receive tracking details via email once your order ships."},
|
||||||
title: "How can I track my order?",
|
|
||||||
content: "You will receive tracking details via email once your order ships.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Do you offer installation?", content: "Installation services are available for selected home appliances."},
|
||||||
title: "Do you offer installation?",
|
|
||||||
content: "Installation services are available for selected home appliances.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-call-center-onboarding-specialist-training-worker_482257-125802.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/cheerful-call-center-onboarding-specialist-training-worker_482257-125802.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -282,8 +190,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "animated-grid",
|
variant: "animated-grid"}}
|
||||||
}}
|
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Need Help? Reach Out Today."
|
title="Need Help? Reach Out Today."
|
||||||
description="Our team is here to help with all your electronics-related questions."
|
description="Our team is here to help with all your electronics-related questions."
|
||||||
@@ -297,16 +204,12 @@ export default function LandingPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Jamway Electronics"
|
logoText="Jamway Electronics"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Terms of Service",
|
text: "Terms of Service", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user