Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-12 12:03:01 +00:00
parent 0a03d3c3bb
commit 5b8cfd4ec5

View File

@@ -115,7 +115,7 @@ export default function GalleryPage() {
category: "Bridal Makeup",
title: "Radiant Bride Transformation",
excerpt: "Stunning bridal makeup with elegant contouring and timeless elegance for the perfect wedding day look",
imageSrc: "http://img.b2bpic.net/free-photo/master-class-make-up-girl-makes-make-up-her-friend_1321-1461.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/master-class-make-up-girl-makes-make-up-her-friend_1321-1461.jpg?_wi=4",
imageAlt: "Bridal Makeup Transformation",
authorName: "Priya Sharma",
authorAvatar: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-flowers_23-2149580422.jpg",
@@ -126,7 +126,7 @@ export default function GalleryPage() {
category: "Hair Styling",
title: "Golden Hair Elegance",
excerpt: "Professional bridal hairstyle with intricate braids and premium styling for unforgettable wedding moments",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-twins-standing-face-face_329181-10735.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-twins-standing-face-face_329181-10735.jpg?_wi=2",
imageAlt: "Professional Hair Transformation",
authorName: "Anjali Verma",
authorAvatar: "http://img.b2bpic.net/free-photo/smiley-bride-getting-ready-front-view_23-2149721977.jpg",
@@ -137,7 +137,7 @@ export default function GalleryPage() {
category: "Groom Styling",
title: "Groom Grooming Excellence",
excerpt: "Professional groom styling and makeup for the perfect wedding day appearance and confidence",
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-actress-make-up-movie_23-2149066319.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-actress-make-up-movie_23-2149066319.jpg?_wi=2",
imageAlt: "Groom Styling Service",
authorName: "Ritika Singh",
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-getting-make-up-from-friend_23-2148299455.jpg",
@@ -148,7 +148,7 @@ export default function GalleryPage() {
category: "Salon Interior",
title: "Luxury Studio Ambiance",
excerpt: "Premium salon environment designed for comfort and relaxation during your beauty transformations",
imageSrc: "http://img.b2bpic.net/free-photo/girl-child-having-fun-posing-studio_1328-2354.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-child-having-fun-posing-studio_1328-2354.jpg?_wi=2",
imageAlt: "Luxury Beauty Studio",
authorName: "Divya Patel",
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-bride-posing-indoors_23-2150264551.jpg",
@@ -169,37 +169,37 @@ export default function GalleryPage() {
{
id: "1",
name: "Priya Sharma",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-flowers_23-2149580422.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-flowers_23-2149580422.jpg?_wi=5",
imageAlt: "Priya Sharma",
},
{
id: "2",
name: "Anjali Verma",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-bride-getting-ready-front-view_23-2149721977.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-bride-getting-ready-front-view_23-2149721977.jpg?_wi=3",
imageAlt: "Anjali Verma",
},
{
id: "3",
name: "Divya Patel",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-getting-make-up-from-friend_23-2148299455.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-getting-make-up-from-friend_23-2148299455.jpg?_wi=2",
imageAlt: "Divya Patel",
},
{
id: "4",
name: "Ritika Singh",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bride-posing-indoors_23-2150264551.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bride-posing-indoors_23-2150264551.jpg?_wi=2",
imageAlt: "Ritika Singh",
},
{
id: "5",
name: "Neha Gupta",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-bride-enveloped-veil_8353-8131.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-bride-enveloped-veil_8353-8131.jpg?_wi=2",
imageAlt: "Neha Gupta",
},
{
id: "6",
name: "Shreya Reddy",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-standing-isolated-white-background_231208-9481.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-standing-isolated-white-background_231208-9481.jpg?_wi=2",
imageAlt: "Shreya Reddy",
},
]}
@@ -250,7 +250,7 @@ export default function GalleryPage() {
required: true,
}}
buttonText="Confirm Booking"
imageSrc="http://img.b2bpic.net/free-vector/beauty-invoice-poster-design_23-2149651367.jpg"
imageSrc="http://img.b2bpic.net/free-vector/beauty-invoice-poster-design_23-2149651367.jpg?_wi=4"
imageAlt="Book Appointment"
mediaAnimation="slide-up"
mediaPosition="right"