fix: remove images

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe 2024-05-07 15:04:31 +07:00
parent ab71fc45c9
commit c8f8fd2adc
No known key found for this signature in database
GPG Key ID: CFD53CE570D42DF5
8 changed files with 6 additions and 28 deletions

View File

@ -30,33 +30,6 @@ export default async function Footer() {
</a> </a>
<p className="ml-4">Monday - Friday 9:00am - 8:00pm EST</p> <p className="ml-4">Monday - Friday 9:00am - 8:00pm EST</p>
<p className="ml-4">Saturday 11:00am - 4:00pm EST</p> <p className="ml-4">Saturday 11:00am - 4:00pm EST</p>
{/* <div className="ml-4 mt-3 flex flex-row items-center gap-4">
<a href="https://www.facebook.com/carpartplanet" target="_blank" rel="noreferrer">
<Image alt="facebook" src="/icons/facebook.png" width={20} height={20} />
</a>
<a href="https://www.instagram.com/carpartplanet" target="_blank" rel="noreferrer">
<Image alt="instagram" src="/icons/instagram.png" width={20} height={20} />
</a>
<a
href="https://www.youtube.com/channel/UC8CxAf0QAozd2g0clMhkmKA/videos"
target="_blank"
rel="noreferrer"
>
<Image
alt="youtube"
src="/icons/youtube.png"
width={20}
height={20}
className="mt-1"
/>
</a>
<a href="https://www.pinterest.com/carpartplanet" target="_blank" rel="noreferrer">
<Image alt="pinterest" src="/icons/pinterest.png" width={20} height={20} />
</a>
<a href="https://twitter.com/carpartplanet" target="_blank" rel="noreferrer">
<Image alt="twitter" src="/icons/twitter.png" width={16} height={16} />
</a>
</div> */}
</div> </div>
<Suspense <Suspense
fallback={ fallback={

View File

@ -31,7 +31,7 @@ const Filters = ({ filters, defaultOpen = true }: { filters: Filter[]; defaultOp
}; };
return ( return (
<form onChange={handleChange} className="space-y-5 divide-y divide-gray-200"> <form onChange={handleChange} className="space-y-5 divide-y divide-gray-200 border-b pb-3">
{filters.map(({ label, id, values }) => ( {filters.map(({ label, id, values }) => (
<Disclosure <Disclosure
key={id} key={id}

View File

@ -0,0 +1,5 @@
const SelectedList = () => {
return <div>SelectedList</div>;
};
export default SelectedList;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB