import React from 'react'; import { View, Text, Image, TouchableOpacity, SafeAreaView, StatusBar } from 'react-native'; import { router } from 'expo-router'; import { Feather } from '@expo/vector-icons'; export default function WelcomeScreen() { return ( {/* Logo and Welcome Text */} Welcome to ChefHai Discover, cook and share delicious recipes with food lovers around the world {/* Food Image */} {/* Buttons */} router.push('/login')} > Login router.push('/signup')} > Sign Up ); }