From 6e3f7248d4cfdd59dd63980aed10332eb13d2e9e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 22:22:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 328 ++++++++--------------------------------------- 1 file changed, 52 insertions(+), 276 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c980b0..2c163c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,31 +18,23 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -101,60 +76,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Local Artist", - name: "Gulf Coast Oil Painting", - price: "$350", - rating: 5, - reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-basket-with-ancient-cup-teapot-high-quality-photo_114579-78019.jpg?_wi=1", - }, - { - id: "p2", - brand: "Artisan Craft", - name: "Hand-blown Glass Vase", - price: "$120", - rating: 5, - reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/view-healthy-fresh-maracuja-fruit_23-2151554282.jpg?_wi=1", - }, - { - id: "p3", - brand: "Local Artist", - name: "Coastal Abstract Canvas", - price: "$450", - rating: 4, - reviewCount: "5", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-beach-sea-with-coconut-palm-tree_74190-1019.jpg?_wi=1", - }, - { - id: "p4", - brand: "Artisan Craft", - name: "Hand-forged Jewelry", - price: "$85", - rating: 5, - reviewCount: "20", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cheese-paper_23-2150062810.jpg", - }, - { - id: "p5", - brand: "Local Artist", - name: "Original Watercolor", - price: "$295", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192250.jpg", - }, - { - id: "p6", - brand: "Artisan Craft", - name: "Ceramic Sculpture", - price: "$175", - rating: 4, - reviewCount: "10", - imageSrc: "http://img.b2bpic.net/free-photo/different-shaped-vases-pink-line_23-2149835527.jpg", - }, + { id: "p1", brand: "Local Artist", name: "Gulf Coast Oil Painting", price: "$350", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/wooden-basket-with-ancient-cup-teapot-high-quality-photo_114579-78019.jpg" }, + { id: "p2", brand: "Artisan Craft", name: "Hand-blown Glass Vase", price: "$120", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/view-healthy-fresh-maracuja-fruit_23-2151554282.jpg" }, + { id: "p3", brand: "Local Artist", name: "Coastal Abstract Canvas", price: "$450", rating: 4, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-beach-sea-with-coconut-palm-tree_74190-1019.jpg" }, + { id: "p4", brand: "Artisan Craft", name: "Hand-forged Jewelry", price: "$85", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cheese-paper_23-2150062810.jpg" }, + { id: "p5", brand: "Local Artist", name: "Original Watercolor", price: "$295", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192250.jpg" }, + { id: "p6", brand: "Artisan Craft", name: "Ceramic Sculpture", price: "$175", rating: 4, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/different-shaped-vases-pink-line_23-2149835527.jpg" } ]} title="Artistic Creations" description="Explore our curated collection of works by local artists and unique artisan creations perfect for every art lover." @@ -164,46 +91,23 @@ export default function LandingPage() {
@@ -214,61 +118,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Susan P.", - date: "March 2024", - title: "Long-time Customer", - quote: "I always find the most unique, meaningful gifts here. Supporting local is the best part!", - tag: "Gift Buyer", - avatarSrc: "http://img.b2bpic.net/free-photo/lovely-art-composition-with-happy-female-model_23-2147868314.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/gift-frame-with-string-pencil_23-2148370080.jpg?_wi=3", - imageAlt: "happy art customer portrait", - }, - { - id: "t2", - name: "Mark D.", - date: "January 2024", - title: "Art Collector", - quote: "The framing work done at Artful Things is top-tier. My paintings have never looked better.", - tag: "Collector", - avatarSrc: "http://img.b2bpic.net/free-photo/back-view-couple-holding-hands_23-2149911892.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709101.jpg?_wi=3", - imageAlt: "happy art customer portrait", - }, - { - id: "t3", - name: "Elena R.", - date: "December 2023", - title: "Gallery Visitor", - quote: "A hidden gem in Niceville. Every time I visit, I see something new and inspiring.", - tag: "Art Lover", - avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-flea-market_23-2149536959.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-basket-with-ancient-cup-teapot-high-quality-photo_114579-78019.jpg?_wi=3", - imageAlt: "happy art customer portrait", - }, - { - id: "t4", - name: "Thomas G.", - date: "November 2023", - title: "Local Resident", - quote: "Beautiful gallery with a fantastic mission. Really keeps our local creative spirit alive.", - tag: "Artist Supporter", - avatarSrc: "http://img.b2bpic.net/free-photo/girl-red-hanging-pictures-home_1398-1917.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/view-healthy-fresh-maracuja-fruit_23-2151554282.jpg?_wi=2", - imageAlt: "happy art customer portrait", - }, - { - id: "t5", - name: "Lisa M.", - date: "October 2023", - title: "Repeat Visitor", - quote: "Friendly staff, unique items, and an incredible collection of Gulf Coast talent.", - tag: "Gallery Friend", - avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-old-woman-hotel-reception_482257-90621.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-beach-sea-with-coconut-palm-tree_74190-1019.jpg?_wi=2", - imageAlt: "happy art customer portrait", - }, + { id: "t1", name: "Susan P.", date: "March 2024", title: "Long-time Customer", quote: "I always find the most unique, meaningful gifts here. Supporting local is the best part!", tag: "Gift Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/lovely-art-composition-with-happy-female-model_23-2147868314.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gift-frame-with-string-pencil_23-2148370080.jpg" }, + { id: "t2", name: "Mark D.", date: "January 2024", title: "Art Collector", quote: "The framing work done at Artful Things is top-tier. My paintings have never looked better.", tag: "Collector", avatarSrc: "http://img.b2bpic.net/free-photo/back-view-couple-holding-hands_23-2149911892.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709101.jpg" }, + { id: "t3", name: "Elena R.", date: "December 2023", title: "Gallery Visitor", quote: "A hidden gem in Niceville. Every time I visit, I see something new and inspiring.", tag: "Art Lover", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-flea-market_23-2149536959.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wooden-basket-with-ancient-cup-teapot-high-quality-photo_114579-78019.jpg" }, + { id: "t4", name: "Thomas G.", date: "November 2023", title: "Local Resident", quote: "Beautiful gallery with a fantastic mission. Really keeps our local creative spirit alive.", tag: "Artist Supporter", avatarSrc: "http://img.b2bpic.net/free-photo/girl-red-hanging-pictures-home_1398-1917.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-healthy-fresh-maracuja-fruit_23-2151554282.jpg" }, + { id: "t5", name: "Lisa M.", date: "October 2023", title: "Repeat Visitor", quote: "Friendly staff, unique items, and an incredible collection of Gulf Coast talent.", tag: "Gallery Friend", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-old-woman-hotel-reception_482257-90621.jpg", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-beach-sea-with-coconut-palm-tree_74190-1019.jpg" } ]} title="Collector Experiences" description="What our local Niceville art community has to say about their visit and unique finds at our gallery." @@ -279,27 +133,15 @@ export default function LandingPage() {
@@ -309,29 +151,11 @@ export default function LandingPage() { title="Get In Touch" description="Have questions about an artist, our services, or want to join our mailing list? We'd love to hear from you." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, - }, - { - name: "subject", - type: "text", - placeholder: "Subject", - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "email", type: "email", placeholder: "Email Address", required: true }, + { name: "subject", type: "text", placeholder: "Subject" } ]} - textarea={{ - name: "message", - placeholder: "Your message here...", - rows: 4, - }} + textarea={{ name: "message", placeholder: "Your message here...", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/couple-young-tourists-walking-urban-enjoy-holiday-together-couple-travel-concept_1150-4616.jpg" /> @@ -340,61 +164,13 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1