almost all linking done exept underdevelopment pages or not developed

This commit is contained in:
priyanshuvish
2025-07-22 16:14:11 +05:30
parent 5a3ef848f7
commit 07c8fe0b72
80 changed files with 13140 additions and 5842 deletions

View File

@@ -19,6 +19,7 @@ import { Button } from "../components/ui/button";
import { GridPattern } from "../components/GridPattern";
import { ImageWithFallback } from "../components/figma/ImageWithFallback";
import { navigateTo } from "../App";
import ranOutOfImage from "../src/images/ranoutof.webp";
const projectMetrics = [
{
@@ -41,8 +42,6 @@ const projectMetrics = [
},
];
const ranoutofImage =
"https://images.unsplash.com/photo-1551650975-87deedd944c3?w=600&h=400&fit=crop&auto=format";
const keyFeatures = [
{
@@ -205,7 +204,7 @@ export const RanOutOfProject = () => {
className="relative aspect-[4/3] overflow-hidden bg-muted/30 rounded-[10px] px-2"
>
<ImageWithFallback
src={ranoutofImage}
src={ranOutOfImage}
alt="RanOutOf smart grocery planning app showcasing barcode scanning, voice commands, shopping lists, and pantry management features"
className="w-full h-full object-contain object-center rounded-[10px]"
/>