diff --git a/src/app/page.tsx b/src/app/page.tsx index 06b580d..dd8e3e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,41 +34,23 @@ export default function LandingPage() { @@ -80,13 +62,9 @@ export default function LandingPage() { description="Brewing the perfect cup, every time. Experience Houston's finest coffee culture." buttons={[ { - text: "Explore Our Menu", - href: "#pricing", - }, + text: "Explore Our Menu", href: "#pricing"}, { - text: "Find Us", - href: "#contact", - }, + text: "Find Us", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg" imageAlt="A cozy, modern coffee shop interior with baristas serving coffee" @@ -115,20 +93,11 @@ export default function LandingPage() { tag="Specialty Drinks" accordionItems={[ { - id: "f1", - title: "The Houstonian Latte", - content: "A rich espresso blend infused with a hint of local honey and cinnamon, crowned with intricate latte art.", - }, + id: "f1", title: "The Houstonian Latte", content: "A rich espresso blend infused with a hint of local honey and cinnamon, crowned with intricate latte art."}, { - id: "f2", - title: "Energize Cold Brew", - content: "Our slow-steeped cold brew, perfectly smooth and robust, offering a refreshing boost without the bitterness.", - }, + id: "f2", title: "Energize Cold Brew", content: "Our slow-steeped cold brew, perfectly smooth and robust, offering a refreshing boost without the bitterness."}, { - id: "f3", - title: "Artisan Pour-Over", - content: "Experience the nuanced flavors of our single-origin beans, expertly prepared with a precise pour-over method.", - }, + id: "f3", title: "Artisan Pour-Over", content: "Experience the nuanced flavors of our single-origin beans, expertly prepared with a precise pour-over method."}, ]} imageSrc="http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg" imageAlt="Barista making intricate latte art in a coffee cup" @@ -145,65 +114,23 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - brand: "Beans Up", - name: "House Blend", - price: "$18.00", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-black-background-with-drink-cookies_114579-16632.jpg", - imageAlt: "Beans Up House Blend coffee bag", - }, + id: "p1", brand: "Beans Up", name: "House Blend", price: "$18.00", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-black-background-with-drink-cookies_114579-16632.jpg", imageAlt: "Beans Up House Blend coffee bag"}, { - id: "p2", - brand: "Beans Up", - name: "Single Origin: Ethiopia", - price: "$22.00", - rating: 4, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/metallic-coffee-bag-with-coffee-beans_1232-1357.jpg", - imageAlt: "Beans Up Single Origin Ethiopia coffee bag", - }, + id: "p2", brand: "Beans Up", name: "Single Origin: Ethiopia", price: "$22.00", rating: 4, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/metallic-coffee-bag-with-coffee-beans_1232-1357.jpg", imageAlt: "Beans Up Single Origin Ethiopia coffee bag"}, { - id: "p3", - brand: "Beans Up", - name: "Dark Roast Reserve", - price: "$20.00", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/jelly-cake-frame-with-copy-space_23-2148536819.jpg", - imageAlt: "Beans Up Dark Roast Reserve coffee bag", - }, + id: "p3", brand: "Beans Up", name: "Dark Roast Reserve", price: "$20.00", rating: 5, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/jelly-cake-frame-with-copy-space_23-2148536819.jpg", imageAlt: "Beans Up Dark Roast Reserve coffee bag"}, { - id: "p4", - brand: "Beans Up", - name: "Signature Cold Brew", - price: "$6.50", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-drink_53876-14861.jpg", - imageAlt: "Beans Up Signature Cold Brew bottle", - }, + id: "p4", brand: "Beans Up", name: "Signature Cold Brew", price: "$6.50", rating: 5, + reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-drink_53876-14861.jpg", imageAlt: "Beans Up Signature Cold Brew bottle"}, { - id: "p5", - brand: "Beans Up Merch", - name: "Branded Coffee Mug", - price: "$15.00", - rating: 4, - reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/white-porcelain-cup-white-background_181624-17544.jpg", - imageAlt: "Beans Up branded coffee mug", - }, + id: "p5", brand: "Beans Up Merch", name: "Branded Coffee Mug", price: "$15.00", rating: 4, + reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/white-porcelain-cup-white-background_181624-17544.jpg", imageAlt: "Beans Up branded coffee mug"}, { - id: "p6", - brand: "Beans Up", - name: "Morning Croissant", - price: "$4.50", - rating: 4, - reviewCount: "110", - imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-coffee-jam_23-2147693673.jpg", - imageAlt: "Freshly baked croissant", - }, + id: "p6", brand: "Beans Up", name: "Morning Croissant", price: "$4.50", rating: 4, + reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-coffee-jam_23-2147693673.jpg", imageAlt: "Freshly baked croissant"}, ]} title="Our Premium Coffee Beans" description="Take the Beans Up experience home with our selection of freshly roasted, high-quality beans." @@ -215,54 +142,27 @@ export default function LandingPage() {