From e98c320f6e3f65edfa487b806cd5b277773977a5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 19:41:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ce6cb8..af883b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,11 +48,11 @@ export default function LandingPage() { description="CArt Gallery showcases a curated collection of contemporary and classic artworks from emerging and established artists worldwide. Find your next masterpiece." background={{ variant: "radial-gradient" }} testimonials={[ - { name: "Evelyn Reed", handle: "@evelyn.art", testimonial: "CArt Gallery has been instrumental in showcasing my work to a global audience. Their dedication to artists is unparalleled.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-oil-paints-canvas-wall_176420-2848.jpg", imageAlt: "abstract art painting vibrant" }, - { name: "Marcus Thorne", handle: "@marcust_sculpts", testimonial: "The support and exposure I've received from CArt Gallery are incredible. My sculptures have found new homes thanks to them.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-modern-vase-design_23-2150529735.jpg", imageAlt: "sculpture modern minimalist design" }, - { name: "Sophia Chang", handle: "@sophia.digital", testimonial: "As a digital artist, finding a gallery that truly understands and promotes my medium is rare. CArt Gallery excels at this!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/yellow-acrylic-shape-water_23-2148469377.jpg", imageAlt: "digital art abstract landscape" }, - { name: "Liam O'Connell", handle: "@liam.lens", testimonial: "My photography has gained significant recognition since partnering with CArt Gallery. A truly professional and passionate team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/watercolor-paint-background-holi-festival_23-2148093776.jpg", imageAlt: "photographic art black white" }, - { name: "Isabella Rossi", handle: "@isabella_art", testimonial: "The gallery's attention to detail in presenting my mixed media pieces is outstanding. Highly recommend to any serious artist.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/rendering-inspirational-mood-board_23-2150975952.jpg", imageAlt: "mixed media art vibrant colors" } + { name: "Evelyn Reed", handle: "@evelyn.art", testimonial: "CArt Gallery has been instrumental in showcasing my work to a global audience. Their dedication to artists is unparalleled.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-oil-paints-canvas-wall_176420-2848.jpg?_wi=1", imageAlt: "abstract art painting vibrant" }, + { name: "Marcus Thorne", handle: "@marcust_sculpts", testimonial: "The support and exposure I've received from CArt Gallery are incredible. My sculptures have found new homes thanks to them.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-modern-vase-design_23-2150529735.jpg?_wi=1", imageAlt: "sculpture modern minimalist design" }, + { name: "Sophia Chang", handle: "@sophia.digital", testimonial: "As a digital artist, finding a gallery that truly understands and promotes my medium is rare. CArt Gallery excels at this!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/yellow-acrylic-shape-water_23-2148469377.jpg?_wi=1", imageAlt: "digital art abstract landscape" }, + { name: "Liam O'Connell", handle: "@liam.lens", testimonial: "My photography has gained significant recognition since partnering with CArt Gallery. A truly professional and passionate team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/watercolor-paint-background-holi-festival_23-2148093776.jpg?_wi=1", imageAlt: "photographic art black white" }, + { name: "Isabella Rossi", handle: "@isabella_art", testimonial: "The gallery's attention to detail in presenting my mixed media pieces is outstanding. Highly recommend to any serious artist.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/rendering-inspirational-mood-board_23-2150975952.jpg?_wi=1", imageAlt: "mixed media art vibrant colors" } ]} mediaAnimation="slide-up" useInvertedBackground={false} @@ -137,11 +137,11 @@ export default function LandingPage() {