Merge version_1 into main #1
@@ -75,25 +75,25 @@ export default function AboutPage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-window-1_1262-1490.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-window-1_1262-1490.jpg?_wi=2",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-businesswoman_329181-11388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-businesswoman_329181-11388.jpg?_wi=2",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg?_wi=2",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -6,18 +6,50 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
|
||||
|
||||
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 inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "ShopHub - Premium Products Online | Best Deals & Quality",
|
||||
description: "Shop premium products with ShopHub. Discover curated collections, competitive prices, and exceptional customer service. 50K+ happy customers trust us.",
|
||||
keywords: "e-commerce, online shopping, premium products, quality goods, buy online, deals",
|
||||
metadataBase: new URL("https://shophub.com"),
|
||||
alternates: {
|
||||
canonical: "https://shophub.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "ShopHub - Premium Products Online",
|
||||
description: "Discover curated collections of high-quality products delivered to your door",
|
||||
url: "https://shophub.com",
|
||||
siteName: "ShopHub",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/people-line-waiting-social-distance-stripe_23-2148863827.jpg",
|
||||
alt: "ShopHub - Online Shopping",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "ShopHub - Premium Products Online",
|
||||
description: "Shop premium products with competitive prices and exceptional service",
|
||||
images: ["http://img.b2bpic.net/free-photo/people-line-waiting-social-distance-stripe_23-2148863827.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -26,7 +58,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -38,4 +72,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -24,25 +24,25 @@ export default function HomePage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-window-1_1262-1490.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-window-1_1262-1490.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-businesswoman_329181-11388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-businesswoman_329181-11388.jpg?_wi=1",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg?_wi=1",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
];
|
||||
@@ -97,28 +97,28 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Premium Tech Gadget",
|
||||
price: "$299.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074305.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074305.jpg?_wi=1",
|
||||
imageAlt: "Premium electronics",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Designer Accessories",
|
||||
price: "$149.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-face-mask-home_23-2148741488.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-face-mask-home_23-2148741488.jpg?_wi=1",
|
||||
imageAlt: "Fashion accessories",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Smart Watch Pro",
|
||||
price: "$199.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-break-from-running_23-2148291437.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-break-from-running_23-2148291437.jpg?_wi=1",
|
||||
imageAlt: "Smartwatch device",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Premium Headphones",
|
||||
price: "$249.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072237.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072237.jpg?_wi=1",
|
||||
imageAlt: "Wireless headphones",
|
||||
},
|
||||
];
|
||||
|
||||
@@ -20,42 +20,42 @@ export default function ProductsPage() {
|
||||
id: "1",
|
||||
name: "Premium Tech Gadget",
|
||||
price: "$299.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074305.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074305.jpg?_wi=2",
|
||||
imageAlt: "Premium electronics",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Designer Accessories",
|
||||
price: "$149.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-face-mask-home_23-2148741488.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-face-mask-home_23-2148741488.jpg?_wi=2",
|
||||
imageAlt: "Fashion accessories",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Smart Watch Pro",
|
||||
price: "$199.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-break-from-running_23-2148291437.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-break-from-running_23-2148291437.jpg?_wi=2",
|
||||
imageAlt: "Smartwatch device",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Premium Headphones",
|
||||
price: "$249.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072237.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072237.jpg?_wi=2",
|
||||
imageAlt: "Wireless headphones",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Wireless Earbuds Elite",
|
||||
price: "$179.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074305.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074305.jpg?_wi=3",
|
||||
imageAlt: "Premium wireless earbuds",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Portable Charger Pro",
|
||||
price: "$89.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072237.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072237.jpg?_wi=3",
|
||||
imageAlt: "Portable charging device",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user