From 7d4a90574719b1991d44ca425a4eb93c1fa2ac67 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:49:34 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 07d3e74..20d96d7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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={[ -- 2.49.1 From 7f88da3dab3ffa0680c7bcc4af3fea0842206e1e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:49:34 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 612f9cd..2e7137d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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" -- 2.49.1 From 5ba23f9c2928101723e706ead71785c2671f14b7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:49:35 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 43 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 35 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index da5b4f2..9241797 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - + {children}