Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 234bc2903a | |||
| ef2bd95c17 |
@@ -37,7 +37,7 @@ export default function HomePage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero-section" data-section="hero-section">
|
<div id="hero-section" data-section="hero-section" className="animate-fade-in-up">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
logoText="Brew & Bean"
|
logoText="Brew & Bean"
|
||||||
description="Where every cup tells a story of passion, quality, and warmth. Experience the finest premium coffee crafted with care in our cozy haven."
|
description="Where every cup tells a story of passion, quality, and warmth. Experience the finest premium coffee crafted with care in our cozy haven."
|
||||||
@@ -52,10 +52,11 @@ export default function HomePage() {
|
|||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
frameStyle="card"
|
frameStyle="card"
|
||||||
ariaLabel="Welcome to Brew & Bean - Your Cozy Coffee Haven"
|
ariaLabel="Welcome to Brew & Bean - Your Cozy Coffee Haven"
|
||||||
|
parallaxEnabled={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about-section" data-section="about-section">
|
<div id="about-section" data-section="about-section" className="animate-fade-in-up scroll-trigger">
|
||||||
<InlineImageSplitTextAbout
|
<InlineImageSplitTextAbout
|
||||||
heading={[
|
heading={[
|
||||||
{ type: "text", content: "Our Story" },
|
{ type: "text", content: "Our Story" },
|
||||||
|
|||||||
Reference in New Issue
Block a user