@extends('homepage.layouts.master')
@section('page-css')
@endsection
@section('page-content')
    
        @include('homepage.commons.breadcrumb', [
            'link' => 'Home',
            'title' => 'About-us',
            'subtitle' => 'Hey! Cooker – Your smart cooking assistant to optimize every meal!',
            'class' => 'max-sm:border-b-1 border-[#EEEEEE] max-sm:pb-4',
        ])
        
        
            
                Have you ever opened your fridge and wondered, "What should I eat today?" or bought a lot of ingredients but didn’t know how to combine them properly?
                With Hey! Cooker, you no longer have to worry about this!
            
            
                Hey! Cooker is a smart cooking assistant that uses AI technology to help you plan meals, choose dishes, and guide you through cooking in a simple and convenient way.
            
            🔥 Why should you choose Hey! Cooker?
            
                - 🔹 Smart recipe suggestions: Simply take a photo or enter available ingredients, and Hey! Cooker will analyze and instantly suggest suitable dishes.
 
                - 🔹 Save time: No more headaches thinking, "What should I eat today?"
 
                - 🔹 Detailed and easy-to-follow cooking instructions: Step-by-step illustrated guides, perfect even for beginners.
 
                - 🔹 Turn cooking into an enjoyable experience: Discover new recipes and learn unique cooking tips.
 
            
            📲 Using Hey! Cooker is simple in just 3 steps:
            
                - Take a photo or enter available ingredients.
 
                - The app analyzes and suggests a suitable recipe.
 
                - Follow the detailed instructions to create a delicious meal.
 
            
            
                🚀 Download Hey! Cooker now and turn every meal into an exciting experience!
             
         
     
@endsection
@section('page-js')
@endsection