diff --git a/src/App.tsx b/src/App.tsx
index 903e01b..6415a0a 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -14,365 +14,169 @@ import { Award, Coffee, Flame, MapPin, Users } from "lucide-react";
export default function App() {
return (
<>
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ {
+ tag: "Expert", price: "$80", period: "/mo", features: ["4 bags monthly", "Priority shipping", "Barista consultation"],
+ primaryButton: { text: "Select", href: "#contact" },
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xkysf6"
+ },
+ ]}
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
>
);
}