Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -48,21 +48,21 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex R.", 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", imageAlt: "artisanal roasted coffee beans rustic table"},
|
||||
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"},
|
||||
{
|
||||
name: "Maria L.", handle: "@m_lattes", testimonial: "Fresh, fragrant, and smooth. Farmers Horse is my go-to.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg", imageAlt: "artisanal roasted coffee beans rustic table"},
|
||||
{
|
||||
name: "Jordan P.", 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", imageAlt: "artisanal roasted coffee beans rustic table"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-wooden-old-background_1220-7514.jpg?_wi=1", imageAlt: "artisanal roasted coffee beans rustic table"},
|
||||
{
|
||||
name: "Sarah K.", 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", imageAlt: "artisanal roasted coffee beans rustic table"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116661.jpg?_wi=1", imageAlt: "artisanal roasted coffee beans rustic table"},
|
||||
{
|
||||
name: "David M.", 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", imageAlt: "artisanal roasted coffee beans rustic table"},
|
||||
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", alt: "Coffee machine making a perfect cup of coffee"},
|
||||
@@ -96,11 +96,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Morning Heritage", price: "$18.00", variant: "Light Roast", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-wooden-old-background_1220-7514.jpg"},
|
||||
id: "p1", name: "Morning Heritage", price: "$18.00", variant: "Light Roast", 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"},
|
||||
id: "p2", name: "Highland Gold", price: "$20.00", variant: "Medium Roast", 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"},
|
||||
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?_wi=2"},
|
||||
{
|
||||
id: "p4", name: "Ethiopian Bloom", price: "$24.00", variant: "Light Roast", imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-beans_53876-23308.jpg"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user