From b50294f695aa736e5bb3f857824e6a2cd6061d8d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 15:35:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 225 +++++++++-------------------------------------- 1 file changed, 42 insertions(+), 183 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8864d6..471b4e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,52 +32,35 @@ export default function LandingPage() {
@@ -200,64 +136,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Johnson", - role: "Fashion Stylist", - company: "Boston Chic", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg", - imageAlt: "Sarah Johnson", - }, + id: "1", name: "Sarah Johnson", role: "Fashion Stylist", company: "Boston Chic", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg", imageAlt: "Sarah Johnson"}, { - id: "2", - name: "Emily Rodriguez", - role: "Marketing Executive", - company: "GlamCo", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-brunette-woman-model-pink-costume-with-no-makeup-isolated-gray_158538-12794.jpg", - imageAlt: "Emily Rodriguez", - }, + id: "2", name: "Emily Rodriguez", role: "Marketing Executive", company: "GlamCo", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-brunette-woman-model-pink-costume-with-no-makeup-isolated-gray_158538-12794.jpg", imageAlt: "Emily Rodriguez"}, { - id: "3", - name: "Jessica Lee", - role: "Creative Director", - company: "Artisan Group", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-female-using-phone_23-2148415763.jpg", - imageAlt: "Jessica Lee", - }, + id: "3", name: "Jessica Lee", role: "Creative Director", company: "Artisan Group", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-female-using-phone_23-2148415763.jpg", imageAlt: "Jessica Lee"}, { - id: "4", - name: "Olivia Smith", - role: "Entrepreneur", - company: "Diva Brands", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-fair-haired-woman-pink-clothes-playfully-posing-close-up-photo-refined-lady-with-wavy-hairstyle_197531-9033.jpg", - imageAlt: "Olivia Smith", - }, + id: "4", name: "Olivia Smith", role: "Entrepreneur", company: "Diva Brands", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-fair-haired-woman-pink-clothes-playfully-posing-close-up-photo-refined-lady-with-wavy-hairstyle_197531-9033.jpg", imageAlt: "Olivia Smith"}, { - id: "5", - name: "Mia Williams", - role: "Social Media Influencer", - company: "Trendsetter Inc.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-with-make-up-products_23-2148299456.jpg", - imageAlt: "Mia Williams", - }, + id: "5", name: "Mia Williams", role: "Social Media Influencer", company: "Trendsetter Inc.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-with-make-up-products_23-2148299456.jpg", imageAlt: "Mia Williams"}, ]} kpiItems={[ { - value: "4.9/5", - label: "Average Rating", - }, + value: "4.9/5", label: "Average Rating"}, { - value: "1000+", - label: "Happy Clients", - }, + value: "1000+", label: "Happy Clients"}, { - value: "20+", - label: "Years Experience", - }, + value: "20+", label: "Years Experience"}, ]} title="What Our Divas Are Saying" description="Our clients love their Nail'd It Southie experience. See why we're Southie's favorite spot for luxury nail artistry." @@ -272,47 +172,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "gallery-item-1", - name: "Opulent Emerald Design", - price: "", - imageSrc: "http://img.b2bpic.net/free-photo/hands-with-beautiful-nails_23-2149921690.jpg", - imageAlt: "Opulent Emerald Nail Art", - }, + id: "gallery-item-1", name: "Opulent Emerald Design", price: "", imageSrc: "http://img.b2bpic.net/free-photo/hands-with-beautiful-nails_23-2149921690.jpg", imageAlt: "Opulent Emerald Nail Art"}, { - id: "gallery-item-2", - name: "Rose Gold Marble Glam", - price: "", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hand-covered-glitter-with-easter-egg_23-2148435140.jpg", - imageAlt: "Rose Gold Marble Nail Art", - }, + id: "gallery-item-2", name: "Rose Gold Marble Glam", price: "", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hand-covered-glitter-with-easter-egg_23-2148435140.jpg", imageAlt: "Rose Gold Marble Nail Art"}, { - id: "gallery-item-3", - name: "Midnight Plum Sparkle", - price: "", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-gift-box-table_23-2147960075.jpg", - imageAlt: "Midnight Plum Sparkle Nail Art", - }, + id: "gallery-item-3", name: "Midnight Plum Sparkle", price: "", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-gift-box-table_23-2147960075.jpg", imageAlt: "Midnight Plum Sparkle Nail Art"}, { - id: "gallery-item-4", - name: "Champagne & Gold Accents", - price: "", - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails_23-2149820385.jpg", - imageAlt: "Champagne & Gold Accents Nail Art", - }, + id: "gallery-item-4", name: "Champagne & Gold Accents", price: "", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails_23-2149820385.jpg", imageAlt: "Champagne & Gold Accents Nail Art"}, { - id: "gallery-item-5", - name: "Deep Plum Geometric Art", - price: "", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-flower_23-2148749794.jpg", - imageAlt: "Deep Plum Geometric Nail Art", - }, + id: "gallery-item-5", name: "Deep Plum Geometric Art", price: "", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-flower_23-2148749794.jpg", imageAlt: "Deep Plum Geometric Nail Art"}, { - id: "gallery-item-6", - name: "Ivory & Rose Minimalist", - price: "", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-getting-her-nails-fixed-by-manicurist-inside-cosmetology-room-beauty-lady-woman-manicure-nail-self-care-health-fashion_140725-65112.jpg", - imageAlt: "Ivory & Rose Minimalist Nail Art", - }, + id: "gallery-item-6", name: "Ivory & Rose Minimalist", price: "", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-getting-her-nails-fixed-by-manicurist-inside-cosmetology-room-beauty-lady-woman-manicure-nail-self-care-health-fashion_140725-65112.jpg", imageAlt: "Ivory & Rose Minimalist Nail Art"}, ]} title="Artistry on Your Fingertips" description="Explore our vibrant gallery showcasing intricate nail art designs, flawless finishes, and the latest trends from our talented artists." @@ -323,8 +193,7 @@ export default function LandingPage() {
@@ -347,13 +210,9 @@ export default function LandingPage() { logoAlt="Nail'd It Southie footer logo" logoText="Nail'd It Southie" leftLink={{ - text: "Instagram", - href: "https://instagram.com/nailditsouthie", - }} + text: "Instagram", href: "https://instagram.com/nailditsouthie"}} rightLink={{ - text: "Facebook", - href: "https://facebook.com/nailditsouthie1", - }} + text: "Facebook", href: "https://facebook.com/nailditsouthie1"}} /> -- 2.49.1