carousel prev and next button update

This commit is contained in:
Samandar Turgunboyev
2025-12-17 13:49:33 +05:00
parent 93d47fc833
commit efd75cb836
2 changed files with 5 additions and 5 deletions

View File

@@ -95,7 +95,7 @@ const CartPage = () => {
if (cartItems.length === 0) { if (cartItems.length === 0) {
return ( return (
<div className="min-h-screen bg-gray-50 flex items-center justify-center"> <div className="min-h-screen flex items-center justify-center">
<div className="text-center"> <div className="text-center">
<ShoppingBag className="w-24 h-24 text-gray-300 mx-auto mb-4" /> <ShoppingBag className="w-24 h-24 text-gray-300 mx-auto mb-4" />
<h2 className="text-2xl font-bold text-gray-800 mb-2"> <h2 className="text-2xl font-bold text-gray-800 mb-2">
@@ -116,8 +116,8 @@ const CartPage = () => {
} }
return ( return (
<div className="min-h-screen bg-gray-50 py-8"> <div className="custom-container mb-6">
<div className="max-w-7xl mx-auto px-4"> <>
{/* Header */} {/* Header */}
<div className="mb-6"> <div className="mb-6">
<h1 className="text-3xl font-bold text-gray-800 mb-2">Savat</h1> <h1 className="text-3xl font-bold text-gray-800 mb-2">Savat</h1>
@@ -310,7 +310,7 @@ const CartPage = () => {
</div> </div>
</div> </div>
</div> </div>
</div> </>
</div> </div>
); );
}; };

View File

@@ -92,7 +92,7 @@ export default function Favourite() {
if (likedProducts.length === 0) { if (likedProducts.length === 0) {
return ( return (
<div className="min-h-screen bg-slate-50 py-12"> <div className="min-h-screen py-12">
<div className="container mx-auto px-4"> <div className="container mx-auto px-4">
<div className="flex flex-col items-center justify-center py-20"> <div className="flex flex-col items-center justify-center py-20">
<div className="w-32 h-32 bg-slate-100 rounded-full flex items-center justify-center mb-6"> <div className="w-32 h-32 bg-slate-100 rounded-full flex items-center justify-center mb-6">