From f88e0584f4d0e4538e4fdbb1d6e870d77bdbfa0a Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 05:46:38 +0000 Subject: [PATCH 1/3] feat: Update example prompts in empty screen --- components/empty-screen.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/components/empty-screen.tsx b/components/empty-screen.tsx index 4f463022..112a44a8 100644 --- a/components/empty-screen.tsx +++ b/components/empty-screen.tsx @@ -1,26 +1,26 @@ import { Button } from '@/components/ui/button'; -import { TreePine, Sun ,Rocket, Moon} from 'lucide-react'; +import { Globe, Thermometer, Laptop, HelpCircle } from 'lucide-react'; const exampleMessages = [ { - heading: 'What are the best nature parks here?', - message: 'What are the best nature parks here?', - icon: TreePine + heading: 'What is a planet computer?', + message: 'What is a planet computer?', + icon: Globe }, { - heading: 'Plan me a trip in the tropics', - message: 'Plan me a trip in the tropics', - icon: Sun + heading: 'Does the climate affect our experience?', + message: 'Does the climate affect our experience?', + icon: Thermometer }, { - heading: 'When is the next lunar eclipse?', - message: 'When is the next lunar eclipse?', - icon: Moon, + heading: 'What is QCX-Terra?', + message: 'What is QCX-Terra?', + icon: Laptop, }, { - heading: 'How far is Mars?', - message: 'How far is Mars?', - icon: Rocket, + heading: 'How do I use the computer?', + message: 'How do I use the computer?', + icon: HelpCircle, }, ]; From 01e3a1c952df5ef12864383a47fc243b0f27b50b Mon Sep 17 00:00:00 2001 From: EreQ Date: Mon, 29 Sep 2025 08:53:37 +0300 Subject: [PATCH 2/3] Update empty-screen.tsx --- components/empty-screen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/empty-screen.tsx b/components/empty-screen.tsx index 112a44a8..ec371299 100644 --- a/components/empty-screen.tsx +++ b/components/empty-screen.tsx @@ -8,8 +8,8 @@ const exampleMessages = [ icon: Globe }, { - heading: 'Does the climate affect our experience?', - message: 'Does the climate affect our experience?', + heading: 'How does the climate affect our experience?', + message: 'How does the climate affect our experience?', icon: Thermometer }, { From 182c93361db9af72071bab7f063f85fe894aa53e Mon Sep 17 00:00:00 2001 From: EreQ Date: Mon, 29 Sep 2025 08:54:03 +0300 Subject: [PATCH 3/3] Update empty-screen.tsx --- components/empty-screen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/empty-screen.tsx b/components/empty-screen.tsx index ec371299..2c0f63e4 100644 --- a/components/empty-screen.tsx +++ b/components/empty-screen.tsx @@ -8,8 +8,8 @@ const exampleMessages = [ icon: Globe }, { - heading: 'How does the climate affect our experience?', - message: 'How does the climate affect our experience?', + heading: 'How does climate change affect our experience?', + message: 'How does climate change affect our experience?', icon: Thermometer }, {