Update src/app/page.tsx
This commit is contained in:
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
handle: "@sarahmiller",
|
||||
testimonial: "The best nuts I've ordered online. Truly artisanal quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crunchy-natural-peanut-butter-sandwich-with-rice-cake-bread-green-apple-slices-honey_114579-3986.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crunchy-natural-peanut-butter-sandwich-with-rice-cake-bread-green-apple-slices-honey_114579-3986.jpg?_wi=1",
|
||||
imageAlt: "artisanal nuts and dried fruits background",
|
||||
},
|
||||
{
|
||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
handle: "@johndoe",
|
||||
testimonial: "Excellent corporate gifts. My clients loved the quality.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cof0Ag7SZo5Ic3bdiZL9m0dhqo/uploaded-1777056696357-1mlq5pkd.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cof0Ag7SZo5Ic3bdiZL9m0dhqo/uploaded-1777056696357-1mlq5pkd.png?_wi=1",
|
||||
imageAlt: "artisanal nuts and dried fruits background",
|
||||
},
|
||||
{
|
||||
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
||||
handle: "@emilyc",
|
||||
testimonial: "Finally, a brand that cares about sustainability and quality.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cof0Ag7SZo5Ic3bdiZL9m0dhqo/uploaded-1777056696358-h2hlsvzq.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cof0Ag7SZo5Ic3bdiZL9m0dhqo/uploaded-1777056696358-h2hlsvzq.png?_wi=1",
|
||||
imageAlt: "artisanal nuts and dried fruits background",
|
||||
},
|
||||
{
|
||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
||||
handle: "@lisaw",
|
||||
testimonial: "The combo packs are my favorite for snacking.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-walnuts-jars-wooden-table-horizontal_176474-4152.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-walnuts-jars-wooden-table-horizontal_176474-4152.jpg?_wi=1",
|
||||
imageAlt: "artisanal nuts and dried fruits background",
|
||||
},
|
||||
]}
|
||||
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crunchy-natural-peanut-butter-sandwich-with-rice-cake-bread-green-apple-slices-honey_114579-3986.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crunchy-natural-peanut-butter-sandwich-with-rice-cake-bread-green-apple-slices-honey_114579-3986.jpg?_wi=2"
|
||||
imageAlt="artisanal nuts and dried fruits background"
|
||||
avatars={[
|
||||
{
|
||||
@@ -234,21 +234,21 @@ export default function LandingPage() {
|
||||
name: "Combo Nuts & Seeds",
|
||||
price: "$12.00",
|
||||
variant: "500g",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cof0Ag7SZo5Ic3bdiZL9m0dhqo/uploaded-1777056696357-1mlq5pkd.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cof0Ag7SZo5Ic3bdiZL9m0dhqo/uploaded-1777056696357-1mlq5pkd.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Banana Powder",
|
||||
price: "$8.00",
|
||||
variant: "250g",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cof0Ag7SZo5Ic3bdiZL9m0dhqo/uploaded-1777056696358-h2hlsvzq.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cof0Ag7SZo5Ic3bdiZL9m0dhqo/uploaded-1777056696358-h2hlsvzq.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Roasted Almonds",
|
||||
price: "$15.00",
|
||||
variant: "200g",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-walnuts-jars-wooden-table-horizontal_176474-4152.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-walnuts-jars-wooden-table-horizontal_176474-4152.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
|
||||
Reference in New Issue
Block a user