Update src/app/page.tsx

This commit is contained in:
2026-03-23 16:03:19 +00:00
parent c9b67336b7
commit bdb2eac69e

View File

@@ -65,7 +65,6 @@ export default function HomePage() {
]}
videoSrc="http://img.b2bpic.net/free-vector/pattern-with-cups-tea_1015-171.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-female-hands-making-notes-coffee-dessert-break_1098-20190.jpg"
useInvertedBackground={false}
/>
</div>
@@ -87,7 +86,7 @@ export default function HomePage() {
{id: "gatherings", title: "Chic Gatherings", description: "Host your friends and family in our beautifully designed space. Perfect for any get-together, ensuring style and comfort for all.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-friends-having-conversation-coffee_23-2148708927.jpg"}
]}
gridVariant="three-columns-all-equal-width"
animationType="entrance-slide"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{text: "Book Your Celebration", href: "/reservations"}]}
@@ -124,7 +123,7 @@ export default function HomePage() {
{id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-male-model-green-t-shirt-posing-with-okay-sign-indoor-shot-blissful-african-man-expressing-positive-emotions_197531-20093.jpg", imageAlt: "David Kim"},
{id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-mobile_1187-4111.jpg", imageAlt: "Jessica Lee"}
]}
cardAnimation="elastic-effect"
cardAnimation="entrance-slide"
useInvertedBackground={true}
/>
</div>