deleted separate schema files

This commit is contained in:
2024-12-17 13:44:08 -05:00
parent 363259b34c
commit 12493feb6e
37 changed files with 37 additions and 435 deletions

View File

@@ -2,6 +2,7 @@ import { ChevronDownIcon } from "@heroicons/react/20/solid";
import { PlusCircleIcon } from "@heroicons/react/20/solid";
import Image from "next/image";
import Link from "next/link";
export default async function SortTable(props: any) {
return (
@@ -96,7 +97,12 @@ export default async function SortTable(props: any) {
title="Click to see details"
className="hover:size-60"
></Image>
<span className="pl-2"> {item.productName}</span>
<Link href={{
pathname: '/product',
query: {
data: item.uuid,
},
}}><span className="pl-2"> {item.productName}</span></Link>
</td>
<td className="whitespace-nowrap px-3 py-4 text-xs text-gray-900">
{item.brandName}

View File

@@ -14,16 +14,16 @@ const navigation = {
{ name: 'Guides', href: '/Guides' },
],
about: [
{ name: 'About', href: '/site/About' },
{ name: 'Blog', href: '/site/Blog' },
{ name: 'Jobs', href: '/site/Jobs' },
{ name: 'Press', href: '/site/Press' },
{ name: 'Contact', href: '/site/Contact' },
{ name: 'About', href: '/About' },
{ name: 'Blog', href: '/Blog' },
{ name: 'Jobs', href: '/Jobs' },
{ name: 'Press', href: '/Press' },
{ name: 'Contact', href: '/Contact' },
],
legal: [
{ name: 'Terms of service', href: '/site/TOS' },
{ name: 'Privacy policy', href: '/site/PP' },
{ name: 'Affiliate Disclosure', href: '/site/Disclosure' },
{ name: 'Terms of service', href: '/TOS' },
{ name: 'Privacy policy', href: '/PP' },
{ name: 'Affiliate Disclosure', href: '/Disclosure' },
],
social: [
{