Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d22d95fb6f | |||
| 2a9292d4f8 | |||
| af33962c0f |
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient"}}
|
variant: "sparkles-gradient"}}
|
||||||
title="Máma Mele Kafe: Your Daily Dose of Award-Winning Coffee"
|
title="Máma Mele Kafe: Your Daily Dose of Award-Winning Coffee"
|
||||||
description="Experience the rich aroma and exquisite taste of our meticulously crafted coffees, served with passion and a smile. Voted Best Local Espresso Bar!"
|
description="Experience the rich aroma and exquisite taste of our meticulously crafted coffees, served with passion and a smile. Voted Best Local Espresso Bar!"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -209,11 +209,12 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Local Bakery Guild", "Bohemian Art Collective", "Green Earth Initiative", "City Music Festival", "Prague University", "Community Aid Foundation", "Innovate Hub"]}
|
"Local Roasters Co-op", "Bohemian Barista Academy", "Sustainable Coffee Growers", "Prague Coffee Festival", "University Coffee Clubs", "Community Cafe Outreach", "Gourmet Bean Suppliers"]}
|
||||||
title="Proudly Partnering with Our Community"
|
title="Proudly Partnering with Our Community"
|
||||||
description="We are honored to collaborate with local businesses and organizations that share our values of quality, community, and sustainability."
|
description="We are honored to collaborate with local businesses and organizations that share our values of quality, community, and sustainability."
|
||||||
tag="Our Partners"
|
tag="Our Partners"
|
||||||
speed={35}
|
speed={35}
|
||||||
|
tagAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -254,6 +255,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
text: "Call Us: +420 123 456 789", href: "tel:+420123456789"},
|
text: "Call Us: +420 123 456 789", href: "tel:+420123456789"},
|
||||||
]}
|
]}
|
||||||
|
animationType="entrance-slide"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user