Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c6b95a17cd | |||
| 84253d4717 | |||
| 1c17cd17f5 |
@@ -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() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Experience Aura. Inquire today for private consultations."
|
||||
buttons={[{ text: "Contact Us", href: "mailto:hello@aura.com" }]}
|
||||
text="Reserve your table or inquire about private events today."
|
||||
buttons={[{ text: "Request Reservation", href: "mailto:reservations@aura-restaurant.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "Our Heritage", href: "#about" }, { label: "Ethics", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Concierge", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] }
|
||||
{ title: "Restaurant", items: [{ label: "Our Concept", href: "#about" }, { label: "Chef's Table", href: "#" }] },
|
||||
{ title: "Reservations", items: [{ label: "Book Now", href: "#contact" }, { label: "Private Dining", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
]}
|
||||
logoText="AURA"
|
||||
logoText="AURA RESTAURANT"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user