From 76353263689a8eded621e2e938a0ef898bec2a57 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 16:08:15 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 359 ++++++++++++++++++++++++---------------------------- 1 file changed, 163 insertions(+), 196 deletions(-) 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 +} -- 2.49.1