diff --git a/src/app/page.tsx b/src/app/page.tsx index cd5251e..0b31e30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -30,26 +31,11 @@ export default function LandingPage() { @@ -147,44 +78,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Farm to Table", - description: "Highest quality organic sourcing.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table_23-2150227829.jpg", - imageAlt: "high quality fresh ingredients food prep", - }, - { - title: "Open Kitchen", - description: "Witness the magic of tradition unfold.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-served-with-onion-sumac-blend-tomato-herbs-sauce_140725-1562.jpg?_wi=2", - imageAlt: "high quality fresh ingredients food prep", - }, - { - title: "Family Friendly", - description: "Spaces designed for communal dining.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/south-african-potjiekos-food-pot_181624-14904.jpg?_wi=2", - imageAlt: "high quality fresh ingredients food prep", - }, - { - title: "Fast Delivery", - description: "Authenticity brought to your doorstep.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-orange-slices-plate-with-cutlery-copy-space_23-2148682761.jpg?_wi=1", - imageAlt: "high quality fresh ingredients food prep", - }, - { - title: "Signature Spices", - description: "Hand-ground spices for rich flavor.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034027.jpg?_wi=1", - imageAlt: "high quality fresh ingredients food prep", - }, + { title: "Heritage Recipes", description: "Our secret spice blends create unmatched flavor profiles.", buttonIcon: CheckCircle }, + { title: "Live Fire Station", description: "Experience the art of cooking right before your eyes.", buttonIcon: CheckCircle }, + { title: "Daily Fresh Sourcing", description: "We prioritize quality in every single cut.", buttonIcon: CheckCircle }, + { title: "Communal Dining", description: "Large platters built for sharing family memories.", buttonIcon: CheckCircle } ]} - title="Why Choose Us" - description="Quality, authenticity, and taste form the foundation of every meal we serve." + title="Why We Stand Out" + description="We believe that great food is a journey, and every dish at Shinwari is a milestone of flavor." /> @@ -195,45 +95,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "Mutton Karahi", - price: "$22.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-orange-slices-plate-with-cutlery-copy-space_23-2148682761.jpg?_wi=2", - }, - { - id: "2", - name: "Special Naan", - price: "$2.50", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034027.jpg?_wi=2", - }, - { - id: "3", - name: "Chicken Tikka", - price: "$18.00", - imageSrc: "http://img.b2bpic.net/free-photo/plate-lamb-entrecote-ribs-kebab-with-onions-greens_140725-10708.jpg", - }, - { - id: "4", - name: "Lamb Skewers", - price: "$20.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-steak-slices-bone-with-seasalt-sprinkles-cherry-tomato_140725-515.jpg", - }, - { - id: "5", - name: "Vegetable Curry", - price: "$15.00", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-cutting-board-with-round-pastry-jelly-candy_114579-56329.jpg", - }, - { - id: "6", - name: "Dastarkhwan Platter", - price: "$35.00", - imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8058.jpg", - }, + { id: "1", name: "Signature Mutton Karahi", price: "$24.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-orange-slices-plate-with-cutlery-copy-space_23-2148682761.jpg?_wi=2" }, + { id: "2", name: "Charcoal Grilled Tikka", price: "$19.00", imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-served-with-onion-sumac-blend-tomato-herbs-sauce_140725-1562.jpg?_wi=2" }, + { id: "3", name: "Dastarkhwan Feast Platter", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8058.jpg" } ]} - title="Our Signature Dishes" - description="Discover our handpicked selections that capture the true spirit of our culinary tradition." + title="Signature Meat Delights" + description="Hand-crafted, slow-roasted, and ready to satisfy the true meat lover." /> @@ -243,44 +110,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah Ahmed", - role: "Food Blogger", - testimonial: "The most authentic taste I have found in years. Truly remarkable.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-pouring-drink_23-2150154682.jpg", - }, - { - id: "2", - name: "Ali Khan", - role: "Local Patron", - testimonial: "A regular visitor here. The quality and hospitality are unmatched.", - imageSrc: "http://img.b2bpic.net/free-photo/foodie-taking-photo-bowl-with-salad-sea-fruits_23-2149277991.jpg", - }, - { - id: "3", - name: "Fatima Noor", - role: "Family Guest", - testimonial: "Perfect setting for family gatherings with amazing food.", - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg", - }, - { - id: "4", - name: "Zaid Malik", - role: "Chef", - testimonial: "Respect the traditional cooking techniques used here. Simply excellent.", - imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg", - }, - { - id: "5", - name: "Hina Shah", - role: "Regular", - testimonial: "Everything on the menu is delicious and fresh.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-enjoying-fresh-cheese_52683-110429.jpg", - }, + { id: "1", name: "Sami Khan", role: "Regular Patron", testimonial: "The best karahi I've ever had, perfectly balanced spices." }, + { id: "2", name: "Amna Malik", role: "Food Critic", testimonial: "The meat is incredibly tender and full of authentic heritage flavor." }, + { id: "3", name: "Zoya Ahmed", role: "Diner", testimonial: "A truly authentic experience, feels just like home." } ]} - title="Voice of Our Guests" - description="Hear what our loyal diners say about their experiences at Shinwari Dastarkhwan." + title="What Our Guests Say" + description="We pride ourselves on the satisfaction and smiles our dishes bring to your table." /> @@ -289,24 +124,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "Do you offer catering?", - content: "Yes, we provide catering for events and gatherings of all sizes.", - }, - { - id: "2", - title: "Is the food halal?", - content: "Yes, all our ingredients are sourced from 100% halal certified providers.", - }, - { - id: "3", - title: "Where are you located?", - content: "Visit us at our central location, open daily from 12pm to 11pm.", - }, + { id: "1", title: "Is the meat locally sourced?", content: "Yes, we source our meat from premium local farms committed to ethical quality standards." }, + { id: "2", title: "Can I book for events?", content: "Absolutely, our space and catering service are available for your special occasions." }, + { id: "3", title: "Are there vegetarian options?", content: "While we specialize in meat, we offer classic traditional sides and vegetarian dishes as well." } ]} title="Frequently Asked" - description="Got questions? We have the answers about our heritage and services." + description="Everything you need to know about our passion for meat and traditions." faqsAnimation="slide-up" /> @@ -314,18 +137,11 @@ export default function LandingPage() {
@@ -334,40 +150,12 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-seasonings-dark-desk_140725-76943.jpg" logoText="Shinwari Dastarkhwan" columns={[ - { - title: "Navigation", - items: [ - { - label: "Home", - href: "#hero", - }, - { - label: "About", - href: "#about", - }, - { - label: "Menu", - href: "#products", - }, - ], - }, - { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, - ], - }, + { title: "Links", items: [{ label: "Home", href: "#nav" }, { label: "Menu", href: "#products" }] }, + { title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] } ]} /> ); -} +} \ No newline at end of file