Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-19 17:28:04 +00:00
5 changed files with 72 additions and 38 deletions

View File

@@ -91,28 +91,28 @@ export default function AboutPage() {
id: 1,
title: "Premium Selection",
description: "Curated collection of the latest flagship smartphones from Apple, Samsung, OnePlus, and other leading brands. Every device is authenticated and comes with official warranty.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-store-is-standing-near-stand-choosing-phone_169016-3831.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-store-is-standing-near-stand-choosing-phone_169016-3831.jpg?_wi=2",
imageAlt: "Premium smartphone selection",
},
{
id: 2,
title: "Expert Support",
description: "Our knowledgeable team is here to help you find the perfect device. From specifications to comparisons, we provide personalized guidance for every customer.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg?_wi=3",
imageAlt: "Expert support team",
},
{
id: 3,
title: "Authorized Partner",
description: "Authorized distributor and service partner for all major smartphone brands. Genuine products, authentic warranty, and direct access to manufacturer support channels.",
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736732.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736732.jpg?_wi=1",
imageAlt: "Store interior",
},
{
id: 4,
title: "Customer Commitment",
description: "Your satisfaction is our priority. We stand behind every product we sell with hassle-free returns, extended warranty options, and lifetime support.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-filling-up-her-credit-card-information-smartphone_23-2148673305.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-filling-up-her-credit-card-information-smartphone_23-2148673305.jpg?_wi=3",
imageAlt: "Customer service",
},
]}
@@ -132,7 +132,7 @@ export default function AboutPage() {
useInvertedBackground={false}
faqsAnimation="slide-up"
mediaPosition="left"
imageSrc="http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736732.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736732.jpg?_wi=2"
imageAlt="About ND Mobile"
mediaAnimation="slide-up"
faqs={[
@@ -163,7 +163,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/digital-nomad-working-remotly-their-project_23-2149241833.jpg"
imageSrc="http://img.b2bpic.net/free-photo/digital-nomad-working-remotly-their-project_23-2149241833.jpg?_wi=3"
imageAlt="ND Mobile Store"
logoText="ND Mobile"
copyrightText="© 2025 ND Mobile India. All rights reserved."

View File

@@ -91,28 +91,28 @@ export default function ContactPage() {
id: 1,
title: "Phone Support",
description: "Call our customer service team directly. Available 24/7 for urgent queries and product assistance. +91-XXXX-XXXX-XXX",
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg?_wi=4",
imageAlt: "Phone support",
},
{
id: 2,
title: "Email Support",
description: "Send us detailed questions and we'll respond within 24 hours. Perfect for complex queries, warranty claims, and bulk orders.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg?_wi=5",
imageAlt: "Email support",
},
{
id: 3,
title: "Store Visit",
description: "Visit our flagship store in the heart of the city. Experience products firsthand and get expert guidance from our team in person.",
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736732.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736732.jpg?_wi=3",
imageAlt: "Store location",
},
{
id: 4,
title: "Live Chat",
description: "Chat with our support specialists in real-time. Quick answers to common questions about products, shipping, and warranty.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-filling-up-her-credit-card-information-smartphone_23-2148673305.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-filling-up-her-credit-card-information-smartphone_23-2148673305.jpg?_wi=4",
imageAlt: "Live chat support",
},
]}
@@ -132,7 +132,7 @@ export default function ContactPage() {
useInvertedBackground={false}
faqsAnimation="slide-up"
mediaPosition="left"
imageSrc="http://img.b2bpic.net/free-vector/flat-design-how-it-works-label-set_23-2149460537.jpg"
imageSrc="http://img.b2bpic.net/free-vector/flat-design-how-it-works-label-set_23-2149460537.jpg?_wi=2"
imageAlt="FAQ Support"
mediaAnimation="slide-up"
faqs={[
@@ -168,7 +168,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/digital-nomad-working-remotly-their-project_23-2149241833.jpg"
imageSrc="http://img.b2bpic.net/free-photo/digital-nomad-working-remotly-their-project_23-2149241833.jpg?_wi=4"
imageAlt="ND Mobile Store"
logoText="ND Mobile"
copyrightText="© 2025 ND Mobile India. All rights reserved."

View File

@@ -1,24 +1,56 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Nunito } 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 { Nunito } 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 nunito = Nunito({
variable: "--font-nunito",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "ND Mobile - Premium Smartphones & Gadgets India",
description: "India's leading mobile store offering latest iPhones, Samsung, OnePlus phones with warranty, fast delivery & expert support.",
keywords: "smartphones, mobile phones, iPhone, Samsung, OnePlus, accessories, India, online store, warranty",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "ND Mobile - Premium Smartphones India",
description: "Shop authentic smartphones and gadgets with warranty and fast delivery across India.",
siteName: "ND Mobile",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/young-woman-store-is-standing-near-stand-choosing-phone_169016-3831.jpg",
alt: "ND Mobile Premium Smartphones",
},
],
},
twitter: {
card: "summary_large_image",
title: "ND Mobile - Premium Smartphones India",
description: "Shop authentic smartphones and gadgets with warranty and fast delivery across India.",
images: ["http://img.b2bpic.net/free-photo/young-woman-store-is-standing-near-stand-choosing-phone_169016-3831.jpg"],
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +59,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${nunito.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +73,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -92,7 +92,7 @@ export default function HomePage() {
{ text: "Learn More", href: "#features" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-store-is-standing-near-stand-choosing-phone_169016-3831.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-store-is-standing-near-stand-choosing-phone_169016-3831.jpg?_wi=1"
imageAlt="Latest premium smartphones showcase"
/>
</div>
@@ -117,21 +117,21 @@ export default function HomePage() {
id: "iphone-15",
name: "iPhone 15 Pro Max",
price: "₹1,39,999",
imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-gradient-wallpaper_23-2147842890.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-gradient-wallpaper_23-2147842890.jpg?_wi=1",
imageAlt: "iPhone 15 Pro Max",
},
{
id: "samsung-s24",
name: "Samsung Galaxy S24",
price: "₹79,999",
imageSrc: "http://img.b2bpic.net/free-vector/modern-design-concept-set-collection-with-two-stylish-black-smartphones-with-shadows-large-blanks-displays-touchscreens-grey_1284-49092.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/modern-design-concept-set-collection-with-two-stylish-black-smartphones-with-shadows-large-blanks-displays-touchscreens-grey_1284-49092.jpg?_wi=1",
imageAlt: "Samsung Galaxy S24",
},
{
id: "oneplus-12",
name: "OnePlus 12",
price: "₹64,999",
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4949.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4949.jpg?_wi=1",
imageAlt: "OnePlus 12",
},
]}
@@ -153,7 +153,7 @@ export default function HomePage() {
id: 1,
title: "24/7 Customer Support",
description: "Expert team ready to assist you anytime with product queries, troubleshooting, and after-sales service.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg?_wi=1",
imageAlt: "Professional customer support",
},
{
@@ -167,14 +167,14 @@ export default function HomePage() {
id: 3,
title: "2-Year Warranty",
description: "Complete manufacturer warranty with extended protection plans. Hassle-free service center access.",
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-being-addicted-their-phones_23-2149017711.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-being-addicted-their-phones_23-2149017711.jpg?_wi=1",
imageAlt: "Warranty protection",
},
{
id: 4,
title: "Competitive Pricing",
description: "Best prices in India with price match guarantee. Regular deals and exclusive discounts for members.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-filling-up-her-credit-card-information-smartphone_23-2148673305.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-filling-up-her-credit-card-information-smartphone_23-2148673305.jpg?_wi=1",
imageAlt: "Best pricing guarantee",
},
]}
@@ -277,7 +277,7 @@ export default function HomePage() {
useInvertedBackground={false}
faqsAnimation="slide-up"
mediaPosition="left"
imageSrc="http://img.b2bpic.net/free-vector/flat-design-how-it-works-label-set_23-2149460537.jpg"
imageSrc="http://img.b2bpic.net/free-vector/flat-design-how-it-works-label-set_23-2149460537.jpg?_wi=1"
imageAlt="FAQ Support"
mediaAnimation="slide-up"
faqs={[
@@ -312,7 +312,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/digital-nomad-working-remotly-their-project_23-2149241833.jpg"
imageSrc="http://img.b2bpic.net/free-photo/digital-nomad-working-remotly-their-project_23-2149241833.jpg?_wi=1"
imageAlt="ND Mobile Store"
logoText="ND Mobile"
copyrightText="© 2025 ND Mobile India. All rights reserved."

View File

@@ -95,21 +95,21 @@ export default function ProductsPage() {
id: "iphone-15",
name: "iPhone 15 Pro Max",
price: "₹1,39,999",
imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-gradient-wallpaper_23-2147842890.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-gradient-wallpaper_23-2147842890.jpg?_wi=2",
imageAlt: "iPhone 15 Pro Max",
},
{
id: "samsung-s24",
name: "Samsung Galaxy S24",
price: "₹79,999",
imageSrc: "http://img.b2bpic.net/free-vector/modern-design-concept-set-collection-with-two-stylish-black-smartphones-with-shadows-large-blanks-displays-touchscreens-grey_1284-49092.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/modern-design-concept-set-collection-with-two-stylish-black-smartphones-with-shadows-large-blanks-displays-touchscreens-grey_1284-49092.jpg?_wi=2",
imageAlt: "Samsung Galaxy S24",
},
{
id: "oneplus-12",
name: "OnePlus 12",
price: "₹64,999",
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4949.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4949.jpg?_wi=2",
imageAlt: "OnePlus 12",
},
{
@@ -123,14 +123,14 @@ export default function ProductsPage() {
id: "iphone-15-standard",
name: "iPhone 15",
price: "₹79,999",
imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-gradient-wallpaper_23-2147842890.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-gradient-wallpaper_23-2147842890.jpg?_wi=3",
imageAlt: "iPhone 15",
},
{
id: "samsung-a54",
name: "Samsung Galaxy A54",
price: "₹42,999",
imageSrc: "http://img.b2bpic.net/free-vector/modern-design-concept-set-collection-with-two-stylish-black-smartphones-with-shadows-large-blanks-displays-touchscreens-grey_1284-49092.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/modern-design-concept-set-collection-with-two-stylish-black-smartphones-with-shadows-large-blanks-displays-touchscreens-grey_1284-49092.jpg?_wi=3",
imageAlt: "Samsung Galaxy A54",
},
]}
@@ -152,21 +152,21 @@ export default function ProductsPage() {
id: 1,
title: "Authentic Verification",
description: "Every product undergoes strict authenticity checks. QR-coded certificates and IMEI verification for all devices.",
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-being-addicted-their-phones_23-2149017711.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-being-addicted-their-phones_23-2149017711.jpg?_wi=2",
imageAlt: "Authenticity verification",
},
{
id: 2,
title: "Extended Warranty Options",
description: "Choose from standard manufacturer warranty to extended plans up to 3 years. Covers accidental damage and breakdowns.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-filling-up-her-credit-card-information-smartphone_23-2148673305.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-filling-up-her-credit-card-information-smartphone_23-2148673305.jpg?_wi=2",
imageAlt: "Extended warranty",
},
{
id: 3,
title: "Expert Product Guidance",
description: "Our specialists help you compare features, performance, and pricing. Free consultation and personalized recommendations.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg?_wi=2",
imageAlt: "Expert guidance",
},
]}
@@ -175,7 +175,7 @@ export default function ProductsPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/digital-nomad-working-remotly-their-project_23-2149241833.jpg"
imageSrc="http://img.b2bpic.net/free-photo/digital-nomad-working-remotly-their-project_23-2149241833.jpg?_wi=2"
imageAlt="ND Mobile Store"
logoText="ND Mobile"
copyrightText="© 2025 ND Mobile India. All rights reserved."