From 7125dfcd58ca334a71d0b440dbe9a9aa0bf44871 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:58:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb11513..3d6aa87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,11 +49,11 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pouring-tea-cup-marble-table-with-desserts_181624-32248.jpg", imageAlt: "Tiered tea tray with pastries and scones" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pouring-tea-cup-marble-table-with-desserts_181624-32248.jpg?_wi=1", imageAlt: "Tiered tea tray with pastries and scones" }, { imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-preparing-milk-tea_23-2148555249.jpg", imageAlt: "Elegant tea pouring ceremony" }, { imageSrc: "http://img.b2bpic.net/free-photo/still-life-hot-water-arrangement_23-2149055814.jpg", imageAlt: "Cozy tea room seating area" }, { imageSrc: "http://img.b2bpic.net/free-photo/spring-composition-with-bouquet-flowers-vase-closeup_169016-29760.jpg", imageAlt: "Fresh floral arrangements" }, - { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pouring-tea-cup-marble-table-with-desserts_181624-32248.jpg", imageAlt: "Premium afternoon tea experience" } + { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pouring-tea-cup-marble-table-with-desserts_181624-32248.jpg?_wi=2", imageAlt: "Premium afternoon tea experience" } ]} mediaAnimation="slide-up" buttons={[ @@ -110,9 +110,9 @@ export default function LandingPage() { { id: "1", title: "The Perfect Bridal Shower Venue", quote: "Glass Sparrow's Nest was absolutely perfect for my daughter's bridal shower. The elegant ambiance, attentive service, and delicious teas made it unforgettable. Every guest left feeling so special and celebrated.", name: "Sarah Mitchell", role: "Mother of the Bride, Franklin", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Sarah Mitchell" }, { id: "2", title: "An Exceptional Experience", quote: "I've hosted three events at Glass Sparrow's Nest and each one exceeded my expectations. The team goes above and beyond to create a warm, welcoming atmosphere. Highly recommended for any celebration!", name: "Jessica Chen", role: "Event Planner, Williamson County", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Jessica Chen" }, { id: "3", title: "A Hidden Gem", quote: "Finally found the perfect spot for afternoon tea! The premium tea selection is outstanding, the pastries are fresh and delicious, and the cozy atmosphere is pure magic. This is my new favorite place to unwind.", name: "Margaret Williams", role: "Tea Enthusiast, Franklin", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Margaret Williams" }, - { id: "4", title: "Best Baby Shower Ever", quote: "The team at Glass Sparrow's Nest made my baby shower dreams come true. From the custom tea selections to the beautiful decor and flawless service, it was absolutely magical. My guests are still talking about it!", name: "Amanda Rodriguez", role: "Mom-to-Be, Nashville Area", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "Amanda Rodriguez" }, + { id: "4", title: "Best Baby Shower Ever", quote: "The team at Glass Sparrow's Nest made my baby shower dreams come true. From the custom tea selections to the beautiful decor and flawless service, it was absolutely magical. My guests are still talking about it!", name: "Amanda Rodriguez", role: "Mom-to-Be, Nashville Area", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=1", imageAlt: "Amanda Rodriguez" }, { id: "5", title: "Worth Every Penny", quote: "I brought my mom here for her birthday and it was the most elegant, thoughtful celebration. The attention to detail, quality of service, and beautiful ambiance made her feel truly cherished.", name: "Emily Thompson", role: "Daughter, Franklin", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Emily Thompson" }, - { id: "6", title: "A Treasured Local Gem", quote: "Glass Sparrow's Nest embodies everything Franklin charm should be. Elegant without being pretentious, warm without being overwhelming. It's become my favorite spot for special moments with the people I love.", name: "Rebecca Davis", role: "Frequent Guest, Franklin", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "Rebecca Davis" } + { id: "6", title: "A Treasured Local Gem", quote: "Glass Sparrow's Nest embodies everything Franklin charm should be. Elegant without being pretentious, warm without being overwhelming. It's become my favorite spot for special moments with the people I love.", name: "Rebecca Davis", role: "Frequent Guest, Franklin", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=2", imageAlt: "Rebecca Davis" } ]} title="Loved By Our Guests" description="Discover why locals and visitors choose Glass Sparrow's Nest for their most treasured celebrations." -- 2.49.1