7 Commits

Author SHA1 Message Date
9f0893c179 Merge version_4 into main
Merge version_4 into main
2026-05-08 12:57:05 +00:00
34499115d4 Update src/app/page.tsx 2026-05-08 12:56:59 +00:00
2a9b59cd6e Merge version_3 into main
Merge version_3 into main
2026-05-08 12:55:42 +00:00
a7daf09204 Update src/app/page.tsx 2026-05-08 12:55:39 +00:00
1686b8a3fe Merge version_2 into main
Merge version_2 into main
2026-05-08 12:54:43 +00:00
5087afe635 Update src/app/page.tsx 2026-05-08 12:54:37 +00:00
4653cef9e4 Merge version_1 into main
Merge version_1 into main
2026-05-08 12:53:57 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Products",
id: "#products",
},
name: "Products", id: "#products"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Jamway Electronics"
/>
@@ -55,12 +47,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
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, bringing you the best in tech and home comfort."
buttons={[
{
text: "Shop Now",
href: "#products",
},
text: "Shop Now", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-phone-with-kitchen-control_23-2148994127.jpg?_wi=1"
imageAlt="Jamway Electronics Hero"
@@ -75,44 +65,25 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1",
name: "Smart Inverter",
price: "$299",
imageSrc: "http://img.b2bpic.net/free-photo/blood-samples-test-tube-rack_53876-95052.jpg?_wi=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"},
{
id: "2",
name: "Air Cooler",
price: "$150",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216659.jpg",
},
id: "2", name: "Air Cooler", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216659.jpg"},
{
id: "3",
name: "Pro Smartphone",
price: "$899",
imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039369.jpg",
},
id: "3", name: "Pro Smartphone", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039369.jpg"},
{
id: "4",
name: "Wireless Audio",
price: "$120",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-touching-speakers_23-2149625146.jpg",
},
id: "4", name: "Wireless Audio", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-touching-speakers_23-2149625146.jpg"},
{
id: "5",
name: "Rechargeable Fan",
price: "$85",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-nebulizer-home_23-2150562070.jpg",
},
id: "5", name: "Rechargeable Fan", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-nebulizer-home_23-2150562070.jpg"},
{
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",
},
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"},
]}
title="Our Latest Collection"
description="Explore our wide range of premium electronics designed to make your life easier and more connected."
buttons={[
{
text: "Shop Now", href: "#products"
}
]}
/>
</div>
@@ -121,9 +92,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Your Trusted Electronics Partner"
description={[
"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.",
]}
"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."]}
/>
</div>
@@ -134,32 +103,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "f1",
title: "Verified Quality",
descriptions: [
"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: "f1", title: "Verified Quality", descriptions: [
"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",
title: "Competitive Pricing",
descriptions: [
"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: "f2", title: "Competitive Pricing", descriptions: [
"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",
title: "Expert Support",
descriptions: [
"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",
},
id: "f3", title: "Expert Support", descriptions: [
"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?"
description="We go beyond just selling products. Experience unparalleled service and quality."
@@ -173,28 +127,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "10k+",
title: "Happy Customers",
items: [
"Serving families and tech-enthusiasts.",
],
id: "m1", value: "10k+", title: "Happy Customers", items: [
"Serving families and tech-enthusiasts."],
},
{
id: "m2",
value: "500+",
title: "Items Stocked",
items: [
"Wide range of appliances and gadgets.",
],
id: "m2", value: "500+", title: "Items Stocked", items: [
"Wide range of appliances and gadgets."],
},
{
id: "m3",
value: "15+",
title: "Years Experience",
items: [
"A legacy of trust and reliability.",
],
id: "m3", value: "15+", title: "Years Experience", items: [
"A legacy of trust and reliability."],
},
]}
title="Our Impact"
@@ -209,40 +151,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
]}
title="What Our Customers Say"
description="Read about the experiences of our valued customers."
@@ -255,20 +172,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do you offer warranty?",
content: "Yes, most of our electronics come with manufacturer warranties.",
},
id: "q1", title: "Do you offer warranty?", content: "Yes, most of our electronics come with manufacturer warranties."},
{
id: "q2",
title: "How can I track my order?",
content: "You will receive tracking details via email once your order ships.",
},
id: "q2", title: "How can I track my order?", content: "You will receive tracking details via email once your order ships."},
{
id: "q3",
title: "Do you offer installation?",
content: "Installation services are available for selected home appliances.",
},
id: "q3", 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"
mediaAnimation="slide-up"
@@ -282,8 +190,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "animated-grid",
}}
variant: "animated-grid"}}
tag="Get in Touch"
title="Need Help? Reach Out Today."
description="Our team is here to help with all your electronics-related questions."
@@ -297,13 +204,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Jamway Electronics"
leftLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
/>
</div>
</ReactLenis>