diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0e84e95..01992f0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import TextAbout from '@/components/sections/about/TextAbout';
-import { Facebook, Flame, Instagram, MapPin } from "lucide-react";
+import { Facebook, Instagram, MapPin } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,18 +40,12 @@ export default function LandingPage() {
@@ -95,26 +73,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "RFC Classic Burger",
- price: "Rs. 450",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-black-surface-isolated-white-surface_181624-28098.jpg",
- imageAlt: "RFC Classic Burger",
- },
+ id: "1", name: "RFC Classic Burger", price: "Rs. 450", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-black-surface-isolated-white-surface_181624-28098.jpg", imageAlt: "RFC Classic Burger"},
{
- id: "2",
- name: "Golden Fries",
- price: "Rs. 200",
- imageSrc: "http://img.b2bpic.net/free-photo/french-fries-wood-table_1232-2679.jpg",
- imageAlt: "Golden Fries",
- },
+ id: "2", name: "Golden Fries", price: "Rs. 200", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-wood-table_1232-2679.jpg", imageAlt: "Golden Fries"},
{
- id: "3",
- name: "Refreshing Soda",
- price: "Rs. 100",
- imageSrc: "http://img.b2bpic.net/free-photo/client-dark-vip-cinema-studio_23-2149500559.jpg",
- imageAlt: "Refreshing Soda",
- },
+ id: "3", name: "Refreshing Soda", price: "Rs. 100", imageSrc: "http://img.b2bpic.net/free-photo/client-dark-vip-cinema-studio_23-2149500559.jpg", imageAlt: "Refreshing Soda"},
]}
title="Our Signature Menu"
description="Handcrafted flavors, prepared daily with fresh ingredients."
@@ -127,37 +90,13 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- title: "Best in Jhang!",
- quote: "The taste is unbeatable, always fresh and hot.",
- name: "Ali Khan",
- role: "Local",
- imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-day-meal-with-copy-space_23-2149100124.jpg",
- },
+ id: "1", title: "Best in Jhang!", quote: "The taste is unbeatable, always fresh and hot.", name: "Ali Khan", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-day-meal-with-copy-space_23-2149100124.jpg"},
{
- id: "2",
- title: "Great Service",
- quote: "Staff is very polite and the food is delicious.",
- name: "Sara Ahmed",
- role: "Foodie",
- imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1307.jpg",
- },
+ id: "2", title: "Great Service", quote: "Staff is very polite and the food is delicious.", name: "Sara Ahmed", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1307.jpg"},
{
- id: "3",
- title: "Quick Bites",
- quote: "Perfect spot for a quick lunch on Yousaf Shah Road.",
- name: "Bilal Hussain",
- role: "Customer",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-preparing-pasta-kitchen_23-2147893633.jpg",
- },
+ id: "3", title: "Quick Bites", quote: "Perfect spot for a quick lunch on Yousaf Shah Road.", name: "Bilal Hussain", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-preparing-pasta-kitchen_23-2147893633.jpg"},
{
- id: "4",
- title: "Value for Money",
- quote: "Great portions and amazing quality at a low price.",
- name: "Fatima Noor",
- role: "Student",
- imageSrc: "http://img.b2bpic.net/free-photo/chicken-roll-steak_74190-3802.jpg",
- },
+ id: "4", title: "Value for Money", quote: "Great portions and amazing quality at a low price.", name: "Fatima Noor", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/chicken-roll-steak_74190-3802.jpg"},
]}
title="What Locals Say"
description="See why our customers in Jhang keep choosing RFC for their cravings."
@@ -170,22 +109,14 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "What are your hours?",
- content: "We are open from 11 AM to 11 PM daily.",
- },
+ id: "q1", title: "What are your hours?", content: "We are open from 11 AM to 11 PM daily."},
{
- id: "q2",
- title: "Do you deliver?",
- content: "Yes, we offer home delivery across Jhang city.",
- },
+ id: "q2", title: "Do you deliver?", content: "Yes, we offer home delivery across Jhang city."},
]}
ctaTitle="Visit Us Today"
ctaDescription="Located on Yousaf Shah Road, Jhang. Come say hello!"
ctaButton={{
- text: "Get Directions",
- href: "https://maps.google.com",
- }}
+ text: "Get Directions", href: "https://maps.google.com"}}
ctaIcon={MapPin}
/>
@@ -197,14 +128,10 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
- href: "#",
- ariaLabel: "Follow us on Facebook",
- },
+ href: "#", ariaLabel: "Follow us on Facebook"},
{
icon: Instagram,
- href: "#",
- ariaLabel: "Follow us on Instagram",
- },
+ href: "#", ariaLabel: "Follow us on Instagram"},
]}
/>