Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-04-02 21:30:08 +00:00

View File

@@ -51,7 +51,6 @@ export default function LandingPage() {
<TextAbout
title="Our Passion for Coffee"
tag="Our Mission"
description="We believe that every cup tells a story. From sourcing ethical beans to the perfect roast, we are dedicated to excellence. Your feedback helps us maintain the standards you expect and love."
useInvertedBackground={true}
/>
</div>
@@ -63,12 +62,13 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
textboxLayout="split-description"
useInvertedBackground={false}
products={[
{
id: "1", name: "Ethiopian Yirgacheffe", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=7"
},
{
id: "2", name: "Colombia Supremo", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg?_wi=2"
id: "2", name: "Colombia Supremo", price: "$16.00", imageSrc: "http://img.b2bpic.net/person-cafe-enjoying-book_23-2150064692.jpg?_wi=2"
},
]}
/>
@@ -78,6 +78,8 @@ export default function LandingPage() {
<ContactSplitForm
title="Tell us your thoughts"
description="We value your input. Let us know how we can make your experience better."
useInvertedBackground={false}
mediaAnimation="blur-reveal"
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }