Merge version_1 into main #1
@@ -1,24 +1,56 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Raleway } 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 { Raleway } 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 raleway = Raleway({
|
||||
variable: "--font-raleway",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Marketplace Card Design | E-Commerce UX Solutions",
|
||||
description: "Professional marketplace product card design services. Increase conversions with conversion-optimized card designs for Amazon, Shopify, Etsy, and custom platforms.",
|
||||
keywords: "marketplace card design, ecommerce ui design, product card design, conversion optimization, figma design, marketplace ux",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Marketplace Card Design | E-Commerce UX Solutions",
|
||||
description: "Professional marketplace product card design services. Increase conversions with conversion-optimized card designs.",
|
||||
type: "website",
|
||||
siteName: "CardDesigns",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-vector/sale-instagram-stories-collection-terrazzo-hand-drawn-style_23-2148457737.jpg",
|
||||
alt: "Marketplace card design showcase",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Marketplace Card Design | E-Commerce UX Solutions",
|
||||
description: "Professional marketplace product card design services.",
|
||||
images: ["http://img.b2bpic.net/free-vector/sale-instagram-stories-collection-terrazzo-hand-drawn-style_23-2148457737.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +59,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${raleway.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +73,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -117,7 +117,7 @@ export default function HomePage() {
|
||||
"Increased conversion rate by 34% within 2 months. The card designs perfectly capture our brand essence.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Michael Chen",
|
||||
@@ -126,7 +126,7 @@ export default function HomePage() {
|
||||
"Outstanding attention to detail and UX research. This designer understands marketplace dynamics.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-baker-bakery_1170-2306.jpg",
|
||||
"http://img.b2bpic.net/free-photo/smiling-baker-bakery_1170-2306.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Sarah Thompson",
|
||||
@@ -135,7 +135,7 @@ export default function HomePage() {
|
||||
"Professional, reliable, and delivers exceptional results. Highly recommended for any marketplace project.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5366.jpg",
|
||||
"http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5366.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -163,7 +163,7 @@ export default function HomePage() {
|
||||
rating: 5,
|
||||
reviewCount: "48",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/business-card-template-with-abstract-shapes_23-2148249708.jpg",
|
||||
"http://img.b2bpic.net/free-vector/business-card-template-with-abstract-shapes_23-2148249708.jpg?_wi=1",
|
||||
imageAlt: "Luxury fashion product card",
|
||||
},
|
||||
{
|
||||
@@ -174,7 +174,7 @@ export default function HomePage() {
|
||||
rating: 5,
|
||||
reviewCount: "52",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/gradient-e-commerce-design-template_23-2149567521.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-e-commerce-design-template_23-2149567521.jpg?_wi=1",
|
||||
imageAlt: "Tech product card design",
|
||||
},
|
||||
{
|
||||
@@ -185,7 +185,7 @@ export default function HomePage() {
|
||||
rating: 5,
|
||||
reviewCount: "41",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/flat-furniture-sale-landing-page-with-photo_23-2148926584.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-furniture-sale-landing-page-with-photo_23-2148926584.jpg?_wi=1",
|
||||
imageAlt: "Furniture marketplace cards",
|
||||
},
|
||||
{
|
||||
@@ -196,7 +196,7 @@ export default function HomePage() {
|
||||
rating: 5,
|
||||
reviewCount: "36",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/food-delivery-onboarding-screens_23-2148545651.jpg",
|
||||
"http://img.b2bpic.net/free-vector/food-delivery-onboarding-screens_23-2148545651.jpg?_wi=1",
|
||||
imageAlt: "Food marketplace product cards",
|
||||
},
|
||||
]}
|
||||
@@ -274,7 +274,7 @@ export default function HomePage() {
|
||||
"This designer completely transformed our marketplace. Conversion rates jumped 34% in just 2 months. Incredible ROI and professionalism.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -284,7 +284,7 @@ export default function HomePage() {
|
||||
"Outstanding work on our luxury goods platform. The card designs perfectly capture premium positioning while maintaining usability.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-baker-bakery_1170-2306.jpg",
|
||||
"http://img.b2bpic.net/free-photo/smiling-baker-bakery_1170-2306.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -294,7 +294,7 @@ export default function HomePage() {
|
||||
"Professional, deadline-driven, and genuinely invested in understanding our platform. Delivered exceptional results beyond expectations.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5366.jpg",
|
||||
"http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5366.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -314,7 +314,7 @@ export default function HomePage() {
|
||||
"Brought fresh perspectives to our stale product cards. The new designs feel premium yet accessible. Game-changing for our brand.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
@@ -324,7 +324,7 @@ export default function HomePage() {
|
||||
"Exceptional attention to detail and user experience. Our customers immediately noticed the improvements. Worth every penny invested.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-baker-bakery_1170-2306.jpg",
|
||||
"http://img.b2bpic.net/free-photo/smiling-baker-bakery_1170-2306.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -376,7 +376,7 @@ export default function HomePage() {
|
||||
excerpt:
|
||||
"Comprehensive exploration of responsive card design principles. Optimized layouts, touch targets, and mobile performance for seamless food ordering experience.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/food-delivery-onboarding-screens_23-2148545651.jpg",
|
||||
"http://img.b2bpic.net/free-vector/food-delivery-onboarding-screens_23-2148545651.jpg?_wi=2",
|
||||
imageAlt: "Mobile card design optimization",
|
||||
authorName: "Sarah Design Studio",
|
||||
authorAvatar:
|
||||
|
||||
@@ -61,7 +61,7 @@ export default function PortfolioPage() {
|
||||
price: "$8,500",
|
||||
rating: 5,
|
||||
reviewCount: "48",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-card-template-with-abstract-shapes_23-2148249708.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-card-template-with-abstract-shapes_23-2148249708.jpg?_wi=2",
|
||||
imageAlt: "Luxury fashion product card",
|
||||
},
|
||||
{
|
||||
@@ -71,7 +71,7 @@ export default function PortfolioPage() {
|
||||
price: "$7,200",
|
||||
rating: 5,
|
||||
reviewCount: "52",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-e-commerce-design-template_23-2149567521.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-e-commerce-design-template_23-2149567521.jpg?_wi=2",
|
||||
imageAlt: "Tech product card design",
|
||||
},
|
||||
{
|
||||
@@ -81,7 +81,7 @@ export default function PortfolioPage() {
|
||||
price: "$6,800",
|
||||
rating: 5,
|
||||
reviewCount: "41",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-furniture-sale-landing-page-with-photo_23-2148926584.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-furniture-sale-landing-page-with-photo_23-2148926584.jpg?_wi=2",
|
||||
imageAlt: "Furniture marketplace cards",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user