Update src/app/page.tsx
This commit is contained in:
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
description="We are more than a coffee shop; we are a production line of passion. We select only the finest ethically sourced beans to create drinks that power your day."
|
||||
subdescription="Come experience the warmth of THE FACTORY."
|
||||
icon={Coffee}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg?_wi=1"
|
||||
imageAlt="barista preparing high quality coffee close up"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -71,12 +71,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "House Blend Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg" },
|
||||
{ id: "2", name: "Industrial Latte", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg" },
|
||||
{ id: "3", name: "Cold Brew Artisan", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg" },
|
||||
{ id: "4", name: "Factory Butter Croissant", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg" },
|
||||
{ id: "5", name: "Dark Chocolate Tart", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg" },
|
||||
{ id: "6", name: "Signature Cold Drip", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg" },
|
||||
{ id: "1", name: "House Blend Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg?_wi=2" },
|
||||
{ id: "2", name: "Industrial Latte", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg?_wi=3" },
|
||||
{ id: "3", name: "Cold Brew Artisan", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg?_wi=4" },
|
||||
{ id: "4", name: "Factory Butter Croissant", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg?_wi=5" },
|
||||
{ id: "5", name: "Dark Chocolate Tart", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg?_wi=6" },
|
||||
{ id: "6", name: "Signature Cold Drip", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-wooden-spoon-aromatic-coffee-beans-marble-background_114579-65646.jpg?_wi=7" },
|
||||
]}
|
||||
title="The Daily Selection"
|
||||
description="Our signature brews and handcrafted treats made fresh in-house every day."
|
||||
|
||||
Reference in New Issue
Block a user