diff --git a/web/src/assets/videos/salmon_video.mp4 b/web/src/assets/videos/salmon_video.mp4 new file mode 100644 index 0000000..de55dd5 Binary files /dev/null and b/web/src/assets/videos/salmon_video.mp4 differ diff --git a/web/src/components/icons/ShoppingListIcon.tsx b/web/src/components/icons/ShoppingListIcon.tsx index 8156b03..b7da984 100644 --- a/web/src/components/icons/ShoppingListIcon.tsx +++ b/web/src/components/icons/ShoppingListIcon.tsx @@ -6,14 +6,14 @@ interface ShoppingListIconProps { export default function ShoppingListIcon({ current }: ShoppingListIconProps) { return ( - + > + ); } diff --git a/web/src/pages/Home.tsx b/web/src/pages/Home.tsx index 94f7347..1eed112 100644 --- a/web/src/pages/Home.tsx +++ b/web/src/pages/Home.tsx @@ -1,5 +1,23 @@ +import SalmonVideo from "../assets/videos/salmon_video.mp4"; + export default function Home() { return ( -

hello

+
+
+ +

+ Discover Your Next Favorite Meal +

+
+

+ Welcome to your ultimate recipe hub! Whether you're a seasoned chef or just starting your culinary adventure, + we're here to inspire. Explore thousands of delicious recipes, from quick weeknight dinners to gourmet delights, + all at your fingertips. Find exactly what you're craving with our powerful search and intuitive filters, or + browse our trending dishes for fresh ideas. +

+
); } diff --git a/web/tsconfig.json b/web/tsconfig.json index 1ffef60..ea9d0cd 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -1,7 +1,11 @@ { "files": [], "references": [ - { "path": "./tsconfig.app.json" }, - { "path": "./tsconfig.node.json" } + { + "path": "./tsconfig.app.json" + }, + { + "path": "./tsconfig.node.json" + } ] }