From 7c73e4e6eba0356f1ab5f18968c52d637a34ecd1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 07:27:03 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 288 +++++++++-------------------------------------- 1 file changed, 51 insertions(+), 237 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cd5251e..d8ea6ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { CheckCircle } from "lucide-react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -30,26 +31,11 @@ export default function LandingPage() { @@ -147,41 +87,11 @@ 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: "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", 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", 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", 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", imageAlt: "high quality fresh ingredients food prep" }, ]} title="Why Choose Us" description="Quality, authenticity, and taste form the foundation of every meal we serve." @@ -195,42 +105,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: "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" }, + { id: "2", name: "Special Naan", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034027.jpg" }, + { 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" }, ]} title="Our Signature Dishes" description="Discover our handpicked selections that capture the true spirit of our culinary tradition." @@ -243,41 +123,11 @@ 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: "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" }, ]} title="Voice of Our Guests" description="Hear what our loyal diners say about their experiences at Shinwari Dastarkhwan." @@ -289,21 +139,9 @@ 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: "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." }, ]} title="Frequently Asked" description="Got questions? We have the answers about our heritage and services." @@ -314,18 +152,11 @@ export default function LandingPage() {
@@ -335,33 +166,16 @@ export default function LandingPage() { logoText="Shinwari Dastarkhwan" columns={[ { - title: "Navigation", - items: [ - { - label: "Home", - href: "#hero", - }, - { - label: "About", - href: "#about", - }, - { - label: "Menu", - href: "#products", - }, + 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: "Legal", items: [ + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" }, ], }, ]} -- 2.49.1 From 5c7d383034ef7d0f6f8dc110a450aed7d667d5c6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 07:29:04 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d8ea6ca..22272f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { title="Experience the Soul of Tradition" description="At Shinwari Dastarkhwan, we serve timeless recipes crafted with passion and authentic heritage, bringing the true essence of traditional dining to your table." buttons={[{ text: "Explore Our Menu", href: "#products" }]} - imageSrc="http://img.b2bpic.net/free-photo/lamb-kebab-served-with-onion-sumac-blend-tomato-herbs-sauce_140725-1562.jpg" + imageSrc="http://img.b2bpic.net/free-photo/lamb-kebab-served-with-onion-sumac-blend-tomato-herbs-sauce_140725-1562.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { src: "http://img.b2bpic.net/free-photo/happy-redhead-woman-having-fun-while-being-fed-by-her-boyfriend-dining-table_637285-10475.jpg", alt: "Happy couple" }, @@ -77,7 +77,7 @@ export default function LandingPage() { { title: "Traditional Methods", description: "Cooking over open flames for unmatched taste." }, { title: "Authentic Recipes", description: "Heritage secrets passed down through decades." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/south-african-potjiekos-food-pot_181624-14904.jpg" + imageSrc="http://img.b2bpic.net/free-photo/south-african-potjiekos-food-pot_181624-14904.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -88,10 +88,10 @@ export default function LandingPage() { 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", 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", 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", 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", 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="Why Choose Us" description="Quality, authenticity, and taste form the foundation of every meal we serve." @@ -105,8 +105,8 @@ 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" }, - { id: "2", name: "Special Naan", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034027.jpg" }, + { 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" }, -- 2.49.1