diff --git a/src/app/page.tsx b/src/app/page.tsx index d6c0385..f322ba8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,122 +31,46 @@ export default function LandingPage() {
@@ -172,21 +96,9 @@ export default function LandingPage() { gridVariant="one-large-right-three-stacked-left" useInvertedBackground={false} features={[ - { - title: "Precision Roast", - description: "Micro-batch roasting ensures unparalleled depth.", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-concept-with-ground-instant-coffee-coffee-beans-sugar-dark-vintage-background-top-view_1220-7056.jpg", - }, - { - title: "Artisan Pastry", - description: "Handmade accompaniments designed to pair perfectly.", - imageSrc: "http://img.b2bpic.net/free-photo/black-plate-sweet-cookie-with-chocolate-syrup-cream_114579-32061.jpg", - }, - { - title: "Brew Rituals", - description: "Experience the theater of the pour-over technique.", - imageSrc: "http://img.b2bpic.net/free-photo/jar-various-cookies-with-latte-coffee-cup-cafe-counter_23-2148209234.jpg", - }, + { title: "Precision Roast", description: "Micro-batch roasting ensures unparalleled depth.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-concept-with-ground-instant-coffee-coffee-beans-sugar-dark-vintage-background-top-view_1220-7056.jpg" }, + { title: "Artisan Pastry", description: "Handmade accompaniments designed to pair perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/black-plate-sweet-cookie-with-chocolate-syrup-cream_114579-32061.jpg" }, + { title: "Brew Rituals", description: "Experience the theater of the pour-over technique.", imageSrc: "http://img.b2bpic.net/free-photo/jar-various-cookies-with-latte-coffee-cup-cafe-counter_23-2148209234.jpg" }, ]} title="The Signature Experience" description="Distinguished elements that define the Inspired Brew journey." @@ -200,42 +112,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Gold Standard Roast", - price: "$45.00", - imageSrc: "http://img.b2bpic.net/free-vector/simple-luke-s-coffee-shop-instagram-story_23-2149452340.jpg", - }, - { - id: "p2", - name: "Cold Brew Essence", - price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420650.jpg", - }, - { - id: "p3", - name: "Artisan Signature Mocha", - price: "$8.50", - imageSrc: "http://img.b2bpic.net/free-photo/cup-with-herbs-tea-desk_23-2148550443.jpg", - }, - { - id: "p4", - name: "The Executive Blend", - price: "$38.00", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-roasted-coffee-beans-old-coffee-grinder-against-black-backgrou_181624-58257.jpg", - }, - { - id: "p5", - name: "Tasting Flight Box", - price: "$65.00", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-coffee-shop_23-2148366543.jpg", - }, - { - id: "p6", - name: "Luxury Gift Collection", - price: "$120.00", - imageSrc: "http://img.b2bpic.net/free-photo/view-chocolate-chips-arrangement_23-2149702544.jpg", - }, + { id: "p1", name: "Gold Standard Roast", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-vector/simple-luke-s-coffee-shop-instagram-story_23-2149452340.jpg" }, + { id: "p2", name: "Cold Brew Essence", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420650.jpg" }, + { id: "p3", name: "Artisan Signature Mocha", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/cup-with-herbs-tea-desk_23-2148550443.jpg" }, + { id: "p4", name: "The Executive Blend", price: "$38.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roasted-coffee-beans-old-coffee-grinder-against-black-backgrou_181624-58257.jpg" }, + { id: "p5", name: "Tasting Flight Box", price: "$65.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-coffee-shop_23-2148366543.jpg" }, + { id: "p6", name: "Luxury Gift Collection", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/view-chocolate-chips-arrangement_23-2149702544.jpg" }, ]} title="Signature Selections" description="Bring the Inspired Brew experience home with our premium offerings." @@ -244,49 +126,15 @@ export default function LandingPage() {