Update AboutUsPage, server routes, packages, and assets
This commit is contained in:
@@ -2,9 +2,9 @@ import { motion, useReducedMotion } from 'framer-motion';
|
||||
import { assetUrl } from '../lib/assetUrl';
|
||||
|
||||
const ACCENT_GRADIENTS = [
|
||||
'linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 50%, rgba(235, 252, 240, 0.5) 100%)',
|
||||
'linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 50%, rgba(250, 243, 255, 0.5) 100%)',
|
||||
'linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 50%, rgba(254, 252, 232, 0.5) 100%)',
|
||||
'linear-gradient(0deg, #ffffff 0%, #ffffff 50%, #e6f7ef 100%)',
|
||||
'linear-gradient(0deg, #ffffff 0%, #ffffff 50%, #f7effe 100%)',
|
||||
'linear-gradient(0deg, #ffffff 0%, #ffffff 50%, #fefce8 100%)',
|
||||
];
|
||||
|
||||
export default function ProductCard({ product, isMobile, delay = 0, index = 0 }) {
|
||||
|
||||
Reference in New Issue
Block a user