Update src/app/page.tsx
This commit is contained in:
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
handle: "@alexcoffee",
|
||||
testimonial: "The best roast I've had in years. Absolute quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-kettle-with-roasted-beans_23-2148337160.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-kettle-with-roasted-beans_23-2148337160.jpg?_wi=1",
|
||||
imageAlt: "artisanal roasted coffee beans rustic table",
|
||||
},
|
||||
{
|
||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
handle: "@jordanp",
|
||||
testimonial: "Exceptional service and even better beans.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-wooden-old-background_1220-7514.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-wooden-old-background_1220-7514.jpg?_wi=1",
|
||||
imageAlt: "artisanal roasted coffee beans rustic table",
|
||||
},
|
||||
{
|
||||
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
||||
handle: "@sarahk",
|
||||
testimonial: "Farm-fresh quality in every single cup.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116661.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116661.jpg?_wi=1",
|
||||
imageAlt: "artisanal roasted coffee beans rustic table",
|
||||
},
|
||||
{
|
||||
@@ -91,11 +91,11 @@ export default function LandingPage() {
|
||||
handle: "@dm_bean",
|
||||
testimonial: "Pure coffee magic. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cookies-cinnamon-near-coffee_23-2147764902.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cookies-cinnamon-near-coffee_23-2147764902.jpg?_wi=1",
|
||||
imageAlt: "artisanal roasted coffee beans rustic table",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-coffee-kettle-with-roasted-beans_23-2148337160.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-coffee-kettle-with-roasted-beans_23-2148337160.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699654.jpg",
|
||||
@@ -145,21 +145,21 @@ export default function LandingPage() {
|
||||
name: "Morning Heritage",
|
||||
price: "$18.00",
|
||||
variant: "Light Roast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-wooden-old-background_1220-7514.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-wooden-old-background_1220-7514.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Highland Gold",
|
||||
price: "$20.00",
|
||||
variant: "Medium Roast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116661.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116661.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Midnight Rider",
|
||||
price: "$22.00",
|
||||
variant: "Dark Roast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cookies-cinnamon-near-coffee_23-2147764902.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cookies-cinnamon-near-coffee_23-2147764902.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
|
||||
Reference in New Issue
Block a user