diff --git a/src/app/page.tsx b/src/app/page.tsx index f01fbe2..8d1ea6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,11 +46,14 @@ export default function LandingPage() { avatarText="Trusted by 5,000+ coffee lovers" avatars={[ { - src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12128.jpg", alt: "Customer 1"}, + src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12128.jpg", alt: "Customer 1" + }, { - src: "http://img.b2bpic.net/free-photo/man-talking-phone-while-drinking-beer_58466-10780.jpg", alt: "Customer 2"}, + src: "http://img.b2bpic.net/free-photo/man-talking-phone-while-drinking-beer_58466-10780.jpg", alt: "Customer 2" + }, { - src: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg", alt: "Customer 3"}, + src: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg", alt: "Customer 3" + }, ]} background={{ variant: "downward-rays-static" }} buttons={[ @@ -66,13 +69,16 @@ export default function LandingPage() { products={[ { id: "1", brand: "Bean Haven", name: "Ethiopian Highlands Single Origin", price: "$18.99", rating: 5, - reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-press-kit-table_23-2150354561.jpg", imageAlt: "Ethiopian Highlands Coffee"}, + reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-press-kit-table_23-2150354561.jpg", imageAlt: "Ethiopian Highlands Coffee" + }, { id: "2", brand: "Bean Haven", name: "Dark Roast Espresso Blend", price: "$16.99", rating: 5, - reviewCount: "521", imageSrc: "http://img.b2bpic.net/free-vector/gradient-coffee-plantation-instagram-stories-pack_23-2149508372.jpg", imageAlt: "Dark Roast Espresso"}, + reviewCount: "521", imageSrc: "http://img.b2bpic.net/free-vector/gradient-coffee-plantation-instagram-stories-pack_23-2149508372.jpg", imageAlt: "Dark Roast Espresso" + }, { id: "3", brand: "Bean Haven", name: "Smooth Cold Brew Concentrate", price: "$14.99", rating: 5, - reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-female-driver-truck_23-2150263089.jpg", imageAlt: "Cold Brew Concentrate"}, + reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-female-driver-truck_23-2150263089.jpg", imageAlt: "Cold Brew Concentrate" + }, ]} title="Our Premium Selection" description="Carefully curated coffee blends sourced from sustainable farms worldwide" @@ -94,7 +100,6 @@ export default function LandingPage() { tag="Our Quality Promise" tagIcon={Award} tagAnimation="slide-up" - textboxLayout="default" useInvertedBackground={false} mediaPosition="right" imageSrc="http://img.b2bpic.net/free-photo/business-employee-stirring-drink_23-2148352551.jpg" @@ -102,11 +107,14 @@ export default function LandingPage() { mediaAnimation="slide-up" accordionItems={[ { - id: "1", title: "100% Ethically Sourced", content: "Every bean is carefully selected from sustainable farms that prioritize fair wages and environmental responsibility. We maintain direct relationships with farmers to ensure quality and fairness."}, + id: "1", title: "100% Ethically Sourced", content: "Every bean is carefully selected from sustainable farms that prioritize fair wages and environmental responsibility. We maintain direct relationships with farmers to ensure quality and fairness." + }, { - id: "2", title: "Small Batch Roasting", content: "Our beans are roasted in small batches to perfection. Each roast is carefully timed to bring out the unique flavor profile of the origin, ensuring exceptional freshness."}, + id: "2", title: "Small Batch Roasting", content: "Our beans are roasted in small batches to perfection. Each roast is carefully timed to bring out the unique flavor profile of the origin, ensuring exceptional freshness." + }, { - id: "3", title: "Specialty Grade Certified", content: "All our coffees are graded as specialty (85+ points) by certified Q-Graders. We only sell the highest quality beans that meet our rigorous standards."}, + id: "3", title: "Specialty Grade Certified", content: "All our coffees are graded as specialty (85+ points) by certified Q-Graders. We only sell the highest quality beans that meet our rigorous standards." + }, ]} buttons={[{ text: "Learn Our Story", href: "#" }]} buttonAnimation="slide-up" @@ -146,17 +154,23 @@ export default function LandingPage() {