diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a44cc72..def077c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Manrope } from "next/font/google"; export const metadata: Metadata = { - title: 'Food Zone - Delicious Food in Dhaka', - description: 'Experience fresh, tasty, and hygienic food at Food Zone. Join us for a great dining experience.', + title: 'Food Zone | Delicious & Fresh Food', + description: 'The best food destination in Dhaka.', }; const manrope = Manrope({ diff --git a/src/app/page.tsx b/src/app/page.tsx index 0cf6c63..3a4a54f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,73 +31,33 @@ export default function LandingPage() {
@@ -116,42 +76,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "m1", - name: "Burger", - price: "120 BDT", - imageSrc: "http://img.b2bpic.net/free-photo/pair-hands-holding-fresh-juicy-burger-with-lettuce-onions-cheese-black-background_181624-59244.jpg", - }, - { - id: "m2", - name: "Pizza", - price: "250 BDT", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-peppers-olives-cheese_501050-821.jpg", - }, - { - id: "m3", - name: "Fried Chicken", - price: "150 BDT", - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-isolated-white-background_839833-17804.jpg", - }, - { - id: "m4", - name: "Pasta", - price: "200 BDT", - imageSrc: "http://img.b2bpic.net/free-photo/pasta-tomato-sauce-with-olives-tomato-grated-parmesan-top-view_140725-6764.jpg", - }, - { - id: "m5", - name: "Coffee", - price: "80 BDT", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tasty-coffee-cappuccino-white-cup-with-spoon-tab_1220-1251.jpg", - }, - { - id: "m6", - name: "Fries", - price: "100 BDT", - imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-french-fries-close-up_84443-72275.jpg", - }, + { id: "m1", name: "Burger", price: "120 BDT", imageSrc: "http://img.b2bpic.net/free-photo/pair-hands-holding-fresh-juicy-burger-with-lettuce-onions-cheese-black-background_181624-59244.jpg" }, + { id: "m2", name: "Pizza", price: "250 BDT", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-peppers-olives-cheese_501050-821.jpg" }, + { id: "m3", name: "Fried Chicken", price: "150 BDT", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-isolated-white-background_839833-17804.jpg" }, + { id: "m4", name: "Pasta", price: "200 BDT", imageSrc: "http://img.b2bpic.net/free-photo/pasta-tomato-sauce-with-olives-tomato-grated-parmesan-top-view_140725-6764.jpg" }, + { id: "m5", name: "Coffee", price: "80 BDT", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tasty-coffee-cappuccino-white-cup-with-spoon-tab_1220-1251.jpg" }, + { id: "m6", name: "Fries", price: "100 BDT", imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-french-fries-close-up_84443-72275.jpg" }, ]} title="Our Menu" description="Tasty, fresh, and hygienic food items." @@ -163,21 +93,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Buy 1 Get 1", - description: "Free on Friday", - imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-herbs-top_141793-902.jpg", - }, - { - title: "Combo Meals", - description: "Best value for you", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-wings-tray-with-green-onions-lemon_23-2148699035.jpg", - }, - { - title: "Weekly Specials", - description: "Try something new", - imageSrc: "http://img.b2bpic.net/free-photo/authentic-italian-pasta_24972-2336.jpg", - }, + { title: "Buy 1 Get 1", description: "Free on Friday", imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-herbs-top_141793-902.jpg" }, + { title: "Combo Meals", description: "Best value for you", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-wings-tray-with-green-onions-lemon_23-2148699035.jpg" }, + { title: "Weekly Specials", description: "Try something new", imageSrc: "http://img.b2bpic.net/free-photo/authentic-italian-pasta_24972-2336.jpg" }, ]} title="Special Offers" description="Check out our weekly specials and combos." @@ -190,27 +108,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "h1", - value: "10AM-11PM", - title: "Sat-Thu", - description: "Open", - imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-cappuccino-with-froth_140725-9609.jpg", - }, - { - id: "h2", - value: "2PM-11PM", - title: "Friday", - description: "Open", - imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-with-spoon-with-cafe-background_157027-4444.jpg", - }, - { - id: "h3", - value: "Dhaka", - title: "Location", - description: "Bangladesh", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-service-industry_23-2150722787.jpg", - }, + { id: "h1", value: "10AM-11PM", title: "Sat-Thu", description: "Open", imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-cappuccino-with-froth_140725-9609.jpg" }, + { id: "h2", value: "2PM-11PM", title: "Friday", description: "Open", imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-with-spoon-with-cafe-background_157027-4444.jpg" }, + { id: "h3", value: "Dhaka", title: "Location", description: "Bangladesh", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-service-industry_23-2150722787.jpg" }, ]} title="Opening Hours" description="Always ready to serve you." @@ -224,46 +124,11 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Ayesha Khan", - role: "Foodie", - company: "Dhaka", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg", - }, - { - id: "t2", - name: "Rahul Ahmed", - role: "Student", - company: "Dhaka", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/asian-friends-couple-eating-pizza-party-pizzeria-happy-indian-people-having-fun-together-eating-italian-food-sitting-couch_627829-1247.jpg", - }, - { - id: "t3", - name: "Sara Begum", - role: "Mom", - company: "Dhaka", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-family-relaxing-while-talking-dining-table_637285-12669.jpg", - }, - { - id: "t4", - name: "Imran Hasan", - role: "Professional", - company: "Dhaka", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424026.jpg", - }, - { - id: "t5", - name: "Fatima Noor", - role: "Food Critic", - company: "Dhaka", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-eating-fast-food_23-2150404778.jpg", - }, + { id: "t1", name: "Ayesha Khan", role: "Foodie", company: "Dhaka", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg" }, + { id: "t2", name: "Rahul Ahmed", role: "Student", company: "Dhaka", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/asian-friends-couple-eating-pizza-party-pizzeria-happy-indian-people-having-fun-together-eating-italian-food-sitting-couch_627829-1247.jpg" }, + { id: "t3", name: "Sara Begum", role: "Mom", company: "Dhaka", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-family-relaxing-while-talking-dining-table_637285-12669.jpg" }, + { id: "t4", name: "Imran Hasan", role: "Professional", company: "Dhaka", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424026.jpg" }, + { id: "t5", name: "Fatima Noor", role: "Food Critic", company: "Dhaka", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-eating-fast-food_23-2150404778.jpg" }, ]} title="What Our Customers Say" description="Real feedback from food lovers." @@ -275,21 +140,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "Do you offer home delivery?", - content: "Yes, we offer fast delivery within Dhaka.", - }, - { - id: "f2", - title: "Are your ingredients fresh?", - content: "Absolutely. Quality is our priority.", - }, - { - id: "f3", - title: "Can I book a table?", - content: "Yes, call us to book your reservation.", - }, + { id: "f1", title: "Do you offer home delivery?", content: "Yes, we offer fast delivery within Dhaka." }, + { id: "f2", title: "Are your ingredients fresh?", content: "Absolutely. Quality is our priority." }, + { id: "f3", title: "Can I book a table?", content: "Yes, call us to book your reservation." }, ]} title="Common Questions" description="Need help? Check our FAQs." @@ -303,16 +156,8 @@ export default function LandingPage() { title="Contact Us" description="Have questions? We are here to help." inputs={[ - { - name: "name", - type: "text", - placeholder: "Name", - }, - { - name: "email", - type: "email", - placeholder: "Email", - }, + { name: "name", type: "text", placeholder: "Name" }, + { name: "email", type: "email", placeholder: "Email" }, ]} imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-holds-cup-coffee-prepare-drinks-clients-cafe-working_1258-199269.jpg" /> @@ -323,29 +168,15 @@ export default function LandingPage() { logoText="Food Zone" columns={[ { - title: "Explore", - items: [ - { - label: "Menu", - href: "#menu", - }, - { - label: "About", - href: "#about", - }, + title: "Explore", items: [ + { label: "Menu", href: "#menu" }, + { label: "About", href: "#about" }, ], }, { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, + title: "Legal", items: [ + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" }, ], }, ]}