From 1e44635f3e680ef99e006c7c0afb2a8f86294211 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 13:32:25 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 865a1a3..e7da946 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -114,8 +114,8 @@ export default function ContactPage() { }, ]} containerClassName="py-20 px-6 md:px-12" - titleClassName="text-4xl md:text-5xl font-light text-charcoal mb-4" - descriptionClassName="text-lg text-charcoal/70 mb-12 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-light text-charcoal mb-4" + textBoxDescriptionClassName="text-lg text-charcoal/70 mb-12 max-w-2xl" cardContentClassName="p-8 bg-white rounded-2xl shadow-md hover:shadow-lg transition-shadow" cardTitleClassName="text-2xl font-medium text-primary-cta mb-3" cardDescriptionClassName="text-charcoal/70 leading-relaxed" -- 2.49.1 From e264af447b3134ffb4c9d962f1cf769182b6616b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 13:32:25 +0000 Subject: [PATCH 2/2] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 9920048..85882e8 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -77,7 +77,7 @@ export default function GalleryPage() { price: "Golden Hour", rating: 5, reviewCount: "Photos", - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun-food-festival_23-2149490825.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun-food-festival_23-2149490825.jpg", imageAlt: "peaceful rooftop dining during sunset", }, { @@ -87,7 +87,7 @@ export default function GalleryPage() { price: "Freshly Made", rating: 5, reviewCount: "Photos", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152901.jpg?_wi=4", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152901.jpg", imageAlt: "beautiful chinese food plated presentation", }, { @@ -97,7 +97,7 @@ export default function GalleryPage() { price: "Warm Lights", rating: 5, reviewCount: "Photos", - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg", imageAlt: "rooftop dinner at night with warm lights", }, { @@ -107,13 +107,13 @@ export default function GalleryPage() { price: "Happy Moments", rating: 5, reviewCount: "Photos", - imageSrc: "http://img.b2bpic.net/free-photo/friends-holding-watermelon-slices-close-up_23-2149073111.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/friends-holding-watermelon-slices-close-up_23-2149073111.jpg", imageAlt: "friends gathering rooftop dinner celebration", }, ]} containerClassName="py-20 px-6 md:px-12" - titleClassName="text-4xl md:text-5xl font-light text-charcoal mb-4" - descriptionClassName="text-lg text-charcoal/70 mb-12 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-light text-charcoal mb-4" + textBoxDescriptionClassName="text-lg text-charcoal/70 mb-12 max-w-2xl" /> -- 2.49.1