Merge version_1 into main #2
@@ -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() {
|
||||
<ContactText
|
||||
text="Ready to bring your tattoo vision to life? Message us on WhatsApp or fill out a quick inquiry—we'll respond within 24 hours to discuss your custom design."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Book via WhatsApp", href: "https://wa.me/491234567890?text=Hi%20Jazz-Ink!%20I%27d%20like%20to%20book%20a%20tattoo.%20Style:%20__%20Placement:%20__%20Size:%20__%20Reference%20images:%20__%20Availability:%20__" },
|
||||
@@ -308,21 +308,21 @@ export default function LandingPage() {
|
||||
"Keep bandage on for 2-3 hours after session", "Wash gently with unscented soap 2-3 times daily", "Apply thin layer of unscented lotion or ointment", "Avoid soaking (pools, baths, showers) for 2 weeks", "No swimming or hot tubs during healing"
|
||||
],
|
||||
button: { text: "Learn More", href: "https://wa.me/491234567890?text=Questions%20about%20week%20one%20aftercare" },
|
||||
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=4"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-receiving-manicure-beauty-salon-relaxing-drinking-coffee-while-beautician-master-does-manicure-procedure_613910-20780.jpg"
|
||||
},
|
||||
{
|
||||
id: "week2-3", title: "Weeks 2-3", price: "Maintenance", period: "Phase", features: [
|
||||
"Peeling and itching is normal—resist scratching!", "Continue gentle washing and light moisturizing", "Avoid direct sunlight on the tattoo", "No tight clothing over the tattoo area", "Gradually reduce lotion as skin heals"
|
||||
],
|
||||
button: { text: "Message Us", href: "https://wa.me/491234567890?text=Questions%20about%20weeks%202-3%20aftercare" },
|
||||
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=5"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-receiving-manicure-beauty-salon-relaxing-drinking-coffee-while-beautician-master-does-manicure-procedure_613910-20780.jpg"
|
||||
},
|
||||
{
|
||||
id: "longterm", title: "Long-Term Care", price: "Lifelong", period: "Protection", features: [
|
||||
"Use SPF 50+ sunscreen on your tattoo always", "Keep skin hydrated with quality moisturizer", "Avoid prolonged sun exposure that fades ink", "Touch-ups every 3-5 years to maintain vibrancy", "Message us anytime with questions"
|
||||
],
|
||||
button: { text: "Book a Touch-Up", href: "https://wa.me/491234567890?text=I%27d%20like%20to%20schedule%20a%20touch-up%20session" },
|
||||
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=6"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-receiving-manicure-beauty-salon-relaxing-drinking-coffee-while-beautician-master-does-manicure-procedure_613910-20780.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user