Cleanup
This commit is contained in:
@@ -12,7 +12,6 @@ export const metadata: Metadata = {
|
||||
title: "Ember | E-Commerce Management Platform",
|
||||
description: "Transform your e-commerce experience with Ember, a comprehensive platform that integrates secure cryptocurrency payments, efficient order management, and advanced analytics to help you optimize performance, boost sales, and expand your customer base",
|
||||
keywords: "e-commerce, marketplace, cryptocurrency payments, order management, vendor platform, online business",
|
||||
metadataBase: new URL("https://embermarket.app"),
|
||||
authors: [{ name: "Ember Team" }],
|
||||
creator: "Ember ",
|
||||
publisher: "Ember",
|
||||
@@ -38,7 +37,6 @@ export const metadata: Metadata = {
|
||||
openGraph: {
|
||||
title: "Ember | E-Commerce Management Platform",
|
||||
description: "Transform your e-commerce experience with Ember, a comprehensive platform that integrates secure cryptocurrency payments, efficient order management, and advanced analytics to help you optimize performance, boost sales, and expand your customer base",
|
||||
url: "https://embermarket.app",
|
||||
siteName: "Ember",
|
||||
locale: "en_GB",
|
||||
type: "website",
|
||||
@@ -51,12 +49,6 @@ export const metadata: Metadata = {
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Ember Market | E-Commerce Management Platform",
|
||||
description: "Streamlined e-commerce management with secure cryptocurrency payments",
|
||||
images: ["/twitter-image.jpg"],
|
||||
},
|
||||
}
|
||||
|
||||
export const viewport: Viewport = {
|
||||
|
||||
@@ -6,16 +6,13 @@ import { Button } from "@/components/ui/button";
|
||||
import Link from "next/link";
|
||||
import { AnimatedStatsSection } from "@/components/animated-stats-section";
|
||||
|
||||
// Force the page to be dynamically rendered
|
||||
export const dynamic = 'force-dynamic';
|
||||
|
||||
// Constants
|
||||
const PY_20 = 20;
|
||||
const PY_32 = 32;
|
||||
const PX_6 = 6;
|
||||
const PX_10 = 10;
|
||||
|
||||
// Format number with commas
|
||||
function formatNumberValue(num: number): string {
|
||||
return new Intl.NumberFormat().format(Math.round(num));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user