Merge version_1 into main #1
@@ -73,7 +73,7 @@ export default function CartPage() {
|
||||
id: "cart-1",
|
||||
name: "Premium Wireless Headphones",
|
||||
price: "$129.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-reaching-her-headphones-multitasking_482257-117033.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-reaching-her-headphones-multitasking_482257-117033.jpg?_wi=3",
|
||||
imageAlt: "Premium Wireless Headphones",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -81,7 +81,7 @@ export default function CartPage() {
|
||||
id: "cart-2",
|
||||
name: "Elegant Smartwatch",
|
||||
price: "$199.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hand-adjusting-sport-watch_23-2148375929.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hand-adjusting-sport-watch_23-2148375929.jpg?_wi=3",
|
||||
imageAlt: "Elegant Smartwatch",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -89,7 +89,7 @@ export default function CartPage() {
|
||||
id: "cart-3",
|
||||
name: "USB-C Hub",
|
||||
price: "$49.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-neon-lines-like-digital-waves-neon-geometry_169016-71291.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-neon-lines-like-digital-waves-neon-geometry_169016-71291.jpg?_wi=3",
|
||||
imageAlt: "USB-C Hub",
|
||||
initialQuantity: 2,
|
||||
},
|
||||
@@ -97,7 +97,7 @@ export default function CartPage() {
|
||||
id: "cart-4",
|
||||
name: "Wireless Charger",
|
||||
price: "$39.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736775.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736775.jpg?_wi=3",
|
||||
imageAlt: "Wireless Charger",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
|
||||
@@ -1,28 +1,49 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Public_Sans } from "next/font/google";
|
||||
import { Inter } 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 { Public_Sans } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "ProShop - Premium E-Commerce Product Showcase",
|
||||
description: "Browse premium products with ease. Shop our curated collection and order via WhatsApp. Modern, responsive design for seamless shopping experience.",
|
||||
keywords: "e-commerce, products, shopping, WhatsApp orders, premium goods",
|
||||
metadataBase: new URL("https://proshop.example.com"),
|
||||
alternates: {
|
||||
canonical: "https://proshop.example.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "ProShop - Premium Product Showcase",
|
||||
description: "Discover premium products and shop effortlessly via WhatsApp integration.",
|
||||
url: "https://proshop.example.com",
|
||||
siteName: "ProShop",
|
||||
type: "website",
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -31,7 +52,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${publicSans.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${publicSans.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +66,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -112,7 +112,7 @@ export default function HomePage() {
|
||||
id: "prod-1",
|
||||
name: "Premium Wireless Headphones",
|
||||
price: "$129.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-reaching-her-headphones-multitasking_482257-117033.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-reaching-her-headphones-multitasking_482257-117033.jpg?_wi=1",
|
||||
imageAlt: "premium wireless headphones black design",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -120,7 +120,7 @@ export default function HomePage() {
|
||||
id: "prod-2",
|
||||
name: "Elegant Smartwatch",
|
||||
price: "$199.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hand-adjusting-sport-watch_23-2148375929.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hand-adjusting-sport-watch_23-2148375929.jpg?_wi=1",
|
||||
imageAlt: "elegant smartwatch wearable technology device",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -128,7 +128,7 @@ export default function HomePage() {
|
||||
id: "prod-3",
|
||||
name: "Professional Camera",
|
||||
price: "$599.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-camera-device-work_23-2148300495.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-camera-device-work_23-2148300495.jpg?_wi=1",
|
||||
imageAlt: "professional digital camera photography equipment",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -136,7 +136,7 @@ export default function HomePage() {
|
||||
id: "prod-4",
|
||||
name: "Portable Speaker",
|
||||
price: "$79.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-with-digital-assistant_23-2149258032.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-with-digital-assistant_23-2149258032.jpg?_wi=1",
|
||||
imageAlt: "portable bluetooth speaker wireless audio",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
|
||||
@@ -72,7 +72,7 @@ export default function ProductDetailsPage() {
|
||||
id: "featured-detail",
|
||||
name: "Premium Wireless Headphones",
|
||||
price: "$129.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-reaching-her-headphones-multitasking_482257-117033.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-reaching-her-headphones-multitasking_482257-117033.jpg?_wi=2",
|
||||
imageAlt: "Premium Wireless Headphones",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -80,7 +80,7 @@ export default function ProductDetailsPage() {
|
||||
id: "related-1",
|
||||
name: "Portable Speaker",
|
||||
price: "$79.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-with-digital-assistant_23-2149258032.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-with-digital-assistant_23-2149258032.jpg?_wi=2",
|
||||
imageAlt: "Portable Speaker",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -88,7 +88,7 @@ export default function ProductDetailsPage() {
|
||||
id: "related-2",
|
||||
name: "Wireless Charger",
|
||||
price: "$39.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736775.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736775.jpg?_wi=2",
|
||||
imageAlt: "Wireless Charger",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -96,7 +96,7 @@ export default function ProductDetailsPage() {
|
||||
id: "related-3",
|
||||
name: "USB-C Hub",
|
||||
price: "$49.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-neon-lines-like-digital-waves-neon-geometry_169016-71291.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-neon-lines-like-digital-waves-neon-geometry_169016-71291.jpg?_wi=2",
|
||||
imageAlt: "USB-C Hub",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -131,7 +131,7 @@ export default function ProductDetailsPage() {
|
||||
id: "related-prod-1",
|
||||
name: "Elegant Smartwatch",
|
||||
price: "$199.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hand-adjusting-sport-watch_23-2148375929.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hand-adjusting-sport-watch_23-2148375929.jpg?_wi=2",
|
||||
imageAlt: "Elegant Smartwatch",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -139,7 +139,7 @@ export default function ProductDetailsPage() {
|
||||
id: "related-prod-2",
|
||||
name: "Professional Camera",
|
||||
price: "$599.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-camera-device-work_23-2148300495.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-camera-device-work_23-2148300495.jpg?_wi=2",
|
||||
imageAlt: "Professional Camera",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -147,7 +147,7 @@ export default function ProductDetailsPage() {
|
||||
id: "related-prod-3",
|
||||
name: "Mechanical Keyboard",
|
||||
price: "$149.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/black-friday-sale-social-media-cover-design-template_47987-25024.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/black-friday-sale-social-media-cover-design-template_47987-25024.jpg?_wi=2",
|
||||
imageAlt: "Mechanical Keyboard",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
|
||||
@@ -63,7 +63,7 @@ export default function ProductsPage() {
|
||||
id: "prod-6",
|
||||
name: "Mechanical Keyboard",
|
||||
price: "$149.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/black-friday-sale-social-media-cover-design-template_47987-25024.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/black-friday-sale-social-media-cover-design-template_47987-25024.jpg?_wi=1",
|
||||
imageAlt: "mechanical keyboard gaming RGB lighting",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -87,7 +87,7 @@ export default function ProductsPage() {
|
||||
id: "prod-9",
|
||||
name: "USB-C Hub",
|
||||
price: "$49.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-neon-lines-like-digital-waves-neon-geometry_169016-71291.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-neon-lines-like-digital-waves-neon-geometry_169016-71291.jpg?_wi=1",
|
||||
imageAlt: "USB-C hub multiport adapter connectivity",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -95,7 +95,7 @@ export default function ProductsPage() {
|
||||
id: "prod-10",
|
||||
name: "Wireless Charger",
|
||||
price: "$39.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736775.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736775.jpg?_wi=1",
|
||||
imageAlt: "wireless charger phone charging device",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user