Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb9f111f34 | |||
| 96e421823e | |||
| f4eb9ab97c | |||
| 53f9ef2926 | |||
| 9b6a3491a5 | |||
| 4799cd1f84 |
@@ -22,6 +22,7 @@ import {
|
||||
Star,
|
||||
MessageCircle,
|
||||
Utensils,
|
||||
Phone,
|
||||
} from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -195,9 +196,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
ctaTitle="Get in Touch"
|
||||
ctaDescription="Have questions? We'd love to hear from you. Reach out and we'll respond as soon as possible."
|
||||
ctaIcon={MessageCircle}
|
||||
ctaButton={{ text: "Send Message", href: "#contact-form" }}
|
||||
ctaDescription="Have questions or ready to order? Call us at +92-300-123-4567, text via WhatsApp, or send a message. We're here to help with time-sensitive inquiries and special requests!"
|
||||
ctaIcon={Phone}
|
||||
ctaButton={{ text: "Call Now", href: "tel:+92-300-123-4567" }}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
faqs={[
|
||||
|
||||
Reference in New Issue
Block a user