Update src/app/page.tsx
This commit is contained in:
@@ -75,15 +75,15 @@ export default function LandingPage() {
|
||||
tagIcon={Scissors}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Classic Haircuts", tags: ["Premium Technique", "30 mins"],
|
||||
id: "1", title: "Classic Haircuts", tags: ["Premium Technique • 30 mins • ₱250-350"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg", imageAlt: "Professional haircut service"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Beard & Grooming", tags: ["Expert Shaping", "20 mins"],
|
||||
id: "2", title: "Beard & Grooming", tags: ["Expert Shaping • 20 mins • ₱150-200"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-beard-crop-client_23-2147778893.jpg", imageAlt: "Beard grooming expertise"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Precision Cuts", tags: ["Detailed Design", "45 mins"],
|
||||
id: "3", title: "Precision Cuts", tags: ["Detailed Design • 45 mins • ₱350-450"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Precision haircut design"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user