Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-11 03:49:40 +00:00
6 changed files with 73 additions and 46 deletions

View File

@@ -85,21 +85,21 @@ const AboutPage = () => {
id: "01",
title: "Empowering Consumers",
description: "We believe everyone deserves transparent pricing, real-time availability, and direct access to knowledgeable retailers",
imageSrc: "http://img.b2bpic.net/free-photo/female-white-blouse-blue-jeans-holding-phone-card_140725-25663.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-white-blouse-blue-jeans-holding-phone-card_140725-25663.jpg?_wi=4",
imageAlt: "Consumer empowerment"
},
{
id: "02",
title: "Supporting Local Retailers",
description: "Our platform gives small and medium electronics shops a digital presence to compete with large online marketplaces",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7929.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7929.jpg?_wi=4",
imageAlt: "Local retailers support"
},
{
id: "03",
title: "Building Trust",
description: "Through verified ratings, transparent pricing, and direct communication channels, we foster genuine relationships between buyers and sellers",
imageSrc: "http://img.b2bpic.net/free-photo/two-indians-mans-customer-buyer-mobile-phone-making-selfie-by-monopod-stick-south-asian-peoples-technologies-concept-cellphone-shop_627829-1266.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-indians-mans-customer-buyer-mobile-phone-making-selfie-by-monopod-stick-south-asian-peoples-technologies-concept-cellphone-shop_627829-1266.jpg?_wi=5",
imageAlt: "Trust and communication"
}
]}
@@ -123,7 +123,7 @@ const AboutPage = () => {
role: "Tech Enthusiast",
company: "Mumbai",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg?_wi=2"
},
{
id: "2",
@@ -131,7 +131,7 @@ const AboutPage = () => {
role: "Homemaker",
company: "Delhi",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-pretty-business-woman-showing-thumb-up_1262-4720.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-pretty-business-woman-showing-thumb-up_1262-4720.jpg?_wi=2"
},
{
id: "3",
@@ -139,7 +139,7 @@ const AboutPage = () => {
role: "Business Owner",
company: "Bangalore",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg?_wi=2"
},
{
id: "4",
@@ -147,7 +147,7 @@ const AboutPage = () => {
role: "Student",
company: "Hyderabad",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=2"
}
]}
kpiItems={[

View File

@@ -83,7 +83,7 @@ export default function ContactPage() {
description="Get notified about new products, price drops from local shops, and exclusive deals delivered to your inbox every week."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-man-taking-coffee-from-capsule-espresso-coffee-maker_23-2147893479.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-man-taking-coffee-from-capsule-espresso-coffee-maker_23-2147893479.jpg?_wi=3"
imageAlt="Newsletter signup"
mediaAnimation="blur-reveal"
mediaPosition="right"

View File

@@ -1,24 +1,49 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Raleway } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Raleway } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const raleway = Raleway({
variable: "--font-raleway",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "ElectroHub - Local Electronics Prices & Shop Directory",
description: "Find kitchen appliances, PC parts, phones, laptops & tablets with local price comparison. Connect with trusted electronics shops near you.",
keywords: "electronics price comparison, local electronics shops, kitchen appliances, PC components, mobile phones, laptops, tablets, local retailers",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "ElectroHub - Buy Electronics from Local Shops",
description: "Compare prices and quality of electronics from trusted local retailers in your area.",
type: "website",
siteName: "ElectroHub",
},
twitter: {
card: "summary_large_image",
title: "ElectroHub - Local Electronics Price Comparison",
description: "Find the best electronics deals from local shops near you.",
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +52,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${raleway.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +66,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -48,7 +48,7 @@ export default function HomePage() {
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
imageSrc="http://img.b2bpic.net/free-photo/young-man-taking-coffee-from-capsule-espresso-coffee-maker_23-2147893479.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-man-taking-coffee-from-capsule-espresso-coffee-maker_23-2147893479.jpg?_wi=1"
imageAlt="Electronics shopping marketplace"
buttons={[
{ text: "Explore Products", href: "/products" },
@@ -70,14 +70,14 @@ export default function HomePage() {
id: "01",
title: "Kitchen Appliances",
description: "From coffee makers to refrigerators - find the best kitchen gadgets with local pricing",
imageSrc: "http://img.b2bpic.net/free-photo/juicer-glass-filled-with-apple-juice-kitchen-table_169016-49255.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/juicer-glass-filled-with-apple-juice-kitchen-table_169016-49255.jpg?_wi=1",
imageAlt: "Kitchen appliances",
},
{
id: "02",
title: "PC & Components",
description: "Graphics cards, processors, SSDs - build your dream PC with competitive local prices",
imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545638.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545638.jpg?_wi=1",
imageAlt: "PC components",
},
{
@@ -128,28 +128,28 @@ export default function HomePage() {
id: "1",
name: "Premium Coffee Maker Pro",
price: "₹8,999 - ₹12,500",
imageSrc: "http://img.b2bpic.net/free-photo/part-kitchen-interior-with-utensils-fruits-table-modern-kitchen_169016-15714.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/part-kitchen-interior-with-utensils-fruits-table-modern-kitchen_169016-15714.jpg?_wi=1",
imageAlt: "Coffee maker",
},
{
id: "2",
name: "Gaming RTX Graphics Card",
price: "₹45,000 - ₹65,000",
imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105520.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105520.jpg?_wi=1",
imageAlt: "Graphics card",
},
{
id: "3",
name: "Flagship Smartphone 5G",
price: "₹55,000 - ₹75,000",
imageSrc: "http://img.b2bpic.net/free-photo/female-white-blouse-blue-jeans-holding-phone-card_140725-25663.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-white-blouse-blue-jeans-holding-phone-card_140725-25663.jpg?_wi=1",
imageAlt: "Smartphone",
},
{
id: "4",
name: "Ultrabook Laptop 16GB",
price: "₹85,000 - ₹120,000",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-cup-eyeglasses-laptop-pencil-adhesive-notepad-spiral-notepad-against-pink-backdrop_23-2147979082.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-cup-eyeglasses-laptop-pencil-adhesive-notepad-spiral-notepad-against-pink-backdrop_23-2147979082.jpg?_wi=1",
imageAlt: "Laptop",
},
]}
@@ -232,7 +232,7 @@ export default function HomePage() {
role: "Tech Enthusiast",
company: "Mumbai",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg?_wi=1",
},
{
id: "2",
@@ -240,7 +240,7 @@ export default function HomePage() {
role: "Homemaker",
company: "Delhi",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-pretty-business-woman-showing-thumb-up_1262-4720.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-pretty-business-woman-showing-thumb-up_1262-4720.jpg?_wi=1",
},
{
id: "3",
@@ -248,7 +248,7 @@ export default function HomePage() {
role: "Business Owner",
company: "Bangalore",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg?_wi=1",
},
{
id: "4",
@@ -256,7 +256,7 @@ export default function HomePage() {
role: "Student",
company: "Hyderabad",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=1",
},
]}
kpiItems={[
@@ -282,28 +282,28 @@ export default function HomePage() {
id: "01",
title: "Browse Products",
description: "Search for electronics across all categories with detailed specifications",
imageSrc: "http://img.b2bpic.net/free-photo/part-kitchen-interior-with-utensils-fruits-table-modern-kitchen_169016-15714.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/part-kitchen-interior-with-utensils-fruits-table-modern-kitchen_169016-15714.jpg?_wi=2",
imageAlt: "Browse products",
},
{
id: "02",
title: "Compare Prices",
description: "See real-time pricing from multiple local shops in your area instantly",
imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105520.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105520.jpg?_wi=2",
imageAlt: "Compare prices",
},
{
id: "03",
title: "Check Availability",
description: "View stock information and quality ratings from local retailers",
imageSrc: "http://img.b2bpic.net/free-photo/two-indians-mans-customer-buyer-mobile-phone-making-selfie-by-monopod-stick-south-asian-peoples-technologies-concept-cellphone-shop_627829-1266.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-indians-mans-customer-buyer-mobile-phone-making-selfie-by-monopod-stick-south-asian-peoples-technologies-concept-cellphone-shop_627829-1266.jpg?_wi=1",
imageAlt: "Check availability",
},
{
id: "04",
title: "Contact & Visit",
description: "Reach out to shops directly or visit them in person for the best deal",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7929.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7929.jpg?_wi=1",
imageAlt: "Contact shops",
},
]}
@@ -322,7 +322,7 @@ export default function HomePage() {
description="Get notified about new products, price drops from local shops, and exclusive deals delivered to your inbox every week."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-man-taking-coffee-from-capsule-espresso-coffee-maker_23-2147893479.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-man-taking-coffee-from-capsule-espresso-coffee-maker_23-2147893479.jpg?_wi=2"
imageAlt="Newsletter signup"
mediaAnimation="blur-reveal"
mediaPosition="right"

View File

@@ -48,42 +48,42 @@ export default function ProductsPage() {
id: "1",
name: "Premium Coffee Maker Pro",
price: "₹8,999 - ₹12,500",
imageSrc: "http://img.b2bpic.net/free-photo/part-kitchen-interior-with-utensils-fruits-table-modern-kitchen_169016-15714.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/part-kitchen-interior-with-utensils-fruits-table-modern-kitchen_169016-15714.jpg?_wi=3",
imageAlt: "Coffee maker",
},
{
id: "2",
name: "Gaming RTX Graphics Card",
price: "₹45,000 - ₹65,000",
imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105520.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105520.jpg?_wi=3",
imageAlt: "Graphics card",
},
{
id: "3",
name: "Flagship Smartphone 5G",
price: "₹55,000 - ₹75,000",
imageSrc: "http://img.b2bpic.net/free-photo/female-white-blouse-blue-jeans-holding-phone-card_140725-25663.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-white-blouse-blue-jeans-holding-phone-card_140725-25663.jpg?_wi=2",
imageAlt: "Smartphone",
},
{
id: "4",
name: "Ultrabook Laptop 16GB",
price: "₹85,000 - ₹120,000",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-cup-eyeglasses-laptop-pencil-adhesive-notepad-spiral-notepad-against-pink-backdrop_23-2147979082.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-cup-eyeglasses-laptop-pencil-adhesive-notepad-spiral-notepad-against-pink-backdrop_23-2147979082.jpg?_wi=2",
imageAlt: "Laptop",
},
{
id: "5",
name: "Smart Blender Deluxe",
price: "₹3,500 - ₹5,999",
imageSrc: "http://img.b2bpic.net/free-photo/juicer-glass-filled-with-apple-juice-kitchen-table_169016-49255.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/juicer-glass-filled-with-apple-juice-kitchen-table_169016-49255.jpg?_wi=2",
imageAlt: "Blender",
},
{
id: "6",
name: "AMD Ryzen Processor 7",
price: "₹18,000 - ₹28,000",
imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545638.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545638.jpg?_wi=2",
imageAlt: "Processor",
},
]}
@@ -103,21 +103,21 @@ export default function ProductsPage() {
id: "01",
title: "Kitchen Appliances",
description: "Coffee makers, blenders, toasters, mixers, and more home kitchen gadgets",
imageSrc: "http://img.b2bpic.net/free-photo/juicer-glass-filled-with-apple-juice-kitchen-table_169016-49255.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/juicer-glass-filled-with-apple-juice-kitchen-table_169016-49255.jpg?_wi=3",
imageAlt: "Kitchen appliances",
},
{
id: "02",
title: "PC & Gaming Components",
description: "Graphics cards, processors, RAM, SSDs, and gaming peripherals",
imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545638.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545638.jpg?_wi=3",
imageAlt: "PC components",
},
{
id: "03",
title: "Mobile Phones & Accessories",
description: "Smartphones, tablets, chargers, screen protectors, and cases",
imageSrc: "http://img.b2bpic.net/free-photo/female-white-blouse-blue-jeans-holding-phone-card_140725-25663.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-white-blouse-blue-jeans-holding-phone-card_140725-25663.jpg?_wi=3",
imageAlt: "Mobile phones",
},
]}

View File

@@ -100,28 +100,28 @@ const ShopsPage = () => {
id: "01",
title: "Urban Electronics Hub",
description: "Comprehensive selection of all electronics categories with expert staff and in-store demos available daily",
imageSrc: "http://img.b2bpic.net/free-photo/two-indians-mans-customer-buyer-mobile-phone-making-selfie-by-monopod-stick-south-asian-peoples-technologies-concept-cellphone-shop_627829-1266.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-indians-mans-customer-buyer-mobile-phone-making-selfie-by-monopod-stick-south-asian-peoples-technologies-concept-cellphone-shop_627829-1266.jpg?_wi=2",
imageAlt: "Electronics retail store"
},
{
id: "02",
title: "Local Tech Corner",
description: "Specialized in PC components and gaming equipment with technical support and custom build services",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7929.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7929.jpg?_wi=2",
imageAlt: "Tech specialty shop"
},
{
id: "03",
title: "Kitchen Masters Store",
description: "Focus on premium kitchen appliances with warranty coverage and installation services for major purchases",
imageSrc: "http://img.b2bpic.net/free-photo/two-indians-mans-customer-buyer-mobile-phone-making-selfie-by-monopod-stick-south-asian-peoples-technologies-concept-cellphone-shop_627829-1266.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-indians-mans-customer-buyer-mobile-phone-making-selfie-by-monopod-stick-south-asian-peoples-technologies-concept-cellphone-shop_627829-1266.jpg?_wi=3",
imageAlt: "Kitchen appliances showroom"
},
{
id: "04",
title: "Mobile Paradise",
description: "Latest smartphones and tablets from all brands with trade-in programs and flexible payment options",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7929.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7929.jpg?_wi=3",
imageAlt: "Mobile devices store"
}
]}
@@ -140,7 +140,7 @@ const ShopsPage = () => {
description="Connect with your nearest electronics retailers to check availability, ask questions about products, and arrange visits. Most shops respond within 2 hours during business days."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/two-indians-mans-customer-buyer-mobile-phone-making-selfie-by-monopod-stick-south-asian-peoples-technologies-concept-cellphone-shop_627829-1266.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-indians-mans-customer-buyer-mobile-phone-making-selfie-by-monopod-stick-south-asian-peoples-technologies-concept-cellphone-shop_627829-1266.jpg?_wi=4"
imageAlt="Shop contact"
mediaAnimation="blur-reveal"
mediaPosition="right"