Merge version_2 into main #5
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
|
||||
export default function ResultsPage() {
|
||||
return (
|
||||
@@ -28,12 +28,13 @@ export default function ResultsPage() {
|
||||
/>
|
||||
</div>
|
||||
<div className="py-20">
|
||||
<ProductCardFour
|
||||
<ProductCardTwo
|
||||
title="Search Results"
|
||||
description="Showing matches for your search"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
products={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user