diff --git a/src/App.tsx b/src/App.tsx
index 9f90255..3c5b512 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -13,208 +13,175 @@ import { Award, Coffee, Flame, Zap } from "lucide-react";
export default function App() {
return (
<>
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ tag: "Signature", price: "$4.50", period: "cup", description: "Classic house blend pour-over", primaryButton: { text: "Select", href: "#" },
+ featuresTitle: "Included", features: ["Freshly roasted", "Single origin", "Organic"],
+ },
+ {
+ tag: "Premium", price: "$5.50", period: "cup", description: "Nitro cold brew served with house syrup", primaryButton: { text: "Select", href: "#" },
+ featuresTitle: "Included", features: ["Cold extracted", "Nitro infused", "Small batch"],
+ },
+ ]}
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
>
);
-}
\ No newline at end of file
+}