From 0bed847aa2e2ff8a48eb292c732fdfd6493399f6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 00:23:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 239 +++++++++-------------------------------------- 1 file changed, 43 insertions(+), 196 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 04f04f4..8a3e927 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,11 @@ export default function LandingPage() { @@ -106,42 +65,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "f1", - name: "Skeleton Art", - price: "$150", - imageSrc: "http://img.b2bpic.net/free-vector/vintage-emblem-with-candle-skull-illustration-set_74855-15571.jpg?_wi=2", - }, - { - id: "f2", - name: "Botanical", - price: "$200", - imageSrc: "http://img.b2bpic.net/free-vector/variety-flowers-leaves_23-2148280054.jpg?_wi=2", - }, - { - id: "f3", - name: "Eagle Dagger", - price: "$300", - imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-artistic-tattoos_23-2147560582.jpg", - }, - { - id: "f4", - name: "Dark Creature", - price: "$250", - imageSrc: "http://img.b2bpic.net/free-vector/decorative-butterflies-set_98292-1956.jpg", - }, - { - id: "f5", - name: "Geometric", - price: "$180", - imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-art-marbling-colorful_181624-61551.jpg", - }, - { - id: "f6", - name: "Traditional Rose", - price: "$220", - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-ornamental-tattoos_23-2147560583.jpg", - }, + { id: "f1", name: "Skeleton Art", price: "$150", imageSrc: "http://img.b2bpic.net/free-vector/vintage-emblem-with-candle-skull-illustration-set_74855-15571.jpg" }, + { id: "f2", name: "Botanical", price: "$200", imageSrc: "http://img.b2bpic.net/free-vector/variety-flowers-leaves_23-2148280054.jpg" }, + { id: "f3", name: "Eagle Dagger", price: "$300", imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-artistic-tattoos_23-2147560582.jpg" }, + { id: "f4", name: "Dark Creature", price: "$250", imageSrc: "http://img.b2bpic.net/free-vector/decorative-butterflies-set_98292-1956.jpg" }, + { id: "f5", name: "Geometric", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-art-marbling-colorful_181624-61551.jpg" }, + { id: "f6", name: "Traditional Rose", price: "$220", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-ornamental-tattoos_23-2147560583.jpg" }, ]} title="The Style Matrix" description="Fine-line, Blackwork, and Traditional. Our collection of pre-drawn flash." @@ -150,46 +79,17 @@ export default function LandingPage() {
@@ -230,26 +118,11 @@ export default function LandingPage() { rating={5} author="Jamie R." avatars={[ - { - src: "http://img.b2bpic.net/free-photo/beauty-woman-s-with-blue-eyes-portrait_633478-325.jpg", - alt: "Sarah", - }, - { - src: "http://img.b2bpic.net/free-photo/designer-working-3d-model_23-2149371901.jpg", - alt: "Mike", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-girl-black-hat-smiling_176420-8505.jpg", - alt: "Jessica", - }, - { - src: "http://img.b2bpic.net/free-photo/person-pressing-buzzer_23-2149731396.jpg", - alt: "Tom", - }, - { - src: "http://img.b2bpic.net/free-photo/confident-pretty-caucasian-woman-stands-sideways-with-crossed-arms-olive-green_141793-69326.jpg", - alt: "Chloe", - }, + { src: "http://img.b2bpic.net/free-photo/beauty-woman-s-with-blue-eyes-portrait_633478-325.jpg", alt: "Sarah" }, + { src: "http://img.b2bpic.net/free-photo/designer-working-3d-model_23-2149371901.jpg", alt: "Mike" }, + { src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-girl-black-hat-smiling_176420-8505.jpg", alt: "Jessica" }, + { src: "http://img.b2bpic.net/free-photo/person-pressing-buzzer_23-2149731396.jpg", alt: "Tom" }, + { src: "http://img.b2bpic.net/free-photo/confident-pretty-caucasian-woman-stands-sideways-with-crossed-arms-olive-green_141793-69326.jpg", alt: "Chloe" }, ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -262,21 +135,9 @@ export default function LandingPage() { title="Studio Impact" tag="By the numbers" metrics={[ - { - id: "m1", - value: "10K+", - description: "Tattoos completed", - }, - { - id: "m2", - value: "500+", - description: "Flash designs", - }, - { - id: "m3", - value: "20", - description: "Years in business", - }, + { id: "m1", value: "10K+", description: "Tattoos completed" }, + { id: "m2", value: "500+", description: "Flash designs" }, + { id: "m3", value: "20", description: "Years in business" }, ]} metricsAnimation="slide-up" /> @@ -285,21 +146,13 @@ export default function LandingPage() {
@@ -307,17 +160,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file