diff --git a/src/app/page.tsx b/src/app/page.tsx index 37eeb02..c5d466f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,70 +30,33 @@ export default function LandingPage() {
@@ -168,61 +101,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sarah J.", - date: "2024", - title: "Loyal Client", - quote: "Tom & Amy make you feel like family every time.", - tag: "Loyalty", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-social-media-influencer-woman-recording-video-with-beauty-products-showing-her_1258-254432.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/bride-morning-preparation-big-day_1328-3438.jpg?_wi=2", - imageAlt: "happy woman looking at her nails", - }, - { - id: "t2", - name: "Michael C.", - date: "2024", - title: "Regular", - quote: "Clean, professional, and always amazing results.", - tag: "Quality", - avatarSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285913.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-doing-manicure-blue_140725-24217.jpg?_wi=2", - imageAlt: "happy woman looking at her nails", - }, - { - id: "t3", - name: "Emily R.", - date: "2023", - title: "Repeat Visitor", - quote: "I’ve been coming here for years — wouldn’t go anywhere else.", - tag: "Consistency", - avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-bride-before-event_23-2149860780.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/heel-sole-massage-with-warm-oil-daily-care_169016-69413.jpg?_wi=2", - imageAlt: "happy woman looking at her nails", - }, - { - id: "t4", - name: "David K.", - date: "2024", - title: "Client", - quote: "The hot stone pedicure is life changing. Extremely clean facility.", - tag: "Service", - avatarSrc: "http://img.b2bpic.net/free-photo/female-makeup-artist-with-client-choosing-eyeshadow_23-2148113255.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/hands-with-manicure-young-girl-wear-colored-sweater-holing-red-sweet-pepper_627829-8332.jpg?_wi=2", - imageAlt: "happy woman looking at her nails", - }, - { - id: "t5", - name: "Jenny L.", - date: "2024", - title: "Loyal Client", - quote: "Best nail art in town. The attention to detail is stunning.", - tag: "Design", - avatarSrc: "http://img.b2bpic.net/free-photo/human-facial-expressions-feelings-emotions-reaction-attractive-young-woman-dressed-stylish-clothes_343059-604.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-sitting-front-table-with-bored-expression-blue_140725-24244.jpg?_wi=2", - imageAlt: "happy woman looking at her nails", - }, + { id: "t1", name: "Sarah J.", date: "2024", title: "Loyal Client", quote: "Tom & Amy make you feel like family every time.", tag: "Loyalty", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-social-media-influencer-woman-recording-video-with-beauty-products-showing-her_1258-254432.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bride-morning-preparation-big-day_1328-3438.jpg", imageAlt: "happy woman looking at her nails" }, + { id: "t2", name: "Michael C.", date: "2024", title: "Regular", quote: "Clean, professional, and always amazing results.", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285913.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-doing-manicure-blue_140725-24217.jpg", imageAlt: "happy woman looking at her nails" }, + { id: "t3", name: "Emily R.", date: "2023", title: "Repeat Visitor", quote: "I’ve been coming here for years — wouldn’t go anywhere else.", tag: "Consistency", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-bride-before-event_23-2149860780.jpg", imageSrc: "http://img.b2bpic.net/free-photo/heel-sole-massage-with-warm-oil-daily-care_169016-69413.jpg", imageAlt: "happy woman looking at her nails" }, + { id: "t4", name: "David K.", date: "2024", title: "Client", quote: "The hot stone pedicure is life changing. Extremely clean facility.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/female-makeup-artist-with-client-choosing-eyeshadow_23-2148113255.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hands-with-manicure-young-girl-wear-colored-sweater-holing-red-sweet-pepper_627829-8332.jpg", imageAlt: "happy woman looking at her nails" }, + { id: "t5", name: "Jenny L.", date: "2024", title: "Loyal Client", quote: "Best nail art in town. The attention to detail is stunning.", tag: "Design", avatarSrc: "http://img.b2bpic.net/free-photo/human-facial-expressions-feelings-emotions-reaction-attractive-young-woman-dressed-stylish-clothes_343059-604.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-sitting-front-table-with-bored-expression-blue_140725-24244.jpg", imageAlt: "happy woman looking at her nails" } ]} title="Featured Reviews" description="Hear why our clients trust us for years." @@ -234,49 +117,11 @@ export default function LandingPage() { textboxLayout="default" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} + animationType="slide-up" products={[ - { - id: "g1", - name: "Artistry 1", - price: "Featured", - variant: "Gel", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-interpreter-teaching-sign-language_23-2148590280.jpg", - }, - { - id: "g2", - name: "Artistry 2", - price: "Featured", - variant: "Acrylic", - imageSrc: "http://img.b2bpic.net/free-photo/nail-art-professional-working-client-nails_23-2149265949.jpg", - }, - { - id: "g3", - name: "Artistry 3", - price: "Featured", - variant: "Nail Art", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-sisters-drinking-coffee-morning_8353-7606.jpg", - }, - { - id: "g4", - name: "Artistry 4", - price: "Featured", - variant: "Spa", - imageSrc: "http://img.b2bpic.net/free-photo/candles-spa-rocks-with-woman-spa_23-2148345801.jpg", - }, - { - id: "g5", - name: "Artistry 5", - price: "Featured", - variant: "Gel", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pink-drinks-girly-ornaments_23-2148229265.jpg", - }, - { - id: "g6", - name: "Artistry 6", - price: "Featured", - variant: "Dip", - imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-spray-with-plant_23-2148108859.jpg", - }, + { id: "g1", name: "Artistry 1", price: "Featured", variant: "Gel", imageSrc: "http://img.b2bpic.net/free-photo/close-up-interpreter-teaching-sign-language_23-2148590280.jpg" }, + { id: "g2", name: "Artistry 2", price: "Featured", variant: "Acrylic", imageSrc: "http://img.b2bpic.net/free-photo/nail-art-professional-working-client-nails_23-2149265949.jpg" }, + { id: "g3", name: "Artistry 3", price: "Featured", variant: "Nail Art", imageSrc: "http://img.b2bpic.net/free-photo/stylish-sisters-drinking-coffee-morning_8353-7606.jpg" } ]} title="Nail Gallery" description="From daily classics to bespoke nail art designs." @@ -287,21 +132,9 @@ export default function LandingPage() {