Update src/app/page.tsx

This commit is contained in:
2026-05-10 09:03:41 +00:00
parent 08b552bb1f
commit 8a295f27b3

View File

@@ -48,11 +48,11 @@ export default function LandingPage() {
title="Craft, Precision, Character." title="Craft, Precision, Character."
description="Step into MasterCuts, where every cut is a masterpiece and every barber is an artist. Experience grooming the way it was meant to be." description="Step into MasterCuts, where every cut is a masterpiece and every barber is an artist. Experience grooming the way it was meant to be."
testimonials={[ testimonials={[
{ name: "James Anderson", handle: "@james", testimonial: "The best fade I've ever had. Truly artisan work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-tattooed-hipster-male-wearing-top-hat-grey-vignette-background_613910-8462.jpg" }, { name: "James Anderson", handle: "@james", testimonial: "The best fade I've ever had. Truly artisan work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-tattooed-hipster-male-wearing-top-hat-grey-vignette-background_613910-8462.jpg?_wi=1" },
{ name: "Sophia Miller", handle: "@sophia", testimonial: "Finally found a barber who understands modern trends.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/glamour-closeup-portrait-beautiful-sexy-caucasian-young-blond-woman-model-with-bright-makeup_158538-7839.jpg" }, { name: "Sophia Miller", handle: "@sophia", testimonial: "Finally found a barber who understands modern trends.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/glamour-closeup-portrait-beautiful-sexy-caucasian-young-blond-woman-model-with-bright-makeup_158538-7839.jpg?_wi=1" },
{ name: "Marcus Chen", handle: "@marcus", testimonial: "Exceptional attention to detail. Worth every penny.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-using-dryer-beard-man_23-2147737033.jpg" }, { name: "Marcus Chen", handle: "@marcus", testimonial: "Exceptional attention to detail. Worth every penny.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-using-dryer-beard-man_23-2147737033.jpg?_wi=1" },
{ name: "David Thorne", handle: "@davidt", testimonial: "Consistent, clean, and always a great vibe.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-1267.jpg" }, { name: "David Thorne", handle: "@davidt", testimonial: "Consistent, clean, and always a great vibe.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-1267.jpg?_wi=1" },
{ name: "Chloe Vance", handle: "@chloev", testimonial: "Perfectly tailored to my style, highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-red-lips-unusual-hair-style-with-shadow-eyes-black-background_158538-3863.jpg" }, { name: "Chloe Vance", handle: "@chloev", testimonial: "Perfectly tailored to my style, highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-red-lips-unusual-hair-style-with-shadow-eyes-black-background_158538-3863.jpg?_wi=1" },
]} ]}
buttons={[{ text: "Book Your Transformation", href: "#contact" }]} buttons={[{ text: "Book Your Transformation", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/composition-shaving-objects_23-2148122054.jpg" imageSrc="http://img.b2bpic.net/free-photo/composition-shaving-objects_23-2148122054.jpg"
@@ -88,7 +88,7 @@ export default function LandingPage() {
reverse: true reverse: true
}, },
{ {
title: "Artisan Care", description: "Curated grooming kits designed for longevity and style.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313068.jpg" }, title: "Artisan Care", description: "Curated grooming kits designed for longevity and style.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313068.jpg?_wi=1" },
items: [{ icon: Package, text: "Hand-picked Oils" }, { icon: Star, text: "Organic Products" }, { icon: ShieldCheck, text: "Verified Ingredients" }], items: [{ icon: Package, text: "Hand-picked Oils" }, { icon: Star, text: "Organic Products" }, { icon: ShieldCheck, text: "Verified Ingredients" }],
reverse: false reverse: false
}, },
@@ -119,7 +119,7 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ id: "p1", name: "Signature Pomade", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313068.jpg" }, { id: "p1", name: "Signature Pomade", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313068.jpg?_wi=2" },
{ id: "p2", name: "Beard Oil Gold", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/top-view-scissors-dispenser_23-2148108757.jpg" }, { id: "p2", name: "Beard Oil Gold", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/top-view-scissors-dispenser_23-2148108757.jpg" },
{ id: "p3", name: "Artisan Shave Cream", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/poodle-scenes-vanity-setting_23-2151987174.jpg" }, { id: "p3", name: "Artisan Shave Cream", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/poodle-scenes-vanity-setting_23-2151987174.jpg" },
]} ]}
@@ -165,11 +165,11 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ id: "t1", title: "Top-tier service", quote: "The atmosphere here is truly premium. I'm a client for life.", name: "James Anderson", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-tattooed-hipster-male-wearing-top-hat-grey-vignette-background_613910-8462.jpg" }, { id: "t1", title: "Top-tier service", quote: "The atmosphere here is truly premium. I'm a client for life.", name: "James Anderson", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-tattooed-hipster-male-wearing-top-hat-grey-vignette-background_613910-8462.jpg?_wi=2" },
{ id: "t2", title: "Chic transformation", quote: "I love the short haircut style they created. Feels very professional.", name: "Sophia Miller", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/glamour-closeup-portrait-beautiful-sexy-caucasian-young-blond-woman-model-with-bright-makeup_158538-7839.jpg" }, { id: "t2", title: "Chic transformation", quote: "I love the short haircut style they created. Feels very professional.", name: "Sophia Miller", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/glamour-closeup-portrait-beautiful-sexy-caucasian-young-blond-woman-model-with-bright-makeup_158538-7839.jpg?_wi=2" },
{ id: "t3", title: "Best fade ever", quote: "Honestly, the attention to detail is second to none.", name: "Marcus Chen", role: "Tech Founder", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-dryer-beard-man_23-2147737033.jpg" }, { id: "t3", title: "Best fade ever", quote: "Honestly, the attention to detail is second to none.", name: "Marcus Chen", role: "Tech Founder", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-dryer-beard-man_23-2147737033.jpg?_wi=2" },
{ id: "t4", title: "Great conversation", quote: "Always a welcoming vibe, and the cut is always consistent.", name: "David Thorne", role: "Consultant", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-1267.jpg" }, { id: "t4", title: "Great conversation", quote: "Always a welcoming vibe, and the cut is always consistent.", name: "David Thorne", role: "Consultant", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-1267.jpg?_wi=2" },
{ id: "t5", title: "Love the trend", quote: "Creative, modern, and perfectly suited for my personality.", name: "Chloe Vance", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-red-lips-unusual-hair-style-with-shadow-eyes-black-background_158538-3863.jpg" }, { id: "t5", title: "Love the trend", quote: "Creative, modern, and perfectly suited for my personality.", name: "Chloe Vance", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-red-lips-unusual-hair-style-with-shadow-eyes-black-background_158538-3863.jpg?_wi=2" },
]} ]}
title="Client Stories" title="Client Stories"
description="See why our clients trust MasterCuts with their personal brand and style." description="See why our clients trust MasterCuts with their personal brand and style."