Update src/app/page.tsx
This commit is contained in:
@@ -22,7 +22,6 @@ import {
|
||||
Star,
|
||||
MessageCircle,
|
||||
Utensils,
|
||||
Phone,
|
||||
} from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -184,11 +183,11 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", name: "Awais Zafar", date: "Date: 15 January 2025", title: "Absolutely Delicious & Perfectly Served", quote: "Delicious, flavorful, scrumptious, yummy, appetizing, mouth-watering, incredible. Perfectly seasoned, perfectly cooked. Tender, juicy, crispy and fresh. Rich and well-balanced. Beautifully presented. Better than any other — best I've ever had. Zabrdast!", tag: "Premium Member", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", avatarAlt: "Awais Zafar", imageSrc: "http://img.b2bpic.net/free-photo/chick-kebab-served-with-cherries-green-salad_114579-1996.jpg?_wi=1", imageAlt: "Delicious burger plating"},
|
||||
{
|
||||
id: "2", name: "Not Asim", date: "Date: 10 January 2025", title: "Good Burgers, Average on Others", quote: "Burgers are good, but the pizza, wraps, and pasta are fairly average. Unfortunately, service delays are common and management seems unresponsive. Only recommended if you're willing to wait.", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Not Asim", imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-photo-her-strawberry-dessert-with-her-smartphone_140725-8924.jpg", imageAlt: "Restaurant dining area"},
|
||||
id: "4", name: "Fiza Khan", date: "Date: 20 December 2024", title: "Family Favorite Restaurant", quote: "My whole family loves coming here. The menu variety is excellent, kids love the fries and shakes, and parents appreciate the quality. Fast service and affordable prices make it our go-to restaurant every weekend!", tag: "Family Member", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Fiza Khan", imageSrc: "http://img.b2bpic.net/free-photo/sauteed-roasted-lamb-bone-served-teriyaki-sauce_114579-1895.jpg", imageAlt: "Family dining experience"},
|
||||
{
|
||||
id: "3", name: "Sohaib Chaudry", date: "Date: 5 January 2025", title: "Very Good Experience All Around", quote: "Very good experience. All food was tasty and fresh. Highly recommended. The team was attentive, the atmosphere was welcoming, and every dish was prepared with care. Looking forward to coming back soon!", tag: "Gold Member", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", avatarAlt: "Sohaib Chaudry", imageSrc: "http://img.b2bpic.net/free-photo/chick-kebab-served-with-cherries-green-salad_114579-1996.jpg?_wi=2", imageAlt: "Gourmet pasta dish"},
|
||||
{
|
||||
id: "4", name: "Fiza Khan", date: "Date: 20 December 2024", title: "Family Favorite Restaurant", quote: "My whole family loves coming here. The menu variety is excellent, kids love the fries and shakes, and parents appreciate the quality. Fast service and affordable prices make it our go-to restaurant every weekend!", tag: "Family Member", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Fiza Khan", imageSrc: "http://img.b2bpic.net/free-photo/sauteed-roasted-lamb-bone-served-teriyaki-sauce_114579-1895.jpg", imageAlt: "Family dining experience"},
|
||||
id: "2", name: "Not Asim", date: "Date: 10 January 2025", title: "Good Burgers, Average on Others", quote: "Burgers are good, but the pizza, wraps, and pasta are fairly average. Unfortunately, service delays are common and management seems unresponsive. Only recommended if you're willing to wait.", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Not Asim", imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-photo-her-strawberry-dessert-with-her-smartphone_140725-8924.jpg", imageAlt: "Restaurant dining area"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -196,9 +195,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
ctaTitle="Get in Touch"
|
||||
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" }}
|
||||
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" }}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
faqs={[
|
||||
@@ -225,4 +224,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user