diff --git a/src/app/page.tsx b/src/app/page.tsx index 5eed42e..e3ddea8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,13 +42,13 @@ export default function LandingPage() { @@ -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" /> @@ -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" /> @@ -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" />