Merge version_1 into main #1
@@ -94,7 +94,7 @@ export default function AboutPage() {
|
||||
icon: Clock,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg?_wi=4"
|
||||
imageAlt="City Cellworld store interior"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
@@ -62,15 +62,15 @@ export default function ContactPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=8",
|
||||
imageAlt: "Latest smartphones on display",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-working-his-office-with-mobile-phone_1301-6565.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-working-his-office-with-mobile-phone_1301-6565.jpg?_wi=3",
|
||||
imageAlt: "Professional phone repair service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg?_wi=4",
|
||||
imageAlt: "Wide range of mobile accessories",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Mulish } 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 { Mulish } 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 mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "City Cellworld - Best Mobile Phone Store in Ongole",
|
||||
description: "City Cellworld: Affordable mobile phones, genuine accessories & fast repair service in Ongole. Visit our store or call +91-9876-543-210 for the best prices.",
|
||||
keywords: "mobile phone store Ongole, phone repair Ongole, smartphone store near me, mobile accessories Ongole, best mobile prices",
|
||||
metadataBase: new URL("https://citycellworld.com"),
|
||||
alternates: {
|
||||
canonical: "https://citycellworld.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "City Cellworld - Your Trusted Mobile Phone Store",
|
||||
description: "Best prices on smartphones, accessories & professional repair service in Ongole. Open daily until 10 PM.",
|
||||
url: "https://citycellworld.com",
|
||||
siteName: "City Cellworld",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg",
|
||||
alt: "City Cellworld mobile phone store",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "City Cellworld - Mobile Phone Store in Ongole",
|
||||
description: "Affordable phones, accessories & fast repairs. Call +91-9876-543-210 or WhatsApp now!",
|
||||
images: ["http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${mulish.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -84,17 +84,17 @@ export default function HomePage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg",
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=1",
|
||||
imageAlt: "Latest smartphones on display",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-handsome-man-working-his-office-with-mobile-phone_1301-6565.jpg",
|
||||
"http://img.b2bpic.net/free-photo/young-handsome-man-working-his-office-with-mobile-phone_1301-6565.jpg?_wi=1",
|
||||
imageAlt: "Professional phone repair service",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg",
|
||||
"http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg?_wi=1",
|
||||
imageAlt: "Wide range of mobile accessories",
|
||||
},
|
||||
]}
|
||||
@@ -110,7 +110,7 @@ export default function HomePage() {
|
||||
title: "Mobile Phone Sales",
|
||||
tags: ["Latest Models", "Affordable"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg",
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=2",
|
||||
imageAlt: "Latest smartphones available",
|
||||
},
|
||||
{
|
||||
@@ -118,7 +118,7 @@ export default function HomePage() {
|
||||
title: "Mobile Accessories",
|
||||
tags: ["Chargers", "Cases", "Protectors"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg",
|
||||
"http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg?_wi=2",
|
||||
imageAlt: "Complete accessories collection",
|
||||
},
|
||||
{
|
||||
@@ -126,7 +126,7 @@ export default function HomePage() {
|
||||
title: "Phone Repairs",
|
||||
tags: ["Fast Service", "Expert Technicians"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/auto-repairs-man-talking-phone-while-working-workshop_637285-8646.jpg",
|
||||
"http://img.b2bpic.net/free-photo/auto-repairs-man-talking-phone-while-working-workshop_637285-8646.jpg?_wi=1",
|
||||
imageAlt: "Professional phone repairs",
|
||||
},
|
||||
{
|
||||
@@ -134,7 +134,7 @@ export default function HomePage() {
|
||||
title: "Convenient Delivery",
|
||||
tags: ["Local Delivery", "Same Day"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg",
|
||||
"http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg?_wi=1",
|
||||
imageAlt: "Store and delivery service",
|
||||
},
|
||||
]}
|
||||
@@ -200,7 +200,7 @@ export default function HomePage() {
|
||||
icon: Clock,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg?_wi=2"
|
||||
imageAlt="City Cellworld store interior"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
@@ -48,7 +48,7 @@ export default function ProductsPage() {
|
||||
name: "Samsung Galaxy M54",
|
||||
price: "₹25,999",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg",
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=3",
|
||||
imageAlt: "Samsung Galaxy M54 smartphone",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -57,7 +57,7 @@ export default function ProductsPage() {
|
||||
name: "Redmi Note 13",
|
||||
price: "₹18,999",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg",
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=4",
|
||||
imageAlt: "Redmi Note 13 smartphone",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -66,7 +66,7 @@ export default function ProductsPage() {
|
||||
name: "OPPO A78",
|
||||
price: "₹16,999",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg",
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=5",
|
||||
imageAlt: "OPPO A78 smartphone",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -75,7 +75,7 @@ export default function ProductsPage() {
|
||||
name: "Vivo T2",
|
||||
price: "₹19,999",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg",
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=6",
|
||||
imageAlt: "Vivo T2 smartphone",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -84,7 +84,7 @@ export default function ProductsPage() {
|
||||
name: "iPhone 14",
|
||||
price: "₹78,999",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg",
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=7",
|
||||
imageAlt: "iPhone 14 smartphone",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -93,7 +93,7 @@ export default function ProductsPage() {
|
||||
name: "Universal Phone Case",
|
||||
price: "₹499",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg",
|
||||
"http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg?_wi=3",
|
||||
imageAlt: "Protective phone case",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
|
||||
@@ -55,15 +55,15 @@ export default function RepairsPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-working-his-office-with-mobile-phone_1301-6565.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-working-his-office-with-mobile-phone_1301-6565.jpg?_wi=2",
|
||||
imageAlt: "Professional phone repair service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/auto-repairs-man-talking-phone-while-working-workshop_637285-8646.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/auto-repairs-man-talking-phone-while-working-workshop_637285-8646.jpg?_wi=2",
|
||||
imageAlt: "Close up phone screen repair process",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg?_wi=3",
|
||||
imageAlt: "Mobile phone store interior Ongole",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user