Update src/app/page.tsx
This commit is contained in:
@@ -65,15 +65,15 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skiing-snowboarding-equipment_482257-76571.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skiing-snowboarding-equipment_482257-76571.jpg?_wi=1",
|
||||
imageAlt: "Studio aesthetic",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4440.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4440.jpg?_wi=1",
|
||||
imageAlt: "Working on hair",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-arrangement-barber-shop-desk_23-2148256952.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-arrangement-barber-shop-desk_23-2148256952.jpg?_wi=1",
|
||||
imageAlt: "Studio detail",
|
||||
},
|
||||
{
|
||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Crafting Elegance"
|
||||
description="At Silver Hair Studio, we combine refined technical skill with an artistic eye. Located in the heart of Kadıköy, we provide a serene environment where your individual vision is our primary focus."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/confident-young-beautiful-female-barber-uniform-doing-haircut-boy-isolated-pink-wall_141793-105668.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/confident-young-beautiful-female-barber-uniform-doing-haircut-boy-isolated-pink-wall_141793-105668.jpg?_wi=1"
|
||||
imageAlt="Master Stylist at work"
|
||||
/>
|
||||
</div>
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
title: "Color & Highlights",
|
||||
subtitle: "From ₺650",
|
||||
description: "Full color, balayage, and highlights using premium professional products.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skiing-snowboarding-equipment_482257-76571.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skiing-snowboarding-equipment_482257-76571.jpg?_wi=2",
|
||||
imageAlt: "View of modern and futuristic work space with furniture",
|
||||
},
|
||||
{
|
||||
@@ -129,7 +129,7 @@ export default function LandingPage() {
|
||||
title: "Keratin Treatment",
|
||||
subtitle: "From ₺1,200",
|
||||
description: "Restore shine, eliminate frizz, and smooth hair for up to 4 months.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4440.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4440.jpg?_wi=2",
|
||||
imageAlt: "View of modern and futuristic work space with furniture",
|
||||
},
|
||||
{
|
||||
@@ -137,7 +137,7 @@ export default function LandingPage() {
|
||||
title: "Bridal & Special",
|
||||
subtitle: "From ₺800",
|
||||
description: "Elegant updos, braids, and bridal styling for your most important moments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-arrangement-barber-shop-desk_23-2148256952.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-arrangement-barber-shop-desk_23-2148256952.jpg?_wi=2",
|
||||
imageAlt: "View of modern and futuristic work space with furniture",
|
||||
},
|
||||
{
|
||||
@@ -145,7 +145,7 @@ export default function LandingPage() {
|
||||
title: "Hair Care & Masks",
|
||||
subtitle: "From ₺300",
|
||||
description: "Deep conditioning treatments and scalp care rituals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-beautiful-female-barber-uniform-doing-haircut-boy-isolated-pink-wall_141793-105668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-beautiful-female-barber-uniform-doing-haircut-boy-isolated-pink-wall_141793-105668.jpg?_wi=2",
|
||||
imageAlt: "View of modern and futuristic work space with furniture",
|
||||
},
|
||||
{
|
||||
@@ -153,7 +153,7 @@ export default function LandingPage() {
|
||||
title: "Blowout & Finish",
|
||||
subtitle: "From ₺250",
|
||||
description: "A transformative blowout that lasts. Smooth, volume, or textured.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drag-queen-holding-wig-medium-shot_23-2149247328.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drag-queen-holding-wig-medium-shot_23-2149247328.jpg?_wi=1",
|
||||
imageAlt: "View of modern and futuristic work space with furniture",
|
||||
},
|
||||
]}
|
||||
@@ -230,7 +230,7 @@ export default function LandingPage() {
|
||||
text: "Book",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skiing-snowboarding-equipment_482257-76571.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skiing-snowboarding-equipment_482257-76571.jpg?_wi=3",
|
||||
imageAlt: "Blonde girl posing in the bathroom with bath robe",
|
||||
},
|
||||
{
|
||||
@@ -247,7 +247,7 @@ export default function LandingPage() {
|
||||
text: "Book",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4440.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4440.jpg?_wi=3",
|
||||
imageAlt: "Blonde girl posing in the bathroom with bath robe",
|
||||
},
|
||||
]}
|
||||
@@ -267,7 +267,7 @@ export default function LandingPage() {
|
||||
quote: "Absolutely love the results every single time.",
|
||||
name: "Zeynep A.",
|
||||
role: "Regular Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drag-queen-holding-wig-medium-shot_23-2149247328.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drag-queen-holding-wig-medium-shot_23-2149247328.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
|
||||
Reference in New Issue
Block a user