Merge version_1 into main #1
@@ -78,7 +78,7 @@ export default function CheckoutPage() {
|
||||
id: "1",
|
||||
name: "Premium Leather Messenger Bag",
|
||||
price: "$129.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-mystery-box_23-2149516475.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-mystery-box_23-2149516475.jpg?_wi=6",
|
||||
imageAlt: "Premium leather messenger bag",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -86,7 +86,7 @@ export default function CheckoutPage() {
|
||||
id: "2",
|
||||
name: "Ultra-Compact Tech Device",
|
||||
price: "$299.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/technology-landing-page-with-photo_52683-22730.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/technology-landing-page-with-photo_52683-22730.jpg?_wi=5",
|
||||
imageAlt: "Ultra-compact tech device",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -94,7 +94,7 @@ export default function CheckoutPage() {
|
||||
id: "3",
|
||||
name: "Organic Wellness Starter Kit",
|
||||
price: "$79.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cannabis-cannabis-seeds-cannabis-oil-placed-wooden-floor-with-green-tree-background_1150-18860.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cannabis-cannabis-seeds-cannabis-oil-placed-wooden-floor-with-green-tree-background_1150-18860.jpg?_wi=5",
|
||||
imageAlt: "Organic wellness starter kit",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
|
||||
@@ -1,27 +1,44 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { DM_Sans } 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 { DM_Sans } 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 dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "ShopHub - Secure E-Commerce Platform & Payment Gateway",
|
||||
description: "Shop premium products with secure payments, exclusive coupons, and seamless checkout. Sell online with our comprehensive seller tools and analytics.",
|
||||
keywords: "e-commerce, online shopping, secure payment, digital marketplace, coupon codes, seller platform",
|
||||
openGraph: {
|
||||
title: "ShopHub - Your Trusted Online Shopping Destination",
|
||||
description: "Discover curated products with secure payment options and exclusive discounts",
|
||||
siteName: "ShopHub",
|
||||
type: "website",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "ShopHub - Premium E-Commerce Platform",
|
||||
description: "Shop smart, sell smart with ShopHub",
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -31,7 +48,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +62,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -74,7 +74,7 @@ export default function LoginPage() {
|
||||
tag="Trusted by Thousands"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148359899.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148359899.jpg?_wi=3"
|
||||
imageAlt="Secure login dashboard interface"
|
||||
buttons={[
|
||||
{ text: "Sign In", href: "#" },
|
||||
@@ -96,21 +96,21 @@ export default function LoginPage() {
|
||||
id: 1,
|
||||
title: "Multi-Layer Authentication",
|
||||
description: "Two-factor authentication and biometric login options ensure only authorized users access your account. Choose from authenticator apps, SMS verification, or security keys.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-doing-online-shopping_23-2149159937.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-doing-online-shopping_23-2149159937.jpg?_wi=2",
|
||||
imageAlt: "Multi-factor authentication interface",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Bank-Level Encryption",
|
||||
description: "All data transmission uses SSL/TLS 256-bit encryption. Your passwords are hashed with salted bcrypt algorithms. We comply with GDPR, CCPA, and PCI-DSS standards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-sales-promotion-banner_23-2148342926.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-sales-promotion-banner_23-2148342926.jpg?_wi=2",
|
||||
imageAlt: "Encryption security badge",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Account Recovery Options",
|
||||
description: "Forgot your password? Recover access through email verification, security questions, or phone confirmation. Our support team assists with account recovery within minutes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148359899.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148359899.jpg?_wi=4",
|
||||
imageAlt: "Account recovery process",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -50,7 +50,7 @@ export default function HomePage() {
|
||||
tag="Next Generation E-Commerce"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148359899.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148359899.jpg?_wi=1"
|
||||
imageAlt="Modern e-commerce dashboard"
|
||||
buttons={[
|
||||
{
|
||||
@@ -77,7 +77,7 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Premium Leather Messenger Bag",
|
||||
price: "$129.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-mystery-box_23-2149516475.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-mystery-box_23-2149516475.jpg?_wi=1",
|
||||
imageAlt: "Premium leather messenger bag",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -85,7 +85,7 @@ export default function HomePage() {
|
||||
id: "2",
|
||||
name: "Ultra-Compact Tech Device",
|
||||
price: "$299.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/technology-landing-page-with-photo_52683-22730.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/technology-landing-page-with-photo_52683-22730.jpg?_wi=1",
|
||||
imageAlt: "Ultra-compact tech device",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -93,7 +93,7 @@ export default function HomePage() {
|
||||
id: "3",
|
||||
name: "Organic Wellness Starter Kit",
|
||||
price: "$79.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cannabis-cannabis-seeds-cannabis-oil-placed-wooden-floor-with-green-tree-background_1150-18860.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cannabis-cannabis-seeds-cannabis-oil-placed-wooden-floor-with-green-tree-background_1150-18860.jpg?_wi=1",
|
||||
imageAlt: "Organic wellness starter kit",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -101,7 +101,7 @@ export default function HomePage() {
|
||||
id: "4",
|
||||
name: "Sustainable Fashion Essentials",
|
||||
price: "$89.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-mystery-box_23-2149516475.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-mystery-box_23-2149516475.jpg?_wi=2",
|
||||
imageAlt: "Sustainable fashion essentials",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -131,21 +131,21 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Secure Payment Gateway",
|
||||
description: "Multiple payment options including credit cards, digital wallets, and encrypted transactions. Bank-level security protects your sensitive information.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-doing-online-shopping_23-2149159937.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-doing-online-shopping_23-2149159937.jpg?_wi=1",
|
||||
imageAlt: "Secure payment processing",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Exclusive Coupon System",
|
||||
description: "Apply promotional codes at checkout to unlock special discounts. Stack savings with loyalty rewards and seasonal offers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-sales-promotion-banner_23-2148342926.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-sales-promotion-banner_23-2148342926.jpg?_wi=1",
|
||||
imageAlt: "Discount coupon promotion",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Seamless User Experience",
|
||||
description: "Intuitive interface designed for quick purchases. One-click checkout, saved preferences, and personalized recommendations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148359899.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148359899.jpg?_wi=2",
|
||||
imageAlt: "User-friendly shopping interface",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -47,7 +47,7 @@ export default function ProductsPage() {
|
||||
id: "1",
|
||||
name: "Premium Leather Messenger Bag",
|
||||
price: "$129.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-mystery-box_23-2149516475.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-mystery-box_23-2149516475.jpg?_wi=3",
|
||||
imageAlt: "Premium leather messenger bag",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -55,7 +55,7 @@ export default function ProductsPage() {
|
||||
id: "2",
|
||||
name: "Ultra-Compact Tech Device",
|
||||
price: "$299.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/technology-landing-page-with-photo_52683-22730.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/technology-landing-page-with-photo_52683-22730.jpg?_wi=2",
|
||||
imageAlt: "Ultra-compact tech device",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -63,7 +63,7 @@ export default function ProductsPage() {
|
||||
id: "3",
|
||||
name: "Organic Wellness Starter Kit",
|
||||
price: "$79.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cannabis-cannabis-seeds-cannabis-oil-placed-wooden-floor-with-green-tree-background_1150-18860.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cannabis-cannabis-seeds-cannabis-oil-placed-wooden-floor-with-green-tree-background_1150-18860.jpg?_wi=2",
|
||||
imageAlt: "Organic wellness starter kit",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -71,7 +71,7 @@ export default function ProductsPage() {
|
||||
id: "4",
|
||||
name: "Sustainable Fashion Essentials",
|
||||
price: "$89.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-mystery-box_23-2149516475.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-mystery-box_23-2149516475.jpg?_wi=4",
|
||||
imageAlt: "Sustainable fashion essentials",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -79,7 +79,7 @@ export default function ProductsPage() {
|
||||
id: "5",
|
||||
name: "Advanced Fitness Tracker Watch",
|
||||
price: "$199.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/technology-landing-page-with-photo_52683-22730.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/technology-landing-page-with-photo_52683-22730.jpg?_wi=3",
|
||||
imageAlt: "Advanced fitness tracker watch",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -87,7 +87,7 @@ export default function ProductsPage() {
|
||||
id: "6",
|
||||
name: "Eco-Friendly Water Bottle Set",
|
||||
price: "$49.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cannabis-cannabis-seeds-cannabis-oil-placed-wooden-floor-with-green-tree-background_1150-18860.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cannabis-cannabis-seeds-cannabis-oil-placed-wooden-floor-with-green-tree-background_1150-18860.jpg?_wi=3",
|
||||
imageAlt: "Eco-friendly water bottle set",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -117,7 +117,7 @@ export default function ProductsPage() {
|
||||
id: "7",
|
||||
name: "Designer Artisan Notebook Collection",
|
||||
price: "$59.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-mystery-box_23-2149516475.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-mystery-box_23-2149516475.jpg?_wi=5",
|
||||
imageAlt: "Designer artisan notebook collection",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -125,7 +125,7 @@ export default function ProductsPage() {
|
||||
id: "8",
|
||||
name: "Premium Coffee Brewing Kit",
|
||||
price: "$169.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/technology-landing-page-with-photo_52683-22730.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/technology-landing-page-with-photo_52683-22730.jpg?_wi=4",
|
||||
imageAlt: "Premium coffee brewing kit",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -133,7 +133,7 @@ export default function ProductsPage() {
|
||||
id: "9",
|
||||
name: "Luxury Skincare Bundle",
|
||||
price: "$189.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cannabis-cannabis-seeds-cannabis-oil-placed-wooden-floor-with-green-tree-background_1150-18860.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cannabis-cannabis-seeds-cannabis-oil-placed-wooden-floor-with-green-tree-background_1150-18860.jpg?_wi=4",
|
||||
imageAlt: "Luxury skincare bundle",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user