Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-04-06 14:21:38 +00:00

View File

@@ -30,23 +30,16 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Products",
id: "products",
},
name: "Products", id: "products"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Jaipur Electronics"
button={{ text: "Contact Us", href: "#contact" }}
/>
</div>
@@ -56,13 +49,9 @@ export default function LandingPage() {
description="Your Trusted Electronics Partner in Jaipur. Discover genuine products, competitive pricing, and professional support at Kiosk No. 1."
buttons={[
{
text: "Visit Store",
href: "#contact",
},
text: "Visit Store", href: "#contact"},
{
text: "Call Now",
href: "tel:+917023016448",
},
text: "Call Now", href: "tel:+917023016448"},
]}
imageSrc="http://img.b2bpic.net/free-photo/travel-summer-accessories-blue-wood_1249-591.jpg"
imageAlt="Jaipur Electronics Kiosk"
@@ -75,19 +64,13 @@ export default function LandingPage() {
title="Why Choose Us"
metrics={[
{
label: "Locations",
value: "1",
icon: MapPin,
label: "Locations", value: "1", icon: MapPin,
},
{
label: "Open Days",
value: "7",
icon: Calendar,
label: "Open Days", value: "7", icon: Calendar,
},
{
label: "Customer Focus",
value: "100%",
icon: Smile,
label: "Customer Focus", value: "100%", icon: Smile,
},
]}
metricsAnimation="slide-up"
@@ -102,41 +85,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Premium Gadget",
price: "₹999",
imageSrc: "http://img.b2bpic.net/free-photo/devices-marble-table_23-2150837817.jpg",
},
id: "p1", name: "Premium Gadget", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/devices-marble-table_23-2150837817.jpg"},
{
id: "p2",
name: "Bluetooth Headphones",
price: "₹2,499",
imageSrc: "http://img.b2bpic.net/free-photo/earphones-with-case-surrounded-by-nature-scene_23-2150165594.jpg",
},
id: "p2", name: "Bluetooth Headphones", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/earphones-with-case-surrounded-by-nature-scene_23-2150165594.jpg"},
{
id: "p3",
name: "Smart Watch",
price: "₹3,999",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-photography-accesories-tablet_23-2148363446.jpg",
},
id: "p3", name: "Smart Watch", price: "₹3,999", imageSrc: "http://img.b2bpic.net/free-photo/top-view-photography-accesories-tablet_23-2148363446.jpg"},
{
id: "p4",
name: "Charging Adapter",
price: "₹499",
imageSrc: "http://img.b2bpic.net/free-photo/blue-cell-phone-connected-usb-cable-type-c-charging_58702-4564.jpg",
},
id: "p4", name: "Charging Adapter", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/blue-cell-phone-connected-usb-cable-type-c-charging_58702-4564.jpg"},
{
id: "p5",
name: "Wireless Speaker",
price: "₹1,499",
imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736787.jpg",
},
id: "p5", name: "Wireless Speaker", price: "₹1,499", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736787.jpg"},
{
id: "p6",
name: "Data Cable",
price: "₹299",
imageSrc: "http://img.b2bpic.net/free-photo/white-cassette-tape-connected-with-earphone-wooden-table_23-2147889950.jpg",
},
id: "p6", name: "Data Cable", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/white-cassette-tape-connected-with-earphone-wooden-table_23-2147889950.jpg"},
]}
title="Our Gadgets"
description="Browse through our collection of premium mobile accessories and electronic essentials."
@@ -150,45 +109,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Rajesh Sharma",
handle: "@rajesh",
testimonial: "Best shop in Jaipur for genuine electronics!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-addicted-shopping_1098-1134.jpg?_wi=1",
},
id: "t1", name: "Rajesh Sharma", handle: "@rajesh", testimonial: "Best shop in Jaipur for genuine electronics!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-addicted-shopping_1098-1134.jpg"},
{
id: "t2",
name: "Anita Verma",
handle: "@anita",
testimonial: "Excellent collection and very helpful staff.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-woman-pink-blouse-yellow-wall_343596-5917.jpg",
},
id: "t2", name: "Anita Verma", handle: "@anita", testimonial: "Excellent collection and very helpful staff.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-woman-pink-blouse-yellow-wall_343596-5917.jpg"},
{
id: "t3",
name: "Vikram Singh",
handle: "@vikram",
testimonial: "Reliable products at very fair prices.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-shopping-bags_23-2148225588.jpg",
},
id: "t3", name: "Vikram Singh", handle: "@vikram", testimonial: "Reliable products at very fair prices.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-shopping-bags_23-2148225588.jpg"},
{
id: "t4",
name: "Sunita Devi",
handle: "@sunita",
testimonial: "Very satisfied with my purchase and service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-addicted-shopping_1098-1134.jpg?_wi=2",
},
id: "t4", name: "Sunita Devi", handle: "@sunita", testimonial: "Very satisfied with my purchase and service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-addicted-shopping_1098-1134.jpg"},
{
id: "t5",
name: "Amit Kumar",
handle: "@amit",
testimonial: "Highly recommend visiting this kiosk!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-climbing-escalator-holding-shopping-bag_23-2148339193.jpg",
},
id: "t5", name: "Amit Kumar", handle: "@amit", testimonial: "Highly recommend visiting this kiosk!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-climbing-escalator-holding-shopping-bag_23-2148339193.jpg"},
]}
showRating={true}
title="What Our Customers Say"
@@ -203,22 +137,14 @@ export default function LandingPage() {
description="Visit us at Kiosk No. 1, Manglam, Ridhi Sidhi, Jaipur Electronic Market, Mansarovar. Open 7 days a week, 10 AM to 10 PM."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Your Phone Number",
required: true,
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
},
]}
textarea={{
name: "message",
placeholder: "How can we help you today?",
}}
name: "message", placeholder: "How can we help you today?"}}
imageSrc="http://img.b2bpic.net/free-photo/japanese-subway-train-system-passenger-information-display-screen_23-2148954800.jpg"
/>
</div>
@@ -227,33 +153,21 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Store Info",
items: [
title: "Store Info", items: [
{
label: "Mansarovar, Jaipur",
href: "#",
},
label: "Mansarovar, Jaipur", href: "#"},
{
label: "+91 70230 16448",
href: "tel:+917023016448",
},
label: "+91 70230 16448", href: "tel:+917023016448"},
],
},
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Products",
href: "#products",
},
label: "Products", href: "#products"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
]}