diff --git a/src/app/page.tsx b/src/app/page.tsx
index afbe40c..5b5440c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
-import TeamCardOne from '@/components/sections/team/TeamCardOne';
+
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
export default function LandingPage() {
@@ -33,157 +33,91 @@ export default function LandingPage() {
@@ -196,9 +130,7 @@ export default function LandingPage() {
tag="About Miriam"
buttons={[
{
- text: "My Philosophy",
- href: "#",
- },
+ text: "My Philosophy", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-pink-sweater-looking-camera-posing-high-quality-photo_114579-31514.jpg"
imageAlt="Portrait of Miriam, a professional makeup artist"
@@ -212,32 +144,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "s1",
- title: "Bridal Makeup",
- descriptions: [
- "Your wedding day deserves perfection. We create timeless, elegant bridal looks tailored to your unique style and wedding theme, ensuring you glow from ceremony to reception.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-beautiful-woman-white-dress-standing-near-mirror-thoughtfully-applying-mascara-bathroom_574295-1456.jpg",
- imageAlt: "Bridal makeup",
- },
+ id: "s1", title: "Bridal Makeup", descriptions: [
+ "Your wedding day deserves perfection. We create timeless, elegant bridal looks tailored to your unique style and wedding theme, ensuring you glow from ceremony to reception."],
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-beautiful-woman-white-dress-standing-near-mirror-thoughtfully-applying-mascara-bathroom_574295-1456.jpg", imageAlt: "Bridal makeup"},
{
- id: "s2",
- title: "Special Occasion Glam",
- descriptions: [
- "From galas to birthdays, make a lasting impression with our sophisticated evening and event makeup. We'll design a look that perfectly complements your outfit and personality.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-brunette-female-trendy-evening-golden-jacketsexy-carefree-woman-posing-near-silver-shiny-tinsel-wall-studiofashionable-model-with-bright-makeup-holding-champagne-bottle_158538-22788.jpg",
- imageAlt: "Special occasion makeup",
- },
+ id: "s2", title: "Special Occasion Glam", descriptions: [
+ "From galas to birthdays, make a lasting impression with our sophisticated evening and event makeup. We'll design a look that perfectly complements your outfit and personality."],
+ imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-brunette-female-trendy-evening-golden-jacketsexy-carefree-woman-posing-near-silver-shiny-tinsel-wall-studiofashionable-model-with-bright-makeup-holding-champagne-bottle_158538-22788.jpg", imageAlt: "Special occasion makeup"},
{
- id: "s3",
- title: "Personalized Makeup Lessons",
- descriptions: [
- "Master the art of makeup with one-on-one sessions. Learn professional techniques, product recommendations, and how to create your desired looks with confidence.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-bride-getting-ready-wedding_23-2149860789.jpg",
- imageAlt: "Makeup lessons",
- },
+ id: "s3", title: "Personalized Makeup Lessons", descriptions: [
+ "Master the art of makeup with one-on-one sessions. Learn professional techniques, product recommendations, and how to create your desired looks with confidence."],
+ imageSrc: "http://img.b2bpic.net/free-photo/side-view-bride-getting-ready-wedding_23-2149860789.jpg", imageAlt: "Makeup lessons"},
]}
title="Exquisite Services for Every Occasion"
description="Discover our range of bespoke makeup services, meticulously crafted to bring your vision to life and leave you feeling absolutely radiant."
@@ -253,65 +170,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- brand: "Bridal",
- name: "Classic Bridal Radiance",
- price: "Timeless",
- rating: 5,
- reviewCount: "100+ projects",
- imageSrc: "http://img.b2bpic.net/free-photo/bride-having-her-hair-done_1157-812.jpg",
- imageAlt: "Classic Bridal Radiance",
- },
+ id: "p1", brand: "Bridal", name: "Classic Bridal Radiance", price: "Timeless", rating: 5,
+ reviewCount: "100+ projects", imageSrc: "http://img.b2bpic.net/free-photo/bride-having-her-hair-done_1157-812.jpg", imageAlt: "Classic Bridal Radiance"},
{
- id: "p2",
- brand: "Glam",
- name: "Red Carpet Glamour",
- price: "Bold",
- rating: 5,
- reviewCount: "75+ projects",
- imageSrc: "http://img.b2bpic.net/free-photo/fascinating-blonde-lady-with-long-eyelashes-posing-indoor-studio-photo-pleasant-caucasian-woman-with-dark-makeup_197531-25623.jpg",
- imageAlt: "Red Carpet Glamour",
- },
+ id: "p2", brand: "Glam", name: "Red Carpet Glamour", price: "Bold", rating: 5,
+ reviewCount: "75+ projects", imageSrc: "http://img.b2bpic.net/free-photo/fascinating-blonde-lady-with-long-eyelashes-posing-indoor-studio-photo-pleasant-caucasian-woman-with-dark-makeup_197531-25623.jpg", imageAlt: "Red Carpet Glamour"},
{
- id: "p3",
- brand: "Everyday",
- name: "Natural Radiance",
- price: "Effortless",
- rating: 5,
- reviewCount: "50+ projects",
- imageSrc: "http://img.b2bpic.net/free-photo/creative-portrait-young-adult_23-2149202896.jpg",
- imageAlt: "Natural Radiance",
- },
+ id: "p3", brand: "Everyday", name: "Natural Radiance", price: "Effortless", rating: 5,
+ reviewCount: "50+ projects", imageSrc: "http://img.b2bpic.net/free-photo/creative-portrait-young-adult_23-2149202896.jpg", imageAlt: "Natural Radiance"},
{
- id: "p4",
- brand: "Artistry",
- name: "Editorial Artistry",
- price: "Creative",
- rating: 5,
- reviewCount: "30+ projects",
- imageSrc: "http://img.b2bpic.net/free-photo/comparison-different-types-brush-strokes_23-2150105242.jpg",
- imageAlt: "Editorial Artistry",
- },
+ id: "p4", brand: "Artistry", name: "Editorial Artistry", price: "Creative", rating: 5,
+ reviewCount: "30+ projects", imageSrc: "http://img.b2bpic.net/free-photo/comparison-different-types-brush-strokes_23-2150105242.jpg", imageAlt: "Editorial Artistry"},
{
- id: "p5",
- brand: "Special",
- name: "Soft Romantic Hues",
- price: "Delicate",
- rating: 5,
- reviewCount: "40+ projects",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-cute-blond-teenager-model-without-makeup-summer-hipster-white-dress-clothes-posing-street-background-sunglights-face_158538-12795.jpg",
- imageAlt: "Soft Romantic Hues",
- },
+ id: "p5", brand: "Special", name: "Soft Romantic Hues", price: "Delicate", rating: 5,
+ reviewCount: "40+ projects", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-cute-blond-teenager-model-without-makeup-summer-hipster-white-dress-clothes-posing-street-background-sunglights-face_158538-12795.jpg", imageAlt: "Soft Romantic Hues"},
{
- id: "p6",
- brand: "Event",
- name: "Dramatic Evening Sparkle",
- price: "Daring",
- rating: 5,
- reviewCount: "60+ projects",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-flirting-playful-woman-with-hair-bun-clean-skin-holding-lipstick-mouth-winking_171337-557.jpg",
- imageAlt: "Dramatic Evening Sparkle",
- },
+ id: "p6", brand: "Event", name: "Dramatic Evening Sparkle", price: "Daring", rating: 5,
+ reviewCount: "60+ projects", imageSrc: "http://img.b2bpic.net/free-photo/portrait-flirting-playful-woman-with-hair-bun-clean-skin-holding-lipstick-mouth-winking_171337-557.jpg", imageAlt: "Dramatic Evening Sparkle"},
]}
title="Signature Looks & Portfolio Highlights"
description="Explore a curated selection of our most requested and innovative makeup looks. Each image showcases our versatility and commitment to artistic excellence."
@@ -326,58 +201,28 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "plan1",
- badge: "Bridal",
- price: "$500+",
- subtitle: "Starting package for brides",
- buttons: [
+ id: "plan1", badge: "Bridal", price: "$500+", subtitle: "Starting package for brides", buttons: [
{
- text: "Inquire Now",
- href: "https://calendly.com/makeupbymiriam/booking",
- },
+ text: "Inquire Now", href: "https://calendly.com/makeupbymiriam/booking"},
],
features: [
- "Consultation & Trial",
- "On-site Wedding Day Makeup",
- "Lashes Included",
- "Touch-up Kit",
- ],
+ "Consultation & Trial", "On-site Wedding Day Makeup", "Lashes Included", "Touch-up Kit"],
},
{
- id: "plan2",
- badge: "Glam",
- price: "$250+",
- subtitle: "For special events & photoshoots",
- buttons: [
+ id: "plan2", badge: "Glam", price: "$250+", subtitle: "For special events & photoshoots", buttons: [
{
- text: "Book Glam",
- href: "https://calendly.com/makeupbymiriam/booking",
- },
+ text: "Book Glam", href: "https://calendly.com/makeupbymiriam/booking"},
],
features: [
- "Personalized Look Creation",
- "Premium Product Application",
- "Lashes Included",
- "Mini Touch-up Kit",
- ],
+ "Personalized Look Creation", "Premium Product Application", "Lashes Included", "Mini Touch-up Kit"],
},
{
- id: "plan3",
- badge: "Lessons",
- price: "$150/hr",
- subtitle: "Master your own makeup skills",
- buttons: [
+ id: "plan3", badge: "Lessons", price: "$150/hr", subtitle: "Master your own makeup skills", buttons: [
{
- text: "Schedule Lesson",
- href: "https://calendly.com/makeupbymiriam/booking",
- },
+ text: "Schedule Lesson", href: "https://calendly.com/makeupbymiriam/booking"},
],
features: [
- "One-on-One Instruction",
- "Customized Curriculum",
- "Product Recommendations",
- "Technique Practice",
- ],
+ "One-on-One Instruction", "Customized Curriculum", "Product Recommendations", "Technique Practice"],
},
]}
title="Transparent Pricing & Tailored Packages"
@@ -392,65 +237,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Sarah J.",
- date: "August 2023",
- title: "Dream Wedding Makeup!",
- quote: "Miriam made me feel like an absolute queen on my wedding day. Her attention to detail and ability to understand my vision was incredible. I received so many compliments!",
- tag: "Bridal",
- avatarSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg",
- avatarAlt: "Sarah J. avatar",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-outdoor_624325-1445.jpg",
- imageAlt: "Happy bride smiling",
- },
+ id: "t1", name: "Sarah J.", date: "August 2023", title: "Dream Wedding Makeup!", quote: "Miriam made me feel like an absolute queen on my wedding day. Her attention to detail and ability to understand my vision was incredible. I received so many compliments!", tag: "Bridal", avatarSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", avatarAlt: "Sarah J. avatar", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-outdoor_624325-1445.jpg", imageAlt: "Happy bride smiling"},
{
- id: "t2",
- name: "Emily R.",
- date: "July 2023",
- title: "Flawless for My Event",
- quote: "I needed a special look for a gala, and Miriam absolutely delivered. The makeup lasted all night, looked stunning in photos, and I felt so confident.",
- tag: "Glam",
- avatarSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-elegant-clothes-office_291650-564.jpg",
- avatarAlt: "Emily R. avatar",
- imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-attractive-joyful-tender-blond-european-woman-elegant-silver-glittering-dress-touch-c_1258-131169.jpg",
- imageAlt: "Woman looking glamorous",
- },
+ id: "t2", name: "Emily R.", date: "July 2023", title: "Flawless for My Event", quote: "I needed a special look for a gala, and Miriam absolutely delivered. The makeup lasted all night, looked stunning in photos, and I felt so confident.", tag: "Glam", avatarSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-elegant-clothes-office_291650-564.jpg", avatarAlt: "Emily R. avatar", imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-attractive-joyful-tender-blond-european-woman-elegant-silver-glittering-dress-touch-c_1258-131169.jpg", imageAlt: "Woman looking glamorous"},
{
- id: "t3",
- name: "Jessica L.",
- date: "September 2023",
- title: "Boosted My Confidence!",
- quote: "Miriam's personalized lesson taught me so much! I can now confidently do my own everyday makeup and feel beautiful. Highly recommend!",
- tag: "Lesson",
- avatarSrc: "http://img.b2bpic.net/free-photo/seductive-close-up-photo-beautiful-blonde-girl-cocktail-silk-dress-seduces-someone-touching-her-lips-by-her-finger_639032-835.jpg",
- avatarAlt: "Jessica L. avatar",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-smiling-girl-trendy-summer-light-pink-dress-sexy-carefree-woman-posing-positive-model-having-fun_158538-5134.jpg",
- imageAlt: "Woman with natural makeup",
- },
+ id: "t3", name: "Jessica L.", date: "September 2023", title: "Boosted My Confidence!", quote: "Miriam's personalized lesson taught me so much! I can now confidently do my own everyday makeup and feel beautiful. Highly recommend!", tag: "Lesson", avatarSrc: "http://img.b2bpic.net/free-photo/seductive-close-up-photo-beautiful-blonde-girl-cocktail-silk-dress-seduces-someone-touching-her-lips-by-her-finger_639032-835.jpg", avatarAlt: "Jessica L. avatar", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-smiling-girl-trendy-summer-light-pink-dress-sexy-carefree-woman-posing-positive-model-having-fun_158538-5134.jpg", imageAlt: "Woman with natural makeup"},
{
- id: "t4",
- name: "Rachel K.",
- date: "June 2023",
- title: "Truly Talented Artist",
- quote: "Miriam has an exceptional talent for makeup. She transformed me for my photoshoot, and the results were beyond my expectations. A true artist!",
- tag: "Photoshoot",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107261.jpg",
- avatarAlt: "Rachel K. avatar",
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-standing-white-isolated-background-smiling-making-frame-with-hands-fingers-with-happy-face-creativity-photography-concept_839833-21374.jpg",
- imageAlt: "Woman enjoying transformation",
- },
+ id: "t4", name: "Rachel K.", date: "June 2023", title: "Truly Talented Artist", quote: "Miriam has an exceptional talent for makeup. She transformed me for my photoshoot, and the results were beyond my expectations. A true artist!", tag: "Photoshoot", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107261.jpg", avatarAlt: "Rachel K. avatar", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-standing-white-isolated-background-smiling-making-frame-with-hands-fingers-with-happy-face-creativity-photography-concept_839833-21374.jpg", imageAlt: "Woman enjoying transformation"},
{
- id: "t5",
- name: "Olivia P.",
- date: "October 2023",
- title: "Professional and Perfect",
- quote: "From consultation to final touch, Miriam was incredibly professional and her work was simply perfect. I felt elegant and beautiful throughout the whole event.",
- tag: "Event",
- avatarSrc: "http://img.b2bpic.net/free-photo/serious-blonde-woman-blue-fur-coat-looks-with-charming-expression-directly-satisfied-after-going-shopping-buying-fashionable-winter-outerwear_273609-46819.jpg",
- avatarAlt: "Olivia P. avatar",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-caucasian-woman-with-bright-make-up-making-ponytail-studio-closeup-portrait-young_7502-10397.jpg",
- imageAlt: "Elegant woman with makeup",
- },
+ id: "t5", name: "Olivia P.", date: "October 2023", title: "Professional and Perfect", quote: "From consultation to final touch, Miriam was incredibly professional and her work was simply perfect. I felt elegant and beautiful throughout the whole event.", tag: "Event", avatarSrc: "http://img.b2bpic.net/free-photo/serious-blonde-woman-blue-fur-coat-looks-with-charming-expression-directly-satisfied-after-going-shopping-buying-fashionable-winter-outerwear_273609-46819.jpg", avatarAlt: "Olivia P. avatar", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-caucasian-woman-with-bright-make-up-making-ponytail-studio-closeup-portrait-young_7502-10397.jpg", imageAlt: "Elegant woman with makeup"},
]}
title="What Our Clients Say"
description="Hear from our delighted clients about their experience with Makeup by Miriam. Your satisfaction is our greatest reward."
@@ -458,26 +253,6 @@ export default function LandingPage() {
/>
-
-
-
);
-}
+}
\ No newline at end of file