From 96cadeefbdbfaf6226d908805cb597a9068baf49 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 14:44:57 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 346 +++++++++++++++++----------------------------------- 1 file changed, 110 insertions(+), 236 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 7684f73..204d9fc 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -12,248 +12,122 @@ import { Award, Coffee, Users } from "lucide-react"; export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + title: "Sustainable Future", descriptions: ["Eco-friendly packaging options.", "Support for local farmer communities.", "Compostable waste practices."], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a43jqo"}, + ]} + /> + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + ); } -- 2.49.1