diff --git a/src/App.tsx b/src/App.tsx
index aca35f5..e4f9b18 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -10,199 +10,129 @@ import { Clock, Flame, Wheat } from "lucide-react";
export default function App() {
return (
<>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ ]}
+ imageSrc="https://images.unsplash.com/photo-1773546812142-9d8b42aa207f?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyfHx0cmFkaXRpb25hbCUyMGJha2VyeSUyMHdvcmtzcGFjZSUyMGludGVyaW9yfGVufDF8MHx8fDE3NzYyNTMxMzN8MA&ixlib=rb-4.1.0&q=80&w=1080"
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
>
);
}