From 84253d4717b67e8ab46826406ce50d8c688d3fed Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 16:35:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cbe4e44..f7913c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -159,13 +159,13 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { id: "f1", title: "How do I commission a custom piece?", content: "Contact our atelier through the inquiry form below to initiate a private consultation." }, - { id: "f2", title: "Is shipping insured?", content: "All items are shipped via white-glove, fully insured private courier services." }, - { id: "f3", title: "Do you offer private viewings?", content: "Private viewings are available by appointment at our global design centers." } + { id: "f1", title: "Can I book a private dinner table?", content: "Yes, we accept reservations for private dining experiences through our contact form." }, + { id: "f2", title: "Do you host large events?", content: "Our venue is perfect for intimate gatherings and special celebrations; please inquire for capacity and availability." }, + { id: "f3", title: "What are your dietary accommodations?", content: "Our chefs are happy to cater to specific dietary requirements with prior notice during your reservation." } ]} mediaAnimation="opacity" - title="Queries" - description="Your journey to exclusivity, simplified." + title="Restaurant Info" + description="Frequently Asked Questions" faqsAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/modern-3d-lighting-lamp-design_23-2151047621.jpg" /> @@ -175,19 +175,19 @@ export default function LandingPage() { -- 2.49.1