From 96c9d7d334434cea64e1170e95da677111da17e6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 19:36:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cfd454d..b94d5ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/young-adult-reusing-fabric-material_23-2149400678.jpg", alt: "Young adult reusing fabric material"}, ]} - avatarText="Join our growing community of art lovers and collectors." + avatarText="" marqueeItems={[ { type: "text-icon", text: "Unique Creations", icon: Sparkles, @@ -122,9 +122,9 @@ export default function LandingPage() {
@@ -137,13 +137,13 @@ export default function LandingPage() { features={[ { icon: Mountain, - title: "Nature-Inspired Themes", description: "Each artwork draws inspiration from the intricate patterns, serene landscapes, and vibrant ecosystems of the natural world."}, + title: "Lively Inspired Themes", description: ""}, { icon: Feather, - title: "Authentic Handcrafted Quality", description: "Our pieces are meticulously created by skilled artisans, using traditional techniques and sustainable materials, ensuring unique character."}, + title: "Quality Prints", description: ""}, { icon: Leaf, - title: "Commitment to Sustainability", description: "From responsibly sourced pigments to eco-friendly packaging, every step reflects our dedication to environmental stewardship."}, + title: "Commitment to Sustainability", description: ""}, ]} title="The COBIS ART Difference" description="Experience art that transcends mere decoration, offering a profound connection to nature and unparalleled artistic integrity." @@ -245,7 +245,7 @@ export default function LandingPage() { variant: "radial-gradient"}} tag="Connect" title="Let's Create Something Beautiful" - description="Whether you're looking for a specific piece, a commission, or just want to learn more, our team is here to assist you." + description="" buttons={[ { text: "Contact Us", href: "mailto:info@cobisart.com"}, -- 2.49.1