diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index e9537dd..24ee148 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -11,258 +11,154 @@ import { Flame, Leaf, Wine } from "lucide-react"; export default function HomePage() { return ( <> -
- -
+
+ +
-
- -
+
+ +
-
- + +
+ + + +
+ -
+ { + value: "50+", title: "Wines in Cellar", features: ["Tuscan Reds", "Sicilian Whites", "Sparkling"], + }, + ]} + /> + - +
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
+
+ +
); }