Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b795b2d77 | |||
| a483ec60cb |
@@ -80,13 +80,13 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
tag: "Classic", title: "Precision Fade", subtitle: "Sharp, clean lines.", description: "Our signature fade service features precise clippers and expert blending for a clean, professional finish that lasts.", imageSrc: "http://img.b2bpic.net/free-photo/from-hands-shaving-neck_23-2147778916.jpg", imageAlt: "Precision fade cut"},
|
tag: "Classic", title: "Precision Fade", subtitle: "Sharp, clean lines.", description: "Our signature fade service features precise clippers and expert blending for a clean, professional finish that lasts.", imageSrc: "http://img.b2bpic.net/free-photo/from-hands-shaving-neck_23-2147778916.jpg", imageAlt: "Precision fade cut", buttons: [{ text: "Book This Service", href: "contact" }]},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
tag: "Modern", title: "Contemporary Cut", subtitle: "Trendy and timeless.", description: "Stay current with our modern cut styles. We combine current trends with your personal style for a look that's uniquely you.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg", imageAlt: "Contemporary haircut"},
|
tag: "Modern", title: "Contemporary Cut", subtitle: "Trendy and timeless.", description: "Stay current with our modern cut styles. We combine current trends with your personal style for a look that's uniquely you.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg", imageAlt: "Contemporary haircut", buttons: [{ text: "Book This Service", href: "contact" }]},
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
tag: "Grooming", title: "Beard & Shape", subtitle: "Sculpted perfection.", description: "Full beard grooming and facial hair shaping service, including line work and conditioning for the ultimate refined look.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Beard grooming service"},
|
tag: "Grooming", title: "Beard & Shape", subtitle: "Sculpted perfection.", description: "Full beard grooming and facial hair shaping service, including line work and conditioning for the ultimate refined look.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Beard grooming service", buttons: [{ text: "Book This Service", href: "contact" }]},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user