Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-14 12:49:33 +00:00
3 changed files with 59 additions and 20 deletions

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } 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 { Manrope } 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 manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "StoreHub - Premium Online Shopping Store",
description: "Discover premium quality products with fast shipping and exceptional customer service. Shop curated collections of tech, lifestyle, and luxury items.",
keywords: "online store, e-commerce, premium products, shopping, fast shipping, quality items",
metadataBase: new URL("https://storehub.com"),
alternates: {
canonical: "https://storehub.com",
},
openGraph: {
title: "StoreHub - Premium Online Shopping",
description: "Shop premium products with fast delivery and excellent support",
url: "https://storehub.com",
siteName: "StoreHub",
type: "website",
images: [
{
url: "https://storehub.com/og-image.jpg",
alt: "StoreHub Premium Store",
},
],
},
twitter: {
card: "summary_large_image",
title: "StoreHub - Premium Online Shopping",
description: "Shop premium products with fast shipping",
images: ["https://storehub.com/twitter-image.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={`${manrope.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -115,42 +115,42 @@ export default function HomePage() {
id: "prod-1",
name: "Premium Wireless Headphones",
price: "$199.99",
imageSrc: "http://img.b2bpic.net/free-photo/journalism-headphones-interview_23-2148524067.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/journalism-headphones-interview_23-2148524067.jpg?_wi=1",
imageAlt: "Wireless Headphones",
},
{
id: "prod-2",
name: "Luxury Watch Collection",
price: "$349.99",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-redhead-bearded-male-holds-cup-coffee-grey-background_613910-10244.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-redhead-bearded-male-holds-cup-coffee-grey-background_613910-10244.jpg?_wi=1",
imageAlt: "Luxury Watch",
},
{
id: "prod-3",
name: "Designer Sunglasses",
price: "$149.99",
imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-slightly-rounded-frame_23-2150670720.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-slightly-rounded-frame_23-2150670720.jpg?_wi=1",
imageAlt: "Designer Sunglasses",
},
{
id: "prod-4",
name: "Premium Camera Bundle",
price: "$899.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-travel-concept-with-camera-hat-table_1150-12810.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-travel-concept-with-camera-hat-table_1150-12810.jpg?_wi=1",
imageAlt: "Premium Camera",
},
{
id: "prod-5",
name: "Smart Watch Pro",
price: "$299.99",
imageSrc: "http://img.b2bpic.net/free-photo/hand-wearing-smartwatch-using-laptop-coffee-shop_1170-2352.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hand-wearing-smartwatch-using-laptop-coffee-shop_1170-2352.jpg?_wi=1",
imageAlt: "Smart Watch Pro",
},
{
id: "prod-6",
name: "Portable Speaker Max",
price: "$129.99",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-speaker_23-2149936219.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-speaker_23-2149936219.jpg?_wi=1",
imageAlt: "Portable Speaker",
},
]}

View File

@@ -55,42 +55,42 @@ export default function ShopPage() {
id: "prod-1",
name: "Premium Wireless Headphones",
price: "$199.99",
imageSrc: "http://img.b2bpic.net/free-photo/journalism-headphones-interview_23-2148524067.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/journalism-headphones-interview_23-2148524067.jpg?_wi=2",
imageAlt: "Wireless Headphones",
},
{
id: "prod-2",
name: "Luxury Watch Collection",
price: "$349.99",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-redhead-bearded-male-holds-cup-coffee-grey-background_613910-10244.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-redhead-bearded-male-holds-cup-coffee-grey-background_613910-10244.jpg?_wi=2",
imageAlt: "Luxury Watch",
},
{
id: "prod-3",
name: "Designer Sunglasses",
price: "$149.99",
imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-slightly-rounded-frame_23-2150670720.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-slightly-rounded-frame_23-2150670720.jpg?_wi=2",
imageAlt: "Designer Sunglasses",
},
{
id: "prod-4",
name: "Premium Camera Bundle",
price: "$899.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-travel-concept-with-camera-hat-table_1150-12810.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-travel-concept-with-camera-hat-table_1150-12810.jpg?_wi=2",
imageAlt: "Premium Camera",
},
{
id: "prod-5",
name: "Smart Watch Pro",
price: "$299.99",
imageSrc: "http://img.b2bpic.net/free-photo/hand-wearing-smartwatch-using-laptop-coffee-shop_1170-2352.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hand-wearing-smartwatch-using-laptop-coffee-shop_1170-2352.jpg?_wi=2",
imageAlt: "Smart Watch Pro",
},
{
id: "prod-6",
name: "Portable Speaker Max",
price: "$129.99",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-speaker_23-2149936219.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-speaker_23-2149936219.jpg?_wi=2",
imageAlt: "Portable Speaker",
},
]}