Add some generic about information

This commit is contained in:
Michał 2024-05-24 11:53:07 +01:00
parent 5a292a1161
commit ce2a5c0979
2 changed files with 47 additions and 12 deletions

View file

@ -8,28 +8,56 @@
<h1>Our story</h1>
<ImageWithText image={Hog}>
<div class="padding">
<div class="section">
<h2>How it all started</h2>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. At deserunt est quos dicta ipsa! Soluta laudantium dolore temporibus nisi aspernatur expedita vel, unde natus a nulla rerum officiis optio neque.</p>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. At deserunt est quos dicta ipsa! Soluta laudantium dolore temporibus nisi aspernatur expedita vel, unde natus a nulla rerum officiis optio neque.</p>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. At deserunt est quos dicta ipsa! Soluta laudantium dolore temporibus nisi aspernatur expedita vel, unde natus a nulla rerum officiis optio neque.</p>
<p>
- started as a small group of friends that liked to cook together
<br>
- Then sold things locally
<br>
- Decided to get together to open a restaurant/diner
</p>
</div>
</ImageWithText>
<div class="spacer" />
<ImageWithText image={Hog} toRight={true}>
<div class="section">
<h2>Our Struggles</h2>
<p>
- Covid hit during opening and drained nearly all of their savings right as they opened the restaurant
<br>
- Got through by being able todo home delivery of the food
<br>
- Managed to get a high rating on most review websites
</p>
</div>
</ImageWithText>
<div class="spacer" />
<ImageWithText image={Hog}>
<div class="section">
<h2>Our Team</h2>
<p>
- Describe 4-5 fake people, some cooks, some do delivery, some cleaning, some designing
</p>
</div>
</ImageWithText>
<div class="spacer" />
<ImageWithText image={Beetle} toRight={true}>
<div class="padding">
<h2>Our Chef</h2>
<p>He sucks at his job</p>
<div class="section">
<h2>Thank you</h2>
<p>
- generic thank you for supporting us message here
</p>
</div>
</ImageWithText>
<style lang="scss">
@import "../styles/vars";
.padding {
padding: $spacing-normal;
}
</style>

View file

@ -55,7 +55,14 @@
<h2>About Us</h2>
<div class="container padding">
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. At deserunt est quos dicta ipsa! Soluta laudantium dolore temporibus nisi aspernatur expedita vel, unde natus a nulla rerum officiis optio neque.</p>
<p>
Hello! We're TastyBites, a restaurant opened by young adults with a passion for making food thats healthy and organic.
We opened this restaurant as we want others to be consious of where their food came from, and what it really is.
<br><br>
We've designed the restaurant to have a fun and positive energy, and we're inviting everyone to give it a try!
<br><br>
Read more on us if you wanna know our full back story...
</p>
</div>
<a href="/about" use:link>Continue reading <ArrowUpRight /></a>