Update src/app/page.tsx
This commit is contained in:
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
|||||||
description="Since 2015, Brew Haven has been dedicated to sourcing the finest single-origin beans from sustainable farms across the globe. Our master roasters hand-select each batch, roasting to perfection to bring out the unique character of every origin. We believe that great coffee starts with respect—for the farmers, the beans, and the craft."
|
description="Since 2015, Brew Haven has been dedicated to sourcing the finest single-origin beans from sustainable farms across the globe. Our master roasters hand-select each batch, roasting to perfection to bring out the unique character of every origin. We believe that great coffee starts with respect—for the farmers, the beans, and the craft."
|
||||||
tag="Our Story"
|
tag="Our Story"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="blur-reveal"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Visit Us", href: "#contact" }
|
{ text: "Visit Us", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
|||||||
description="Explore our handpicked selection of premium beverages, each crafted to showcase the distinctive flavors of specialty coffee."
|
description="Explore our handpicked selection of premium beverages, each crafted to showcase the distinctive flavors of specialty coffee."
|
||||||
tag="Featured"
|
tag="Featured"
|
||||||
tagIcon={Award}
|
tagIcon={Award}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
@@ -107,7 +107,7 @@ export default function LandingPage() {
|
|||||||
description="Brew Haven's impact on the specialty coffee community and beyond."
|
description="Brew Haven's impact on the specialty coffee community and beyond."
|
||||||
tag="Our Impact"
|
tag="Our Impact"
|
||||||
tagIcon={TrendingUp}
|
tagIcon={TrendingUp}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="scale-rotate"
|
animationType="scale-rotate"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
|||||||
description="Real experiences from our cherished community members."
|
description="Real experiences from our cherished community members."
|
||||||
tag="Reviews"
|
tag="Reviews"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -171,7 +171,7 @@ export default function LandingPage() {
|
|||||||
description="Recognized by leading coffee and lifestyle publications."
|
description="Recognized by leading coffee and lifestyle publications."
|
||||||
tag="Media"
|
tag="Media"
|
||||||
tagIcon={Newspaper}
|
tagIcon={Newspaper}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
@@ -188,7 +188,7 @@ export default function LandingPage() {
|
|||||||
title="Visit Brew Haven Today"
|
title="Visit Brew Haven Today"
|
||||||
description="Join our coffee community. Subscribe for exclusive blends, brewing tips, and special events."
|
description="Join our coffee community. Subscribe for exclusive blends, brewing tips, and special events."
|
||||||
tagIcon={Mail}
|
tagIcon={Mail}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="blur-reveal"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
|
|||||||
Reference in New Issue
Block a user