diff --git a/src/app/page.tsx b/src/app/page.tsx index 0acada1..25833ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,18 +48,18 @@ export default function LandingPage() { tag="Premium Tattoo Studio" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tattoo-artist-wearing-gloves_23-2149525973.jpg", imageAlt: "fineline tattoo needle detail tattoo artist precision work close-up ink" }, - { imageSrc: "http://img.b2bpic.net/free-vector/colorless-floral-decoration-element-set_23-2148192624.jpg?_wi=1", imageAlt: "fineline tattoo design delicate lines arm tattoo minimalist" }, - { imageSrc: "http://img.b2bpic.net/free-vector/colorless-floral-decoration-element-set_23-2148192624.jpg?_wi=2", imageAlt: "fineline tattoo sleeve delicate lines minimalist design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-receiving-manicure-beauty-salon-relaxing-drinking-coffee-while-beautician-master-does-manicure-procedure_613910-20780.jpg?_wi=1", imageAlt: "tattoo consultation artist meeting design discussion client" } + { imageSrc: "http://img.b2bpic.net/free-vector/colorless-floral-decoration-element-set_23-2148192624.jpg", imageAlt: "fineline tattoo design delicate lines arm tattoo minimalist" }, + { imageSrc: "http://img.b2bpic.net/free-vector/colorless-floral-decoration-element-set_23-2148192624.jpg", imageAlt: "fineline tattoo sleeve delicate lines minimalist design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-receiving-manicure-beauty-salon-relaxing-drinking-coffee-while-beautician-master-does-manicure-procedure_613910-20780.jpg", imageAlt: "tattoo consultation artist meeting design discussion client" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-vector/beautiful-realistic-hand-drawn-vintage-floral-bouquet_52683-28103.jpg?_wi=1", imageAlt: "floral tattoo flower design botanical tattoo roses" }, - { imageSrc: "http://img.b2bpic.net/free-vector/mandala-background-design_1268-833.jpg?_wi=1", imageAlt: "ornamental tattoo geometric patterns mandala tattoo" }, - { imageSrc: "http://img.b2bpic.net/free-vector/vintage-japanese-tattoo-style-colorful-template_225004-1425.jpg?_wi=1", imageAlt: "anime tattoo manga design character tattoo Japanese" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-tattoo-artist-doing-her-job_23-2149445992.jpg?_wi=1", imageAlt: "tattoo design creation stencil artist working precision" } + { imageSrc: "http://img.b2bpic.net/free-vector/beautiful-realistic-hand-drawn-vintage-floral-bouquet_52683-28103.jpg", imageAlt: "floral tattoo flower design botanical tattoo roses" }, + { imageSrc: "http://img.b2bpic.net/free-vector/mandala-background-design_1268-833.jpg", imageAlt: "ornamental tattoo geometric patterns mandala tattoo" }, + { imageSrc: "http://img.b2bpic.net/free-vector/vintage-japanese-tattoo-style-colorful-template_225004-1425.jpg", imageAlt: "anime tattoo manga design character tattoo Japanese" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-tattoo-artist-doing-her-job_23-2149445992.jpg", imageAlt: "tattoo design creation stencil artist working precision" } ]} carouselPosition="right" buttons={[ @@ -83,7 +83,7 @@ export default function LandingPage() { products={[ { id: "fineline-1", brand: "Fineline", name: "Delicate Wrist Design", price: "Custom Quote", rating: 5, - reviewCount: "Client Work", imageSrc: "http://img.b2bpic.net/free-vector/colorless-floral-decoration-element-set_23-2148192624.jpg?_wi=3", imageAlt: "Delicate fineline wrist tattoo" + reviewCount: "Client Work", imageSrc: "http://img.b2bpic.net/free-vector/colorless-floral-decoration-element-set_23-2148192624.jpg", imageAlt: "Delicate fineline wrist tattoo" }, { id: "fineline-2", brand: "Fineline", name: "Minimalist Line Art", price: "Custom Quote", rating: 5, @@ -91,7 +91,7 @@ export default function LandingPage() { }, { id: "ornamental-1", brand: "Ornamental", name: "Geometric Mandala", price: "Custom Quote", rating: 5, - reviewCount: "Client Work", imageSrc: "http://img.b2bpic.net/free-vector/mandala-background-design_1268-833.jpg?_wi=2", imageAlt: "Ornamental mandala tattoo" + reviewCount: "Client Work", imageSrc: "http://img.b2bpic.net/free-vector/mandala-background-design_1268-833.jpg", imageAlt: "Ornamental mandala tattoo" }, { id: "ornamental-2", brand: "Ornamental", name: "Symmetrical Pattern", price: "Custom Quote", rating: 5, @@ -99,7 +99,7 @@ export default function LandingPage() { }, { id: "floral-1", brand: "Floral", name: "Rose Garden", price: "Custom Quote", rating: 5, - reviewCount: "Client Work", imageSrc: "http://img.b2bpic.net/free-vector/beautiful-realistic-hand-drawn-vintage-floral-bouquet_52683-28103.jpg?_wi=2", imageAlt: "Rose floral tattoo design" + reviewCount: "Client Work", imageSrc: "http://img.b2bpic.net/free-vector/beautiful-realistic-hand-drawn-vintage-floral-bouquet_52683-28103.jpg", imageAlt: "Rose floral tattoo design" }, { id: "floral-2", brand: "Floral", name: "Botanical Sleeve", price: "Custom Quote", rating: 5, @@ -115,7 +115,7 @@ export default function LandingPage() { }, { id: "anime-1", brand: "Anime", name: "Character Design", price: "Custom Quote", rating: 5, - reviewCount: "Client Work", imageSrc: "http://img.b2bpic.net/free-vector/vintage-japanese-tattoo-style-colorful-template_225004-1425.jpg?_wi=2", imageAlt: "Anime character tattoo" + reviewCount: "Client Work", imageSrc: "http://img.b2bpic.net/free-vector/vintage-japanese-tattoo-style-colorful-template_225004-1425.jpg", imageAlt: "Anime character tattoo" } ]} /> @@ -134,7 +134,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Fineline", description: "Delicate, precise single-line work that emphasizes minimalism and elegance. Perfect for wrists, fingers, and subtle placements that make a sophisticated statement.", reverse: false, - media: { imageSrc: "http://img.b2bpic.net/free-vector/colorless-floral-decoration-element-set_23-2148192624.jpg?_wi=4", imageAlt: "Fineline tattoo style" }, + media: { imageSrc: "http://img.b2bpic.net/free-vector/colorless-floral-decoration-element-set_23-2148192624.jpg", imageAlt: "Fineline tattoo style" }, items: [ { icon: Sparkles, text: "Micro detail precision" }, { icon: Check, text: "Wrist and hand placement" }, @@ -194,7 +194,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Idea & References", description: "Message us on WhatsApp with your tattoo idea, style preference, and reference images. We'll chat about placement, size, and your vision in a relaxed, judgment-free conversation.", reverse: false, - media: { imageSrc: "http://img.b2bpic.net/free-photo/man-receiving-manicure-beauty-salon-relaxing-drinking-coffee-while-beautician-master-does-manicure-procedure_613910-20780.jpg?_wi=2", imageAlt: "Consultation discussion" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/man-receiving-manicure-beauty-salon-relaxing-drinking-coffee-while-beautician-master-does-manicure-procedure_613910-20780.jpg", imageAlt: "Consultation discussion" }, items: [ { icon: MessageSquare, text: "WhatsApp booking" }, { icon: ImageIcon, text: "Share references" }, @@ -212,7 +212,7 @@ export default function LandingPage() { }, { id: "3", title: "Design & Stencil", description: "Our artists create your custom design with precision. Once approved, we make a stencil and test placement on your skin to ensure it's exactly right.", reverse: false, - media: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-tattoo-artist-doing-her-job_23-2149445992.jpg?_wi=2", imageAlt: "Design creation and stencil" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-tattoo-artist-doing-her-job_23-2149445992.jpg", imageAlt: "Design creation and stencil" }, items: [ { icon: Pencil, text: "Custom design" }, { icon: Check, text: "Your approval" }, @@ -230,7 +230,7 @@ export default function LandingPage() { }, { id: "5", title: "Aftercare & Check-In", description: "We provide detailed aftercare instructions and downloadable guides. Two weeks later, we check in to ensure perfect healing. Questions anytime—we're here for you.", reverse: false, - media: { imageSrc: "http://img.b2bpic.net/free-photo/man-receiving-manicure-beauty-salon-relaxing-drinking-coffee-while-beautician-master-does-manicure-procedure_613910-20780.jpg?_wi=3", imageAlt: "Aftercare guidance" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/man-receiving-manicure-beauty-salon-relaxing-drinking-coffee-while-beautician-master-does-manicure-procedure_613910-20780.jpg", imageAlt: "Aftercare guidance" }, items: [ { icon: FileText, text: "Detailed guides" }, { icon: Bell, text: "Follow-up check-in" }, @@ -284,7 +284,7 @@ export default function LandingPage() {