5 Commits

Author SHA1 Message Date
3ae20fe915 Merge version_3 into main
Merge version_3 into main
2026-03-10 20:57:30 +00:00
e8c0e47dcc Update src/app/page.tsx 2026-03-10 20:57:26 +00:00
bb62462a5b Merge version_2 into main
Merge version_2 into main
2026-03-10 20:54:55 +00:00
5cec15b7fe Update src/app/page.tsx 2026-03-10 20:54:51 +00:00
bf0bd7cfe9 Merge version_1 into main
Merge version_1 into main
2026-03-10 20:50:03 +00:00

View File

@@ -71,7 +71,7 @@ export default function LandingPage() {
testimonialRotationInterval={5000}
buttons={[
{ text: "Book Appointment", href: "booking" },
{ text: "Call Now", href: "tel:03214976119" }
{ text: "WhatsApp Now", href: "https://wa.me/923214976119" }
]}
buttonAnimation="slide-up"
/>
@@ -86,19 +86,19 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
id: "1", title: "Bridal Makeup", author: "Signature Service", description: "Complete bridal packages including HD makeup, hairstyling, and pre-bridal consultation. Our artists specialize in creating stunning bridal looks that last all day.", tags: ["Makeup", "Hair"],
id: "1", title: "Bridal Makeup", author: "Signature Service", description: "Complete bridal packages including HD makeup, hairstyling, and pre-bridal consultation. Our artists specialize in creating stunning bridal looks that last all day. Starting from PKR 5,000", tags: ["Makeup", "Hair"],
imageSrc: "http://img.b2bpic.net/free-photo/bride-putting-earrings_1157-541.jpg"
},
{
id: "2", title: "Party & Event Makeup", author: "Glamorous Looks", description: "Elegant makeup looks for weddings, parties, and celebrations. From subtle to bold, we create the perfect look for your special event.", tags: ["Makeup", "Events"],
id: "2", title: "Party & Event Makeup", author: "Glamorous Looks", description: "Elegant makeup looks for weddings, parties, and celebrations. From subtle to bold, we create the perfect look for your special event. Starting from PKR 2,000", tags: ["Makeup", "Events"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-black-sweater-standing-posing_114579-81878.jpg"
},
{
id: "3", title: "Professional Hair Styling", author: "Expert Stylists", description: "Professional haircuts, styling, treatments, and chemical services. Our experienced team helps you achieve your ideal look.", tags: ["Hair", "Styling"],
id: "3", title: "Professional Hair Styling", author: "Expert Stylists", description: "Professional haircuts, styling, treatments, and chemical services. Our experienced team helps you achieve your ideal look. Starting from PKR 1,500", tags: ["Hair", "Styling"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230940.jpg"
},
{
id: "4", title: "Beauty Treatments", author: "Skincare Expert", description: "Facials, skincare treatments, threading, and professional salon beauty services. We use high-quality products for best results.", tags: ["Skincare", "Beauty"],
id: "4", title: "Beauty Treatments", author: "Skincare Expert", description: "Facials, skincare treatments, threading, and professional salon beauty services. We use high-quality products for best results. Starting from PKR 1,200", tags: ["Skincare", "Beauty"],
imageSrc: "http://img.b2bpic.net/free-photo/winter-season-lodging-entrance_482257-103218.jpg"
}
]}
@@ -282,4 +282,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}