Update src/app/page.tsx

This commit is contained in:
2026-02-21 12:00:42 +00:00
parent f8df3d1e47
commit 0784cf5413

View File

@@ -42,13 +42,13 @@ export default function LandingPage() {
<HeroBillboardCarousel
title="Your Daily Dose of Delight"
description="Experience the rich aroma and exquisite taste of our meticulously crafted coffees, pastries, and more."
background={{variant:"fluid"}}
background={{variant:"sparkles-gradient"}}
tag="Brew Haven"
buttons={[{text:"View Menu",href:"#menu"},{text:"Our Story",href:"#about"}]}
mediaItems={[{imageSrc:"https://img.b2bpic.net/free-photo/coffee-beans-glass-jar-black-background-closeup-selective-focus-vertical-frame-roasting-preparing-coffee-vertical-frame_166373-2289.jpg",imageAlt:"Freshly roasted coffee beans"},{imageSrc:"https://img.b2bpic.net/free-photo/close-up-hands-barista-make-latte-coffee-art-paint_1150-12161.jpg",imageAlt:"Latte art in a coffee cup"},{imageSrc:"https://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg",imageAlt:"Cozy coffee shop interior"},{imageSrc:"https://img.b2bpic.net/free-photo/n-roissants-served-with-cup-coffee_140725-1870.jpg",imageAlt:"Delicious pastries and coffee"},{imageSrc:"https://img.b2bpic.net/free-photo/handsome-bartender-making-coffee_23-2147795718.jpg",imageAlt:"Friendly barista preparing coffee"}]}
mediaWrapperClassName="h-96 md:h-[400px] lg:h-[500px] xl:h-[600px]"
tagAnimation="background-highlight"
buttonAnimation="background-highlight"
tagAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>
@@ -57,7 +57,7 @@ export default function LandingPage() {
heading={[{type:"text",content:"More Than Just"},{type:"image",src:"https://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg",alt:"Coffee shop ambiance"},{type:"text",content:"Coffee, It's an Experience."}]}
useInvertedBackground={false}
buttons={[{text:"Learn Our Story",href:"#about-full"}]}
buttonAnimation="background-highlight"
buttonAnimation="slide-up"
/>
</div>
@@ -92,7 +92,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[{id:1,tag:"Artisan Roasting",title:"Freshly Roasted Daily",subtitle:"Taste the difference of our small-batch beans.",description:"We meticulously roast our beans in-house daily to ensure every cup delivers unparalleled freshness and a rich, complex flavor profile. Our commitment to quality starts right here.",imageSrc:"https://img.b2bpic.net/free-photo/tattooed-barista-hand-holds-raw-green-coffee-beans-from-white-plastic-basket-cotton-bags-europalet-warehouse_346278-886.jpg",imageAlt:"Coffee beans roasting"},{id:2,tag:"Ethical Sourcing",title:"Beans From Around the World",subtitle:"Supporting sustainable practices, one cup at a time.",description:"We partner with farms that practice sustainable agriculture and fair trade, bringing you premium beans while making a positive impact on coffee-growing communities globally.",imageSrc:"https://img.b2bpic.net/free-photo/close-up-fresh-organic-arabica-coffee-berry-ripening-tree-plantation-with-copy-space-fresh-coffee-red-berry-branch_1150-61455.jpg",imageAlt:"Coffee farm landscape"},{id:3,tag:"Expert Baristas",title:"Crafted with Passion",subtitle:"Every drink, a work of art.",description:"Our skilled baristas are true coffee artists, passionate about creating the perfect cup. From precise brewing to beautiful latte art, experience coffee crafted with dedication.",imageSrc:"https://img.b2bpic.net/free-photo/black-ground-coffee-barista-brews-drink-coffee-glass-jug_1157-47316.jpg",imageAlt:"Barista brewing pour over coffee"}]}
tagAnimation="background-highlight"
tagAnimation="slide-up"
/>
</div>
@@ -101,14 +101,14 @@ export default function LandingPage() {
tag="Stay Connected"
title="Join Our Coffee Community"
description="Sign up for exclusive offers, new menu updates, and special events!"
background={{variant:"fluid"}}
background={{variant:"rotated-rays-animated-grid"}}
useInvertedBackground={false}
inputPlaceholder="Enter your email address"
buttonText="Subscribe"
termsText="By subscribing, you agree to receive promotional emails from Brew Haven."
onSubmit={(email) => console.log(email)}
tagIcon={Sparkles}
tagAnimation="background-highlight"
tagAnimation="slide-up"
/>
</div>