diff --git a/src/App.tsx b/src/App.tsx
index 48257b9..bb1680c 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -13,264 +13,139 @@ import { Award, Shield, Sparkles, Star, Zap } from "lucide-react";
export default function App() {
return (
<>
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
+
-
+ icon: Award,
+ title: "Seasonal Desserts", description: "Fruit-forward tarts and cakes that change with the local harvest schedule.", mediaItems: [
+ { imageSrc: "https://pixabay.com/get/gf4e3fbed4cdbcc5feb9895b5a3e2604335cb805b46d213a833e41cfd297b1ff5cdc0d0e14c7d51f731d488e857aedf467987e256f1fd90276fb06daabf0df60e_1280.jpg" },
+ { imageSrc: "https://pixabay.com/get/g6dfcf6e3ea3f1000017223169f93cbb0fe67fd2a9f84640e587d4ec03638b8baf6ca8c5c8cd672c9be89544f74497d6cd5cb1c9c8ac883a2a2c384ba6bce034b_1280.jpg" }
+ ]
+ }
+ ]}
+ />
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
>
);
}