Update src/app/page.tsx

This commit is contained in:
2026-03-15 03:51:08 +00:00
parent ae40468b87
commit 2a865c5b92

View File

@@ -78,19 +78,19 @@ export default function LandingPage() {
features={[
{
id: "hair-styling", title: "Hair Styling & Color", author: "Expert Hair Specialists", description: "Professional haircuts, color treatments, styling, and hair care services using premium products", tags: ["Haircuts", "Color", "Styling"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-grey-putting-garland-hair_23-2147970478.jpg", imageAlt: "Professional Hair Styling Service"
imageSrc: "http://img.b2bpic.net/free-photo/woman-grey-putting-garland-hair_23-2147970478.jpg?_wi=1", imageAlt: "Professional Hair Styling Service"
},
{
id: "hair-extenso", title: "Hair Extenso", author: "Certified Technicians", description: "Premium hair extension services for volume, length, and glamorous looks. Special Ramadan offer: 20% OFF", tags: ["Extensions", "Volume", "Glamorous"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-business-woman-isolated-white-wall_231208-8689.jpg", imageAlt: "Hair Extension Services"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-business-woman-isolated-white-wall_231208-8689.jpg?_wi=1", imageAlt: "Hair Extension Services"
},
{
id: "bridal-makeup", title: "Bridal & Event Makeup", author: "Professional Makeup Artists", description: "Custom makeup artistry for weddings, parties, and special occasions. Professional, long-lasting, and stunning results", tags: ["Bridal", "Events", "Professional"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pretty-bride-thinking_1153-776.jpg", imageAlt: "Bridal Makeup Service"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pretty-bride-thinking_1153-776.jpg?_wi=1", imageAlt: "Bridal Makeup Service"
},
{
id: "facial-treatments", title: "Facial & Skincare", author: "Skincare Specialists", description: "Advanced facial treatments, skincare solutions, and rejuvenation therapies for all skin types", tags: ["Facials", "Skincare", "Treatment"],
imageSrc: "http://img.b2bpic.net/free-photo/concrete-structural-building-city_23-2148798606.jpg", imageAlt: "Skincare Treatments"
imageSrc: "http://img.b2bpic.net/free-photo/concrete-structural-building-city_23-2148798606.jpg?_wi=1", imageAlt: "Skincare Treatments"
},
{
id: "threading-waxing", title: "Threading & Waxing", author: "Experienced Estheticians", description: "Precise eyebrow threading and professional waxing services for smooth, defined features", tags: ["Threading", "Waxing", "Precision"],
@@ -133,7 +133,7 @@ export default function LandingPage() {
title: "Expert Application", description: "Certified technicians ensure perfect fit, comfort, and stunning results"
}
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-young-business-woman-isolated-white-wall_231208-8689.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-young-business-woman-isolated-white-wall_231208-8689.jpg?_wi=2"
imageAlt="Ramadan Special Hair Extenso Offer"
mediaAnimation="blur-reveal"
textboxLayout="split"
@@ -149,16 +149,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "gallery-1", name: "Hair Styling Transformation", price: "Premium Service", imageSrc: "http://img.b2bpic.net/free-photo/woman-grey-putting-garland-hair_23-2147970478.jpg", imageAlt: "Professional Hair Styling"
id: "gallery-1", name: "Hair Styling Transformation", price: "Premium Service", imageSrc: "http://img.b2bpic.net/free-photo/woman-grey-putting-garland-hair_23-2147970478.jpg?_wi=2", imageAlt: "Professional Hair Styling"
},
{
id: "gallery-2", name: "Bridal Makeup Artistry", price: "Bride's Special", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pretty-bride-thinking_1153-776.jpg", imageAlt: "Bridal Makeup Service"
id: "gallery-2", name: "Bridal Makeup Artistry", price: "Bride's Special", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pretty-bride-thinking_1153-776.jpg?_wi=2", imageAlt: "Bridal Makeup Service"
},
{
id: "gallery-3", name: "Hair Extension Magic", price: "20% Off This Month", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-business-woman-isolated-white-wall_231208-8689.jpg", imageAlt: "Hair Extension Service"
id: "gallery-3", name: "Hair Extension Magic", price: "20% Off This Month", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-business-woman-isolated-white-wall_231208-8689.jpg?_wi=3", imageAlt: "Hair Extension Service"
},
{
id: "gallery-4", name: "Salon Ambiance", price: "Luxury Experience", imageSrc: "http://img.b2bpic.net/free-photo/concrete-structural-building-city_23-2148798606.jpg", imageAlt: "Salon Interior"
id: "gallery-4", name: "Salon Ambiance", price: "Luxury Experience", imageSrc: "http://img.b2bpic.net/free-photo/concrete-structural-building-city_23-2148798606.jpg?_wi=2", imageAlt: "Salon Interior"
}
]}
gridVariant="two-columns-alternating-heights"
@@ -199,7 +199,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "radial-gradient" as const }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/concrete-structural-building-city_23-2148798606.jpg"
imageSrc="http://img.b2bpic.net/free-photo/concrete-structural-building-city_23-2148798606.jpg?_wi=3"
imageAlt="Trends By Maha Salon Entrance"
mediaAnimation="slide-up"
mediaPosition="right"