Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Solution Section with Meaningful Text. Jira Story#93 #129

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions client/src/components/UI/SolutionsHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ export const SolutionsHeader = () => {
return (
<section className="flex flex-col mt-4 pt-4 mb-4 pb-4">
<h2 className="mb-2 pb-2 text-center text-[#101828] text-22px font-bold underline">Solutions</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Nostrum, maiores! Alias qui officiis impedit nemo iure. Libero architecto optio mollitia debitis dolores, nostrum sit illo, corrupti maxime blanditiis quos eius.
Veritatis, labore nostrum? Iusto laboriosam tenetur facilis, vel possimus at accusantium. Perspiciatis natus officia voluptatibus dicta quasi sint aspernatur error dolorem nam ducimus quaerat doloribus, facere ad qui optio quam!
<AnchorLink href="#" text="Login to send request" className="text-[#F4743B] uppercase underline ml-1" />
</p>
<p className="text-center">Bees play a crucial role in our ecosystems, yet their populations are dwindling at an alarming rate.
To help save the bees, there are several simple steps everyone can take. By creating bee-friendly
environments, we can provide essential resources like food, water, and shelter.
Small changes in our daily habits can make a big impact.
Whether you have a large garden or a small balcony, these efforts contribute to the overall
health of bee populations. Let's take action to protect these crucial pollinators and
ensure a balanced environment for future generations.</p>
<AnchorLink href="#" text="Login to send request" className="text-[#F4743B] text-center uppercase underline ml-1 mt-3" />

</section>
);
};