Here are some keywords about my website:

xxx

I want to create a software for my customers.

The software will be very simple and will generate template prompts for them to enter into ChatGPT.

For example, let's say my website was about bodybuilding. The template prompts might be about diet plans, workout routines etc.

Or say my website was about marketing a local agency - then my prompts could be template copy for Facebook ads.

Say my website is about music production, then my prompts could ask ChatGPT to generate chord structures for me.

The software I am building will give users a SELECTION of prompt templates to choose from, and they will have a textfield to customize the prompt (so the final prompt the user gets will look like "write me a Facebook ad about [text-field-input] which is in the style of [direct marketing/corporate/storytelling]" or "generate me a diet plan based on my bodytype which is [text-field-input]  and my goal is to [lose weight/add muscle/etc]".

Anyways, for now please generate 3x possible ideas of what my prompt software can be about.

List a) the title of the software b) a brief description of what it will do c) an example of what a typical prompt might look like.

Please give me 3x suggestions, separated by
1.
2.
3.

please list them one line after the other like this:

1.
NAME:
DESCRIPTION:
EXAMPLE PROMPT:

2.
NAME:
DESCRIPTION:
EXAMPLE PROMPT:

3.
NAME:
DESCRIPTION:
EXAMPLE PROMPT:

OK please give me software ideas 1-3, laid out exactly as described.

Keep the prompts focused on the target audience.

Remember that the prompts you suggest must be requests you could complete yourself.

PLEASE BE SURE TO SEPARATE THEM
1.
2.
3.
ON NEW LINES AS REQUESTED 

=================================================

PART 2 PROMPT

I want to build the following software:

===========
NAME: BellyBuster
DESCRIPTION: BellyBuster generates prompts for ChatGPT to provide users with targeted exercises and nutrition advice to help them lose belly fat.
EXAMPLE PROMPT: "Suggest exercises to target the lower abs and foods to avoid for someone with [text-field-input] body type who wants to lose belly fat.
===========

The software is a simple web tool, built with HTML and CSS, that generates template "prompts" to be entered into Chat-GPT. The software works by letting users enter information into a textfield to customize the prompt templates. Next, they can choose from six template prompts I have provided. The textfield entry is dynamically inserted into the six templates. Finally, they can copy the text output, paste it into Chat-GPT and then are given a response.

I have created the broad HTML structure of the software (the simple HTML) and now need you to customize the HTML, entering text, icons and prompts for me.

Here is the HTML:

=============
<!--single box start-->
<div class="col-xl-4 col-md-6 pb-5 v-box">
<div class="row gx-2">
<div class="col-lg-4">
<div class="v-box-img">
<img src="1.jpg" alt="Title">
</div>
</div>
<div class="col-lg-8">
<div class="v-box-content">
<h3>Title1</h3>
<p>Description1</p>
<p class="v-text-to-copy d-none">Prompt1 <span class="v-copy-text"></span> </p>
</div>
</div>
</div>
<div class="v-button">
copy tron prompt <img src="copy.png" alt="Copy">
</div>
</div>
<!--single box end-->
<!--single box start-->
<div class="col-xl-4 col-md-6 pb-5 v-box">
<div class="row gx-2">
<div class="col-lg-4">
<div class="v-box-img">
<img src="2.jpg" alt="Title">
</div>
</div>
<div class="col-lg-8">
<div class="v-box-content">
<h3>Title2</h3>
<p>Description2</p>
<p class="v-text-to-copy d-none">Prompt2 <span class="v-copy-text"></span> </p>
</div>
</div>
</div>
<div class="v-button">
copy snowing prompt <img src="copy.png" alt="Copy">
</div>
</div>
<!--single box end-->
<!--single box start-->
<div class="col-xl-4 col-md-6 pb-5 v-box">
<div class="row gx-2">
<div class="col-lg-4">
<div class="v-box-img">
<img src="3.jpg" alt="Title">
</div>
</div>
<div class="col-lg-8">
<div class="v-box-content">
<h3>Title3</h3>
<p>Description3</p>
<p class="v-text-to-copy d-none">Prompt3 <span class="v-copy-text"></span> </p>
</div>
</div>
</div>
<div class="v-button">
copy blue jet prompt <img src="copy.png" alt="Copy">
</div>
</div>
<!--single box end-->
<!--single box start-->
<div class="col-xl-4 col-md-6 pb-5 v-box">
<div class="row gx-2">
<div class="col-lg-4">
<div class="v-box-img">
<img src="4.jpg" alt="Title">
</div>
</div>
<div class="col-lg-8">
<div class="v-box-content">
<h3>Title4</h3>
<p>Description4</p>
<p class="v-text-to-copy d-none">Prompt4 <span class="v-copy-text"></span> </p>
</div>
</div>
</div>
<div class="v-button">
copy VSL Script prompt <img src="copy.png" alt="Copy">
</div>
</div>
<!--single box end-->
<!--single box start-->
<div class="col-xl-4 col-md-6 pb-5 v-box">
<div class="row gx-2">
<div class="col-lg-4">
<div class="v-box-img">
<img src="5.jpg" alt="Title">
</div>
</div>
<div class="col-lg-8">
<div class="v-box-content">
<h3>Title5</h3>
<p>Description5</p>
<p class="v-text-to-copy d-none">Prompt5 <span class="v-copy-text"></span> </p>
</div>
</div>
</div>
<div class="v-button">
copy neon jungly prompt <img src="copy.png" alt="Copy">
</div>
</div>
<!--single box end-->
<!--single box start-->
<div class="col-xl-4 col-md-6 pb-5 v-box">
<div class="row gx-2">
<div class="col-lg-4">
<div class="v-box-img">
<img src="6.jpg" alt="Title">
</div>
</div>
<div class="col-lg-8">
<div class="v-box-content">
<h3>Title6</h3>
<p>Description6</p>
<p class="v-text-to-copy d-none">Prompt6 <span class="v-copy-text"></span> </p>
</div>
</div>
</div>
<div class="v-button">
copy comic prompt <img src="copy.png" alt="Copy">
</div>
</div>
<!--single box end-->
=============

