update design
This commit is contained in:
16
components/shopify/shop-footer.tsx
Normal file
16
components/shopify/shop-footer.tsx
Normal file
@@ -0,0 +1,16 @@
|
||||
import React from 'react';
|
||||
|
||||
const Footer: React.FC = () => {
|
||||
return (
|
||||
<footer className="bg-white border-t border-gray-200 py-6">
|
||||
<div className="container mx-auto px-4 flex items-center justify-between text-sm text-gray-500">
|
||||
<span className="font-medium text-gray-900 font-heading">
|
||||
Store
|
||||
</span>
|
||||
<p>© 2025 Store. All rights reserved.</p>
|
||||
</div>
|
||||
</footer>
|
||||
);
|
||||
};
|
||||
|
||||
export default Footer;
|
||||
Reference in New Issue
Block a user