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" 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" />