And here are the changes I need you to make:

1. Insert the 6 prompt templates

You can see the 6 prompt templates
 <p class="v-text-to-copy d-none">Prompt1 <span class="v-copy-text"></span> </p>
to
 <p class="v-text-to-copy d-none">Prompt6 <span class="v-copy-text"></span> </p>

As you can see, the code "<span class="v-copy-text"></span>" is what dynamically inserts the textinput from the user into the template. You can insert this into the template any point, for example, let's say I wanted a facebook ads template, and the user textinput was "what my business is about", then you might enter
 <p class="v-text-to-copy d-none">write me copy for my facebook ad, in corporate style about my business which relates to these words: <span class="v-copy-text"></span> </p>

Keep each prompt (including the html markup) to between 100-250 characters in length.

You will need to generate all six prompts and replace "Prompt1-6" and insert the prompt either side of the <span class="v-copy-text"></span>

2. Give a title to the prompts

Once you have inserted the prompts, we need a short snappy title for the prompt. This should describe the particular prompt you should insert, in between 9-25 characters.

Replace the "Title1" to "Title6" which proceeds your prompt with each of the titles.

3. Give a description to the prompts.

Next you need to give a description to the prompt, which should be between 15 and 60 characters.

Replace the "Description1" to "Description6" which proceeds your prompt with each of the titles.

4. Give images to the prompts.

Now, you need to choose an image that best represents each of the prompts.

To do this, choose one of the following icons, which you think is semantically suited to this software:

ai-make-money
artificial-intelligence
audio_music_mp3_sound
book_ebook_author_guide
brain_ai-genius
cat_kitten
chat-bot_open-ai_chat-bot
daily_technical
daily-profit_income-streams
dental_dentist_tooth
design_designer
diet_dieting_fat-loss_lose-weight_slim
dog_puppy
ecover
email_send_list-building_broadcast
energy_lightning_new
energy_renewables
gaming_d-pad_control-pad
genius_idea_brain_think_research
happy_freedom_ecstatic_free_joy
heart_health_healthy_medicine
horse
horse_racing_betting_ferrari_fast
iphone
love_dating_find-seek-love
make_money
make-money_profit
money_profitable-website_page_blog
muscle_bodybuilding_strength_power
muscle_energy_power
music_productIon_akai-mpc_sampler
music_vinyl
nft_ether_crypto_bitcoin_profit
nft_ethereum_crypto
official_corporate_business
paradise_freedom
piano_music
piggybank_saving_income
pound_sterling
research_keywords_audience_targeting
robot_ai_ideas
robot_make-money_profit
robot-profiting
secret_insider_illuminati_society
shield_detective_research
social_hashtag_chat_talk_share
social_people_community
spirit_nature_natural_zen_yin-yang
stream_media_streaming
think_science_settings_research
traffic_grow_increase_growth
tshirt-design-ecom
video_profits_youtube-money
video_youtube
video-games_gaming_joypad
website_site
win_champion_award_top
yoga_zen
youtube_video_movies

All of the icons have semantic names.

So choose one, and insert it into the template as follows:

https://posicate.sirv.com/bk/xxx.png (where xxx is one of the above icons)

Then use that as the SRC for each of the names, by replacing:

1.jpg to 6.jpg with each of the above names.

Please complete steps 1-4 and provide new HTML.

DO NOT provide full HTML. Start from the first
<!--single box start-->