Update src/app/page.tsx
This commit is contained in:
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
|||||||
handle: "@evance",
|
handle: "@evance",
|
||||||
testimonial: "The honesty of the materials at FK is unparalleled. It changes how I approach the canvas.",
|
testimonial: "The honesty of the materials at FK is unparalleled. It changes how I approach the canvas.",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-abstract-texture-background_1373-454.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/gray-abstract-texture-background_1373-454.jpg?_wi=1",
|
||||||
imageAlt: "raw canvas texture high resolution",
|
imageAlt: "raw canvas texture high resolution",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
|||||||
handle: "@schenart",
|
handle: "@schenart",
|
||||||
testimonial: "Finally, professional grade linen that respects the artist's touch.",
|
testimonial: "Finally, professional grade linen that respects the artist's touch.",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/brushes-trio-with-paint_23-2148143522.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/brushes-trio-with-paint_23-2148143522.jpg?_wi=1",
|
||||||
imageAlt: "raw canvas texture high resolution",
|
imageAlt: "raw canvas texture high resolution",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
|||||||
handle: "@jthorne",
|
handle: "@jthorne",
|
||||||
testimonial: "Everything I need, nothing I don't. The iron-oxide red is a revelation.",
|
testimonial: "Everything I need, nothing I don't. The iron-oxide red is a revelation.",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-drawing-equipment_23-2149371270.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/still-life-drawing-equipment_23-2149371270.jpg?_wi=1",
|
||||||
imageAlt: "raw canvas texture high resolution",
|
imageAlt: "raw canvas texture high resolution",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -96,11 +96,11 @@ export default function LandingPage() {
|
|||||||
handle: "@bvsstudio",
|
handle: "@bvsstudio",
|
||||||
testimonial: "Raw. Authentic. The frame of my artistic journey.",
|
testimonial: "Raw. Authentic. The frame of my artistic journey.",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pencils-leather-bag_23-2148023567.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/pencils-leather-bag_23-2148023567.jpg?_wi=1",
|
||||||
imageAlt: "raw canvas texture high resolution",
|
imageAlt: "raw canvas texture high resolution",
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/gray-abstract-texture-background_1373-454.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/gray-abstract-texture-background_1373-454.jpg?_wi=2"
|
||||||
imageAlt="Raw canvas texture high resolution"
|
imageAlt="Raw canvas texture high resolution"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -191,7 +191,7 @@ export default function LandingPage() {
|
|||||||
price: "$120",
|
price: "$120",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
reviewCount: "42",
|
reviewCount: "42",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/brushes-trio-with-paint_23-2148143522.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/brushes-trio-with-paint_23-2148143522.jpg?_wi=2",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2",
|
||||||
@@ -200,7 +200,7 @@ export default function LandingPage() {
|
|||||||
price: "$340",
|
price: "$340",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
reviewCount: "89",
|
reviewCount: "89",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-drawing-equipment_23-2149371270.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/still-life-drawing-equipment_23-2149371270.jpg?_wi=2",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3",
|
||||||
@@ -209,7 +209,7 @@ export default function LandingPage() {
|
|||||||
price: "$85",
|
price: "$85",
|
||||||
rating: 4,
|
rating: 4,
|
||||||
reviewCount: "120",
|
reviewCount: "120",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pencils-leather-bag_23-2148023567.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/pencils-leather-bag_23-2148023567.jpg?_wi=2",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4",
|
||||||
|
|||||||
Reference in New Issue
Block a user