Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
289
src/app/page.tsx
289
src/app/page.tsx
@@ -31,37 +31,23 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "#menu"},
|
||||||
id: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Specials",
|
name: "Specials", id: "#specials"},
|
||||||
id: "#specials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "#reviews"},
|
||||||
id: "#reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Kolachi Restaurant"
|
brandName="Kolachi Restaurant"
|
||||||
bottomLeftText="Authentic Cuisine"
|
bottomLeftText="Authentic Cuisine"
|
||||||
bottomRightText="kolachi@example.com"
|
bottomRightText="kolachi@example.com"
|
||||||
button={{
|
button={{
|
||||||
text: "Order Now",
|
text: "Order Now", href: "#menu"}}
|
||||||
href: "#menu",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -71,37 +57,23 @@ export default function LandingPage() {
|
|||||||
description="Savor the rich culinary heritage of Kolachi Restaurant. Fresh ingredients, traditional recipes, unforgettable taste."
|
description="Savor the rich culinary heritage of Kolachi Restaurant. Fresh ingredients, traditional recipes, unforgettable taste."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Order Online",
|
text: "Order Online", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "View Full Menu",
|
text: "View Full Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-stuffed-eggplant-rolls-white-oval-plate-different-spices-grey-background_140725-111094.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-stuffed-eggplant-rolls-white-oval-plate-different-spices-grey-background_140725-111094.jpg"
|
||||||
imageAlt="Luxurious spread of traditional Pakistani dishes"
|
imageAlt="Luxurious spread of traditional Pakistani dishes"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5281.jpg",
|
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5281.jpg", alt: "Customer enjoying meal"},
|
||||||
alt: "Customer enjoying meal",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-16391.jpg",
|
src: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-16391.jpg", alt: "Happy diner"},
|
||||||
alt: "Happy diner",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg",
|
src: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg", alt: "Smiling guest"},
|
||||||
alt: "Smiling guest",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754671.jpg",
|
src: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754671.jpg", alt: "Restaurant owner"},
|
||||||
alt: "Restaurant owner",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-expressive-woman-posing-studio_344912-185.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-expressive-woman-posing-studio_344912-185.jpg", alt: "Satisfied customer"},
|
||||||
alt: "Satisfied customer",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Loved by over 500+ food enthusiasts!"
|
avatarText="Loved by over 500+ food enthusiasts!"
|
||||||
/>
|
/>
|
||||||
@@ -112,17 +84,12 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "Our Story: A Journey Through Flavors & Tradition"},
|
||||||
content: "Our Story: A Journey Through Flavors & Tradition",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Discover Our Legacy",
|
text: "Discover Our Legacy", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
description="Kolachi Restaurant started with a passion for bringing authentic Pakistani cuisine to your table. Our journey began years ago, rooted in traditional family recipes passed down through generations. We pride ourselves on selecting only the freshest ingredients and spices to create dishes that tell a story of rich culinary heritage and vibrant flavors. Every meal is crafted with love and dedication, ensuring a memorable dining experience that transports you to the heart of Pakistan."
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-cooking_23-2150980284.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-cooking_23-2150980284.jpg"
|
||||||
imageAlt="Chef preparing traditional Pakistani cuisine"
|
imageAlt="Chef preparing traditional Pakistani cuisine"
|
||||||
/>
|
/>
|
||||||
@@ -137,29 +104,11 @@ export default function LandingPage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Catering for Every Occasion",
|
title: "Catering for Every Occasion", description: "From intimate gatherings to grand celebrations, Kolachi brings authentic flavors to your event.", imageSrc: "http://img.b2bpic.net/free-photo/pate-decorated-with-cucumbers-carrots-jug-with-compote_140725-9599.jpg", imageAlt: "Elegant catering spread", titleImageSrc: "http://img.b2bpic.net/free-photo/happy-business-colleagues-serving-themselves_1262-1841.jpg", buttonText: "Explore Catering"},
|
||||||
description: "From intimate gatherings to grand celebrations, Kolachi brings authentic flavors to your event.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pate-decorated-with-cucumbers-carrots-jug-with-compote_140725-9599.jpg",
|
|
||||||
imageAlt: "Elegant catering spread",
|
|
||||||
titleImageSrc: "http://img.b2bpic.net/free-photo/happy-business-colleagues-serving-themselves_1262-1841.jpg",
|
|
||||||
buttonText: "Explore Catering",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Finest Hand-Picked Spices",
|
title: "Finest Hand-Picked Spices", description: "Our culinary excellence begins with premium, aromatic spices sourced directly for authentic taste.", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-species-upper-side-dark-grey-background_140725-136076.jpg", imageAlt: "Assortment of traditional spices", titleImageSrc: "http://img.b2bpic.net/free-photo/set-spices-dry-fruits-tray_23-2148080940.jpg", buttonText: "Our Ingredients"},
|
||||||
description: "Our culinary excellence begins with premium, aromatic spices sourced directly for authentic taste.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-species-upper-side-dark-grey-background_140725-136076.jpg",
|
|
||||||
imageAlt: "Assortment of traditional spices",
|
|
||||||
titleImageSrc: "http://img.b2bpic.net/free-photo/set-spices-dry-fruits-tray_23-2148080940.jpg",
|
|
||||||
buttonText: "Our Ingredients",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Chef's Daily Specials",
|
title: "Chef's Daily Specials", description: "Experience unique creations and seasonal delicacies, crafted fresh by our master chefs every day.", imageSrc: "http://img.b2bpic.net/free-photo/fried-prawn-rice-with-teriyaki-sauce_140725-6653.jpg", imageAlt: "Chef's daily special dish", titleImageSrc: "http://img.b2bpic.net/free-photo/ingredients-italian-food-with-chalkboard-beside_23-2148551690.jpg", buttonText: "Today's Special"},
|
||||||
description: "Experience unique creations and seasonal delicacies, crafted fresh by our master chefs every day.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-prawn-rice-with-teriyaki-sauce_140725-6653.jpg",
|
|
||||||
imageAlt: "Chef's daily special dish",
|
|
||||||
titleImageSrc: "http://img.b2bpic.net/free-photo/ingredients-italian-food-with-chalkboard-beside_23-2148551690.jpg",
|
|
||||||
buttonText: "Today's Special",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Signature Delights & Unique Offerings"
|
title="Signature Delights & Unique Offerings"
|
||||||
description="Explore what makes Kolachi Restaurant a truly exceptional dining experience."
|
description="Explore what makes Kolachi Restaurant a truly exceptional dining experience."
|
||||||
@@ -174,53 +123,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "biryani",
|
id: "biryani", name: "Chicken Biryani", price: "$18.99", variant: "Spicy | Mild", imageSrc: "http://img.b2bpic.net/free-photo/rice-garnish-with-spicy-grilled-chicken-leg-granite-plate_114579-1962.jpg", imageAlt: "Flavorful Chicken Biryani"},
|
||||||
name: "Chicken Biryani",
|
|
||||||
price: "$18.99",
|
|
||||||
variant: "Spicy | Mild",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/rice-garnish-with-spicy-grilled-chicken-leg-granite-plate_114579-1962.jpg",
|
|
||||||
imageAlt: "Flavorful Chicken Biryani",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "karahi",
|
id: "karahi", name: "Lamb Karahi", price: "$22.50", variant: "Boneless | With Bone", imageSrc: "http://img.b2bpic.net/free-photo/sac-qovurmasi-turshu-govurma-local-food-inside-black-sac-with-herbs_114579-1882.jpg", imageAlt: "Rich Lamb Karahi"},
|
||||||
name: "Lamb Karahi",
|
|
||||||
price: "$22.50",
|
|
||||||
variant: "Boneless | With Bone",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sac-qovurmasi-turshu-govurma-local-food-inside-black-sac-with-herbs_114579-1882.jpg",
|
|
||||||
imageAlt: "Rich Lamb Karahi",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "nihari",
|
id: "nihari", name: "Beef Nihari", price: "$19.75", variant: "Regular | Special", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370900.jpg", imageAlt: "Slow-cooked Beef Nihari"},
|
||||||
name: "Beef Nihari",
|
|
||||||
price: "$19.75",
|
|
||||||
variant: "Regular | Special",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370900.jpg",
|
|
||||||
imageAlt: "Slow-cooked Beef Nihari",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "handi",
|
id: "handi", name: "Chicken Handi", price: "$17.99", variant: "Creamy | Spicy", imageSrc: "http://img.b2bpic.net/free-photo/creamy-mushroom-garlic-sauce-with-grilled-chicken-herbs_140725-10567.jpg", imageAlt: "Creamy Chicken Handi"},
|
||||||
name: "Chicken Handi",
|
|
||||||
price: "$17.99",
|
|
||||||
variant: "Creamy | Spicy",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/creamy-mushroom-garlic-sauce-with-grilled-chicken-herbs_140725-10567.jpg",
|
|
||||||
imageAlt: "Creamy Chicken Handi",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "kebabs",
|
id: "kebabs", name: "Seekh Kebabs", price: "$14.00", variant: "Chicken | Beef", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-meat-with-tomato-pepper_140725-9510.jpg", imageAlt: "Grilled Seekh Kebabs"},
|
||||||
name: "Seekh Kebabs",
|
|
||||||
price: "$14.00",
|
|
||||||
variant: "Chicken | Beef",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-meat-with-tomato-pepper_140725-9510.jpg",
|
|
||||||
imageAlt: "Grilled Seekh Kebabs",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "naan",
|
id: "naan", name: "Garlic Naan", price: "$3.50", variant: "Plain | Buttered", imageSrc: "http://img.b2bpic.net/free-photo/pakistani-food-wooden-board-flat-lay_23-2148825095.jpg", imageAlt: "Fresh Garlic Naan Bread"},
|
||||||
name: "Garlic Naan",
|
|
||||||
price: "$3.50",
|
|
||||||
variant: "Plain | Buttered",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pakistani-food-wooden-board-flat-lay_23-2148825095.jpg",
|
|
||||||
imageAlt: "Fresh Garlic Naan Bread",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Exquisite Menu"
|
title="Our Exquisite Menu"
|
||||||
description="Discover a wide array of mouth-watering dishes, crafted with passion and authentic Pakistani flavors."
|
description="Discover a wide array of mouth-watering dishes, crafted with passion and authentic Pakistani flavors."
|
||||||
@@ -234,56 +147,22 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "lunch-deal",
|
id: "lunch-deal", tag: "Daily Lunch", price: "$12.99", period: "/person", description: "Enjoy a delicious and quick lunch. Includes a main dish, rice, and a drink.", button: {
|
||||||
tag: "Daily Lunch",
|
text: "Order Lunch", href: "#menu"},
|
||||||
price: "$12.99",
|
featuresTitle: "Includes:", features: [
|
||||||
period: "/person",
|
"Choose 1 Curry", "Basmati Rice", "Soft Drink"],
|
||||||
description: "Enjoy a delicious and quick lunch. Includes a main dish, rice, and a drink.",
|
|
||||||
button: {
|
|
||||||
text: "Order Lunch",
|
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
featuresTitle: "Includes:",
|
|
||||||
features: [
|
|
||||||
"Choose 1 Curry",
|
|
||||||
"Basmati Rice",
|
|
||||||
"Soft Drink",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "family-feast",
|
id: "family-feast", tag: "Family Pack", price: "$49.99", period: "/pack", description: "Perfect for families. Serves 4-5 people with a variety of our best dishes.", button: {
|
||||||
tag: "Family Pack",
|
text: "Order Feast", href: "#menu"},
|
||||||
price: "$49.99",
|
featuresTitle: "Includes:", features: [
|
||||||
period: "/pack",
|
"1 Large Biryani", "1 Karahi", "4 Naan Breads", "Dessert of the Day"],
|
||||||
description: "Perfect for families. Serves 4-5 people with a variety of our best dishes.",
|
|
||||||
button: {
|
|
||||||
text: "Order Feast",
|
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
featuresTitle: "Includes:",
|
|
||||||
features: [
|
|
||||||
"1 Large Biryani",
|
|
||||||
"1 Karahi",
|
|
||||||
"4 Naan Breads",
|
|
||||||
"Dessert of the Day",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "gourmet-dinner",
|
id: "gourmet-dinner", tag: "Premium Dinner", price: "$29.99", period: "/person", description: "A refined dining experience with our premium selection and gourmet presentation.", button: {
|
||||||
tag: "Premium Dinner",
|
text: "Reserve Now", href: "#contact"},
|
||||||
price: "$29.99",
|
featuresTitle: "Includes:", features: [
|
||||||
period: "/person",
|
"Appetizer Platter", "Choice of 1 Premium Entree", "Dessert & Coffee"],
|
||||||
description: "A refined dining experience with our premium selection and gourmet presentation.",
|
|
||||||
button: {
|
|
||||||
text: "Reserve Now",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
featuresTitle: "Includes:",
|
|
||||||
features: [
|
|
||||||
"Appetizer Platter",
|
|
||||||
"Choice of 1 Premium Entree",
|
|
||||||
"Dessert & Coffee",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Daily Deals & Combo Specials"
|
title="Daily Deals & Combo Specials"
|
||||||
@@ -298,45 +177,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Ayesha Khan", handle: "@AyeshaFoodie", testimonial: "Kolachi Restaurant truly brings the authentic taste of Pakistan to my plate! Every dish is a masterpiece, especially the Biryani. Highly recommend for true food lovers.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg", imageAlt: "Customer Ayesha Khan"},
|
||||||
name: "Ayesha Khan",
|
|
||||||
handle: "@AyeshaFoodie",
|
|
||||||
testimonial: "Kolachi Restaurant truly brings the authentic taste of Pakistan to my plate! Every dish is a masterpiece, especially the Biryani. Highly recommend for true food lovers.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg",
|
|
||||||
imageAlt: "Customer Ayesha Khan",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Imran Ahmed", handle: "@CurryConnoisseur", testimonial: "The Lamb Karahi is out of this world! The spices are perfectly balanced, and the meat is incredibly tender. Kolachi never disappoints.", imageSrc: "http://img.b2bpic.net/free-photo/family-reunion-celebrating-winter_23-2149628493.jpg", imageAlt: "Customer Imran Ahmed"},
|
||||||
name: "Imran Ahmed",
|
|
||||||
handle: "@CurryConnoisseur",
|
|
||||||
testimonial: "The Lamb Karahi is out of this world! The spices are perfectly balanced, and the meat is incredibly tender. Kolachi never disappoints.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/family-reunion-celebrating-winter_23-2149628493.jpg",
|
|
||||||
imageAlt: "Customer Imran Ahmed",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Fatima Zahra", handle: "@FatimaEats", testimonial: "I've tried many Pakistani restaurants, but Kolachi stands out. Their Nihari reminds me of home. The service is always excellent too!", imageSrc: "http://img.b2bpic.net/free-photo/joyful-multiethnic-people-dining-room-celebrating-winter-holiday-with-traditional-home-cooked-food-happy-festive-family-enjoying-christmas-dinner-home-while-eating-together-handheld-shot_482257-48674.jpg", imageAlt: "Customer Fatima Zahra"},
|
||||||
name: "Fatima Zahra",
|
|
||||||
handle: "@FatimaEats",
|
|
||||||
testimonial: "I've tried many Pakistani restaurants, but Kolachi stands out. Their Nihari reminds me of home. The service is always excellent too!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-multiethnic-people-dining-room-celebrating-winter-holiday-with-traditional-home-cooked-food-happy-festive-family-enjoying-christmas-dinner-home-while-eating-together-handheld-shot_482257-48674.jpg",
|
|
||||||
imageAlt: "Customer Fatima Zahra",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Usman Tariq", handle: "@UsmanReviews", testimonial: "From the ambiance to the last bite, Kolachi offers a fantastic experience. The Seekh Kebabs are a must-try – juicy and packed with flavor.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vinaigrette-salad-fork-cyan-oval-plate-white-purple-checkered-tablecloth-tasty-written-notepad-light-grey-table_140725-136659.jpg", imageAlt: "Customer Usman Tariq"},
|
||||||
name: "Usman Tariq",
|
|
||||||
handle: "@UsmanReviews",
|
|
||||||
testimonial: "From the ambiance to the last bite, Kolachi offers a fantastic experience. The Seekh Kebabs are a must-try – juicy and packed with flavor.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vinaigrette-salad-fork-cyan-oval-plate-white-purple-checkered-tablecloth-tasty-written-notepad-light-grey-table_140725-136659.jpg",
|
|
||||||
imageAlt: "Customer Usman Tariq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Sana Hussain", handle: "@SanaFoodBlog", testimonial: "Absolutely adore the Chicken Handi! It's rich, creamy, and incredibly satisfying. Kolachi is my go-to for authentic comfort food.", imageSrc: "http://img.b2bpic.net/free-photo/family-having-nice-thanksgiving-dinner-together_23-2149082321.jpg", imageAlt: "Customer Sana Hussain"},
|
||||||
name: "Sana Hussain",
|
|
||||||
handle: "@SanaFoodBlog",
|
|
||||||
testimonial: "Absolutely adore the Chicken Handi! It's rich, creamy, and incredibly satisfying. Kolachi is my go-to for authentic comfort food.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/family-having-nice-thanksgiving-dinner-together_23-2149082321.jpg",
|
|
||||||
imageAlt: "Customer Sana Hussain",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Valued Guests Say"
|
title="What Our Valued Guests Say"
|
||||||
description="Read reviews from customers who have savored the authentic flavors of Kolachi Restaurant."
|
description="Read reviews from customers who have savored the authentic flavors of Kolachi Restaurant."
|
||||||
@@ -349,19 +198,15 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
tag="Taste the Tradition"
|
tag="Taste the Tradition"
|
||||||
title="Ready for an Authentic Culinary Journey?"
|
title="Ready for an Authentic Culinary Journey?"
|
||||||
description="Order your favorite dishes online for pickup or delivery, or make a reservation to dine with us."
|
description="Order your favorite dishes online for pickup or delivery, or make a reservation to dine with us."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Order Now",
|
text: "Order Now", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Call Us: +1 (123) 456-7890",
|
text: "Call Us: +1 (123) 456-7890"},
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -372,57 +217,35 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "#home"},
|
||||||
href: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Menu",
|
label: "Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Specials",
|
label: "Specials", href: "#specials"},
|
||||||
href: "#specials",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Reviews",
|
label: "Reviews", href: "#reviews"},
|
||||||
href: "#reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Catering",
|
label: "Catering", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Order Online",
|
label: "Order Online", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Sitemap",
|
label: "Sitemap", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user