Update AboutUsPage, server routes, packages, and assets

This commit is contained in:
Vishva
2026-07-29 16:53:09 +05:30
parent ff9795e4c9
commit 3ee3d8c652
67 changed files with 7641 additions and 175 deletions
+3 -3
View File
@@ -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 }) {