Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
332
src/app/page.tsx
332
src/app/page.tsx
@@ -32,30 +32,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Our Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Our Menu", id: "menu"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact Us",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact Us", id: "contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Order Now", href: "#"}}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/vintage-yom-kippur-background-with-horn_23-2148643701.jpg"
|
||||
logoAlt="Gul Shinwari Restaurant Logo"
|
||||
brandName="Gul Shinwari Restaurant"
|
||||
@@ -66,86 +54,46 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Experience Authentic Shinwari Cuisine"
|
||||
description="Savor the rich flavors of traditional Pakistani and Afghani dishes, prepared with fresh, premium ingredients and time-honored recipes."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ayesha Khan",
|
||||
handle: "@AyeshaFoodie",
|
||||
testimonial: "Gul Shinwari offers an unparalleled taste of tradition. Every dish is a masterpiece, especially the Shinwari Karahi!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-happy-black-lady-posing-outdoors-smiling_1262-21120.jpg",
|
||||
imageAlt: "smiling man dining",
|
||||
},
|
||||
name: "Ayesha Khan", handle: "@AyeshaFoodie", testimonial: "Gul Shinwari offers an unparalleled taste of tradition. Every dish is a masterpiece, especially the Shinwari Karahi!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-happy-black-lady-posing-outdoors-smiling_1262-21120.jpg", imageAlt: "smiling man dining"},
|
||||
{
|
||||
name: "Bilal Ahmed",
|
||||
handle: "@FlavorExplorer",
|
||||
testimonial: "The lamb tikka is heavenly! Perfectly spiced and incredibly tender. A must-visit for authentic flavors.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-attractive-black-woman-has-afro-hairstyle_273609-28702.jpg",
|
||||
imageAlt: "woman enjoying meal",
|
||||
},
|
||||
name: "Bilal Ahmed", handle: "@FlavorExplorer", testimonial: "The lamb tikka is heavenly! Perfectly spiced and incredibly tender. A must-visit for authentic flavors.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-attractive-black-woman-has-afro-hairstyle_273609-28702.jpg", imageAlt: "woman enjoying meal"},
|
||||
{
|
||||
name: "Zara Shah",
|
||||
handle: "@TasteBudsTravels",
|
||||
testimonial: "An amazing culinary journey! The ambiance and hospitality match the exquisite taste of their Chapli Kababs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-smiling-showing-delicious-salad-made-fresh-vegetables-man-holding-dish-with-salad-his-hand-background-professional-restaurant-kitchen-with-special-kitchenware_651396-3918.jpg",
|
||||
imageAlt: "chef in kitchen preparing food",
|
||||
},
|
||||
name: "Zara Shah", handle: "@TasteBudsTravels", testimonial: "An amazing culinary journey! The ambiance and hospitality match the exquisite taste of their Chapli Kababs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-smiling-showing-delicious-salad-made-fresh-vegetables-man-holding-dish-with-salad-his-hand-background-professional-restaurant-kitchen-with-special-kitchenware_651396-3918.jpg", imageAlt: "chef in kitchen preparing food"},
|
||||
{
|
||||
name: "Hamza Ali",
|
||||
handle: "@FoodVentures",
|
||||
testimonial: "The best Shinwari food I've had outside of Peshawar. Their Pulao is simply divine and a true comfort.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006663.jpg",
|
||||
imageAlt: "family dining together happy",
|
||||
},
|
||||
name: "Hamza Ali", handle: "@FoodVentures", testimonial: "The best Shinwari food I've had outside of Peshawar. Their Pulao is simply divine and a true comfort.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006663.jpg", imageAlt: "family dining together happy"},
|
||||
{
|
||||
name: "Sana Rizvi",
|
||||
handle: "@GourmetGuide",
|
||||
testimonial: "Truly a hidden gem! The freshness of ingredients shines through, making every bite a delight. Highly recommend the Sajji.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sad-woman-telling-friend-about-her-problems_1398-4234.jpg",
|
||||
imageAlt: "young woman eating ethnic food",
|
||||
},
|
||||
name: "Sana Rizvi", handle: "@GourmetGuide", testimonial: "Truly a hidden gem! The freshness of ingredients shines through, making every bite a delight. Highly recommend the Sajji.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sad-woman-telling-friend-about-her-problems_1398-4234.jpg", imageAlt: "young woman eating ethnic food"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
tag="Authentic Flavors"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
alt: "happy man restaurant customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", alt: "happy man restaurant customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-enjoying-berry-snack-outdoors_52683-107514.jpg",
|
||||
alt: "woman enjoying food at restaurant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/person-enjoying-berry-snack-outdoors_52683-107514.jpg", alt: "woman enjoying food at restaurant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-young-people-enjoying-dinner-wine_23-2148454118.jpg",
|
||||
alt: "young man eating at restaurant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/group-young-people-enjoying-dinner-wine_23-2148454118.jpg", alt: "young man eating at restaurant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2516.jpg",
|
||||
alt: "woman smiling restaurant setting",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2516.jpg", alt: "woman smiling restaurant setting"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg",
|
||||
alt: "Person and happy woman clanging glasses of wine at table in cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg", alt: "Person and happy woman clanging glasses of wine at table in cafe"},
|
||||
]}
|
||||
avatarText="Loved by foodies everywhere!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lime-near-dishes-spices_23-2147894845.jpg"
|
||||
@@ -154,25 +102,15 @@ export default function LandingPage() {
|
||||
fixedMediaHeight={true}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients Daily",
|
||||
},
|
||||
type: "text", text: "Fresh Ingredients Daily"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional Recipes",
|
||||
},
|
||||
type: "text", text: "Traditional Recipes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Unforgettable Flavors",
|
||||
},
|
||||
type: "text", text: "Unforgettable Flavors"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Warm Hospitality",
|
||||
},
|
||||
type: "text", text: "Warm Hospitality"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Culinary Excellence",
|
||||
},
|
||||
type: "text", text: "Culinary Excellence"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -182,7 +120,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
tag="Authentic Culinary Heritage"
|
||||
title="Our Legacy of Flavor and Tradition"
|
||||
description="Gul Shinwari Restaurant brings the true taste of the North-West Frontier to your table. For generations, we've honed our craft, ensuring every dish from our succulent Karahi to our tender Tikka embodies the spirit of Shinwari hospitality and culinary excellence. We pride ourselves on using only the freshest, locally sourced ingredients and time-honored recipes passed down through our family."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -194,47 +131,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "karahi",
|
||||
name: "Shinwari Lamb Karahi",
|
||||
price: "$28.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-chicken-kebab-with-mashed-aubergine-garnished-with-tomato-sauce_140725-7105.jpg",
|
||||
imageAlt: "authentic shinwari karahi lamb",
|
||||
},
|
||||
id: "karahi", name: "Shinwari Lamb Karahi", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/turkish-chicken-kebab-with-mashed-aubergine-garnished-with-tomato-sauce_140725-7105.jpg", imageAlt: "authentic shinwari karahi lamb"},
|
||||
{
|
||||
id: "tikka",
|
||||
name: "Mutton Tikka",
|
||||
price: "$25.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eats-kebab-meat-skewer_141793-3912.jpg",
|
||||
imageAlt: "succulent lamb tikka skewers",
|
||||
},
|
||||
id: "tikka", name: "Mutton Tikka", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eats-kebab-meat-skewer_141793-3912.jpg", imageAlt: "succulent lamb tikka skewers"},
|
||||
{
|
||||
id: "chapli-kabab",
|
||||
name: "Chapli Kabab",
|
||||
price: "$18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-tasty-cutlets-with-corns-dark-green-surface_140725-61642.jpg",
|
||||
imageAlt: "chapli kabab afghani patty",
|
||||
},
|
||||
id: "chapli-kabab", name: "Chapli Kabab", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-tasty-cutlets-with-corns-dark-green-surface_140725-61642.jpg", imageAlt: "chapli kabab afghani patty"},
|
||||
{
|
||||
id: "sajji",
|
||||
name: "Balochi Lamb Sajji",
|
||||
price: "$35.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/onion-tomato-with-beef-pieces-stew-copper-pan_114579-2862.jpg",
|
||||
imageAlt: "whole roasted lamb sajji",
|
||||
},
|
||||
id: "sajji", name: "Balochi Lamb Sajji", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/onion-tomato-with-beef-pieces-stew-copper-pan_114579-2862.jpg", imageAlt: "whole roasted lamb sajji"},
|
||||
{
|
||||
id: "pulao",
|
||||
name: "Afghani Lamb Pulao",
|
||||
price: "$22.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-desk-food-photo-meal-dish_140725-82266.jpg",
|
||||
imageAlt: "afghani lamb pulao rice",
|
||||
},
|
||||
id: "pulao", name: "Afghani Lamb Pulao", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-desk-food-photo-meal-dish_140725-82266.jpg", imageAlt: "afghani lamb pulao rice"},
|
||||
{
|
||||
id: "nan",
|
||||
name: "Fresh Tandoori Naan",
|
||||
price: "$4.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-azerbaijani-dish-kutab-with-meat-herbs-pumpkin-with-yogurt-sumac_140725-11415.jpg",
|
||||
imageAlt: "freshly baked naan bread",
|
||||
},
|
||||
id: "nan", name: "Fresh Tandoori Naan", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-azerbaijani-dish-kutab-with-meat-herbs-pumpkin-with-yogurt-sumac_140725-11415.jpg", imageAlt: "freshly baked naan bread"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Explore a culinary journey through our most beloved Shinwari specialties, each crafted with passion and authenticity."
|
||||
@@ -249,20 +156,11 @@ export default function LandingPage() {
|
||||
tag="Heritage & Excellence"
|
||||
metrics={[
|
||||
{
|
||||
id: "years",
|
||||
value: "25+",
|
||||
description: "Years of Culinary Excellence",
|
||||
},
|
||||
id: "years", value: "25+", description: "Years of Culinary Excellence"},
|
||||
{
|
||||
id: "dishes",
|
||||
value: "50+",
|
||||
description: "Traditional Recipes Mastered",
|
||||
},
|
||||
id: "dishes", value: "50+", description: "Traditional Recipes Mastered"},
|
||||
{
|
||||
id: "customers",
|
||||
value: "10K+",
|
||||
description: "Happy Customers Served",
|
||||
},
|
||||
id: "customers", value: "10K+", description: "Happy Customers Served"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -273,14 +171,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Food Critics Daily",
|
||||
"DineOut Magazine",
|
||||
"Local Bites Blog",
|
||||
"Gourmet Insights",
|
||||
"The Flavor Journal",
|
||||
"City Eater Reviews",
|
||||
"Restaurant Aficionados",
|
||||
]}
|
||||
"Food Critics Daily", "DineOut Magazine", "Local Bites Blog", "Gourmet Insights", "The Flavor Journal", "City Eater Reviews", "Restaurant Aficionados"]}
|
||||
title="Trusted by Food Critics & Patrons"
|
||||
description="Our commitment to quality and authenticity has earned us praise from renowned food reviewers and loyal customers alike. We're proud to be a local favorite."
|
||||
tag="Acclaim & Recognition"
|
||||
@@ -296,64 +187,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fatima Rizwan",
|
||||
role: "Local Food Blogger",
|
||||
company: "Taste of City",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fast-food-with-burger_1098-14420.jpg",
|
||||
imageAlt: "smiling man dining",
|
||||
},
|
||||
id: "1", name: "Fatima Rizwan", role: "Local Food Blogger", company: "Taste of City", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fast-food-with-burger_1098-14420.jpg", imageAlt: "smiling man dining"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ahmed Malik",
|
||||
role: "Restaurant Critic",
|
||||
company: "DineSpot Magazine",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-away-medium-shot_23-2148225705.jpg",
|
||||
imageAlt: "woman enjoying meal",
|
||||
},
|
||||
id: "2", name: "Ahmed Malik", role: "Restaurant Critic", company: "DineSpot Magazine", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-away-medium-shot_23-2148225705.jpg", imageAlt: "woman enjoying meal"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia Hussain",
|
||||
role: "Frequent Diner",
|
||||
company: "Local Patron",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-preparing-salad-rubbing-cheese-top_1303-32163.jpg",
|
||||
imageAlt: "chef in kitchen preparing food",
|
||||
},
|
||||
id: "3", name: "Sophia Hussain", role: "Frequent Diner", company: "Local Patron", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-preparing-salad-rubbing-cheese-top_1303-32163.jpg", imageAlt: "chef in kitchen preparing food"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Omar Khan",
|
||||
role: "Culinary Enthusiast",
|
||||
company: "Flavor Seekers",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-black-family-enjoying-breakfast-dining-table-home_637285-12633.jpg",
|
||||
imageAlt: "family dining together happy",
|
||||
},
|
||||
id: "4", name: "Omar Khan", role: "Culinary Enthusiast", company: "Flavor Seekers", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-black-family-enjoying-breakfast-dining-table-home_637285-12633.jpg", imageAlt: "family dining together happy"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Nida Farooq",
|
||||
role: "Food Photographer",
|
||||
company: "Visual Feasts",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-pizza_23-2149250079.jpg",
|
||||
imageAlt: "young woman eating ethnic food",
|
||||
},
|
||||
id: "5", name: "Nida Farooq", role: "Food Photographer", company: "Visual Feasts", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-pizza_23-2149250079.jpg", imageAlt: "young woman eating ethnic food"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5/5",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "5/5", label: "Average Rating"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Customer Satisfaction",
|
||||
},
|
||||
value: "100%", label: "Customer Satisfaction"},
|
||||
{
|
||||
value: "Chef's Choice",
|
||||
label: "Award Winner",
|
||||
},
|
||||
value: "Chef's Choice", label: "Award Winner"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from our delighted customers who have experienced the unique flavors and warm ambiance of Gul Shinwari Restaurant."
|
||||
@@ -366,25 +221,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer vegetarian options?",
|
||||
content: "Yes, we have a selection of delicious vegetarian dishes, including various lentil and vegetable curries. Please ask our staff for recommendations.",
|
||||
},
|
||||
id: "1", title: "Do you offer vegetarian options?", content: "Yes, we have a selection of delicious vegetarian dishes, including various lentil and vegetable curries. Please ask our staff for recommendations."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I make a reservation online?",
|
||||
content: "Absolutely! You can make a reservation directly through our contact form below or by calling us during business hours.",
|
||||
},
|
||||
id: "2", title: "Can I make a reservation online?", content: "Absolutely! You can make a reservation directly through our contact form below or by calling us during business hours."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you cater for events?",
|
||||
content: "Yes, Gul Shinwari Restaurant offers catering services for private events, corporate gatherings, and special occasions. Please contact us to discuss your specific needs.",
|
||||
},
|
||||
id: "3", title: "Do you cater for events?", content: "Yes, Gul Shinwari Restaurant offers catering services for private events, corporate gatherings, and special occasions. Please contact us to discuss your specific needs."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Are your dishes spicy?",
|
||||
content: "Many of our traditional dishes have a mild to medium spice level. We can adjust the spice according to your preference for most items. Please inform your server.",
|
||||
},
|
||||
id: "4", title: "Are your dishes spicy?", content: "Many of our traditional dishes have a mild to medium spice level. We can adjust the spice according to your preference for most items. Please inform your server."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find answers to common questions about our restaurant, menu, and services."
|
||||
@@ -400,22 +243,14 @@ export default function LandingPage() {
|
||||
description="Have a question, feedback, or want to make a reservation? Reach out to us, and we'll be happy to assist you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message or Reservation Details",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Your Message or Reservation Details", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg"
|
||||
@@ -430,58 +265,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Karahi",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Karahi", href: "#menu"},
|
||||
{
|
||||
label: "Tikka",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Tikka", href: "#menu"},
|
||||
{
|
||||
label: "Kababs",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Kababs", href: "#menu"},
|
||||
{
|
||||
label: "Pulao",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pulao", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Location", href: "#contact"},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Call Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user