Update src/app/page.tsx
This commit is contained in:
373
src/app/page.tsx
373
src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Our Story",
|
name: "Our Story", id: "#our-story"},
|
||||||
id: "#our-story",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "#menu"},
|
||||||
id: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Celebrations",
|
name: "Celebrations", id: "#celebrations"},
|
||||||
id: "#celebrations",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Gallery",
|
name: "Gallery", id: "#gallery"},
|
||||||
id: "#gallery",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "#reviews"},
|
||||||
id: "#reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u4d5gk"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u4d5gk"
|
||||||
logoAlt="Quilim Restaurant Logo"
|
logoAlt="Quilim Restaurant Logo"
|
||||||
@@ -73,79 +59,40 @@ export default function LandingPage() {
|
|||||||
description="Faisalabad's beloved dining destination where exceptional flavors, warm hospitality, and elegant ambiance come together."
|
description="Faisalabad's beloved dining destination where exceptional flavors, warm hospitality, and elegant ambiance come together."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Trusted by Thousands",
|
name: "Trusted by Thousands", handle: "4.6 Rating", testimonial: "Highly rated by our valued guests for exceptional service and food.", rating: 5,
|
||||||
handle: "4.6 Rating",
|
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-smiling-close-up_23-2148508995.jpg", imageAlt: "diverse person smiling portrait headshot"},
|
||||||
testimonial: "Highly rated by our valued guests for exceptional service and food.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-smiling-close-up_23-2148508995.jpg",
|
|
||||||
imageAlt: "diverse person smiling portrait headshot",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Consistently Excellent",
|
name: "Consistently Excellent", handle: "Top Reviews", testimonial: "Our food quality is consistently excellent, and the portions are generous.", rating: 5,
|
||||||
handle: "Top Reviews",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-short-hair_1308-171290.jpg", imageAlt: "woman smiling professional portrait"},
|
||||||
testimonial: "Our food quality is consistently excellent, and the portions are generous.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-short-hair_1308-171290.jpg",
|
|
||||||
imageAlt: "woman smiling professional portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "A Place to Return",
|
name: "A Place to Return", handle: "Loyal Customers", testimonial: "Customers return again and again for the unforgettable dining experience.", rating: 5,
|
||||||
handle: "Loyal Customers",
|
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg", imageAlt: "man smiling professional portrait"},
|
||||||
testimonial: "Customers return again and again for the unforgettable dining experience.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg",
|
|
||||||
imageAlt: "man smiling professional portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Exceptional Ambiance",
|
name: "Exceptional Ambiance", handle: "Five Stars", testimonial: "The atmosphere is perfect for any occasion, from casual dinners to special events.", rating: 5,
|
||||||
handle: "Five Stars",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg", imageAlt: "Young blonde businesswoman smiling happy standing at the city."},
|
||||||
testimonial: "The atmosphere is perfect for any occasion, from casual dinners to special events.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg",
|
|
||||||
imageAlt: "Young blonde businesswoman smiling happy standing at the city.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Friendly Staff",
|
name: "Friendly Staff", handle: "Great Service", testimonial: "The staff are incredibly attentive and make every visit a delight.", rating: 5,
|
||||||
handle: "Great Service",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg", imageAlt: "young businessman happy expression"},
|
||||||
testimonial: "The staff are incredibly attentive and make every visit a delight.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg",
|
|
||||||
imageAlt: "young businessman happy expression",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
tag="Luxury Dining"
|
tag="Luxury Dining"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Reserve Your Table",
|
text: "Reserve Your Table", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Explore Our Menu",
|
text: "Explore Our Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/handsome-businesman-summer-city_1157-18994.jpg",
|
src: "http://img.b2bpic.net/free-photo/handsome-businesman-summer-city_1157-18994.jpg", alt: "Customer 1"},
|
||||||
alt: "Customer 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-getting-eyebrow-treatment-from-beautician_23-2148910518.jpg",
|
src: "http://img.b2bpic.net/free-photo/woman-getting-eyebrow-treatment-from-beautician_23-2148910518.jpg", alt: "Customer 2"},
|
||||||
alt: "Customer 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-executive-looking-camera_1262-4763.jpg",
|
src: "http://img.b2bpic.net/free-photo/cheerful-young-executive-looking-camera_1262-4763.jpg", alt: "Customer 3"},
|
||||||
alt: "Customer 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Customer 4"},
|
||||||
alt: "Customer 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/man-isolated-showing-emotions-end-gestures_1303-30107.jpg",
|
src: "http://img.b2bpic.net/free-photo/man-isolated-showing-emotions-end-gestures_1303-30107.jpg", alt: "Man isolated showing emotions end gestures"},
|
||||||
alt: "Man isolated showing emotions end gestures",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="4,357+ Happy Guests"
|
avatarText="4,357+ Happy Guests"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-1955.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-1955.jpg"
|
||||||
@@ -166,19 +113,13 @@ export default function LandingPage() {
|
|||||||
description="Quilim isn't just a restaurant; it's where rich flavors, elegant ambiance, and warm hospitality create unforgettable dining moments."
|
description="Quilim isn't just a restaurant; it's where rich flavors, elegant ambiance, and warm hospitality create unforgettable dining moments."
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Exceptional Flavors",
|
title: "Exceptional Flavors", description: "Handcrafted recipes prepared with premium, fresh ingredients to delight your palate.", icon: Utensils,
|
||||||
description: "Handcrafted recipes prepared with premium, fresh ingredients to delight your palate.",
|
|
||||||
icon: Utensils,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Elegant Ambiance",
|
title: "Elegant Ambiance", description: "A sophisticated setting designed for family gatherings, birthdays, anniversaries, and memorable evenings.", icon: Diamond,
|
||||||
description: "A sophisticated setting designed for family gatherings, birthdays, anniversaries, and memorable evenings.",
|
|
||||||
icon: Diamond,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Hospitality That Feels Personal",
|
title: "Hospitality That Feels Personal", description: "Our cooperative staff is dedicated to making every visit extraordinary and personalized.", icon: Star,
|
||||||
description: "Our cooperative staff is dedicated to making every visit extraordinary and personalized.",
|
|
||||||
icon: Star,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg"
|
||||||
@@ -195,55 +136,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "parmesan-chicken",
|
id: "parmesan-chicken", name: "Parmesan Chicken", price: "PKR 1250", imageSrc: "http://img.b2bpic.net/free-photo/cachopo-traditional-food-asturias-spain-breaded-fillet-meat-black-slate-background_123827-34825.jpg", imageAlt: "Gourmet Parmesan Chicken dish"},
|
||||||
name: "Parmesan Chicken",
|
|
||||||
price: "PKR 1250",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cachopo-traditional-food-asturias-spain-breaded-fillet-meat-black-slate-background_123827-34825.jpg",
|
|
||||||
imageAlt: "Gourmet Parmesan Chicken dish",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "swiss-nipolo-chicken",
|
id: "swiss-nipolo-chicken", name: "Swiss Nipolo Chicken", price: "PKR 1400", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-stuffed-cabbage-stuffed-cabbage-with-herbs-lemon-sauce-plate-herbs-rice-sour-cream-bowls-black-table_140725-110501.jpg", imageAlt: "Swiss Nipolo Chicken, a creamy chicken dish"},
|
||||||
name: "Swiss Nipolo Chicken",
|
|
||||||
price: "PKR 1400",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-stuffed-cabbage-stuffed-cabbage-with-herbs-lemon-sauce-plate-herbs-rice-sour-cream-bowls-black-table_140725-110501.jpg",
|
|
||||||
imageAlt: "Swiss Nipolo Chicken, a creamy chicken dish",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "chicken-karahi",
|
id: "chicken-karahi", name: "Chicken Karahi", price: "PKR 1100", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-goulash-wooden-table_23-2149388088.jpg", imageAlt: "Traditional Chicken Karahi in a serving pot"},
|
||||||
name: "Chicken Karahi",
|
|
||||||
price: "PKR 1100",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-goulash-wooden-table_23-2149388088.jpg",
|
|
||||||
imageAlt: "Traditional Chicken Karahi in a serving pot",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "egg-fried-rice",
|
id: "egg-fried-rice", name: "Egg Fried Rice", price: "PKR 650", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-meal-top-view_23-2148224110.jpg", imageAlt: "Classic Egg Fried Rice"},
|
||||||
name: "Egg Fried Rice",
|
|
||||||
price: "PKR 650",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-meal-top-view_23-2148224110.jpg",
|
|
||||||
imageAlt: "Classic Egg Fried Rice",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "bbq-skewers",
|
id: "bbq-skewers", name: "BBQ Skewers Platter", price: "PKR 1500", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-vegetables-stick_140725-1268.jpg", imageAlt: "Assorted BBQ skewers"},
|
||||||
name: "BBQ Skewers Platter",
|
|
||||||
price: "PKR 1500",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-vegetables-stick_140725-1268.jpg",
|
|
||||||
imageAlt: "Assorted BBQ skewers",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "hot-sour-soup",
|
id: "hot-sour-soup", name: "Hot & Sour Soup", price: "PKR 450", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-classic-tomato-soup-blue-bowl-spoon-wooden-tray-garlic-salt-lemon-bunch-green-notebook-mixed-color-table_140725-86990.jpg", imageAlt: "Bowl of hot and sour soup"},
|
||||||
name: "Hot & Sour Soup",
|
|
||||||
price: "PKR 450",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-classic-tomato-soup-blue-bowl-spoon-wooden-tray-garlic-salt-lemon-bunch-green-notebook-mixed-color-table_140725-86990.jpg",
|
|
||||||
imageAlt: "Bowl of hot and sour soup",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Signature Dishes"
|
title="Signature Dishes"
|
||||||
description="Explore our featured favorites, crafted to perfection and loved by guests time and again."
|
description="Explore our featured favorites, crafted to perfection and loved by guests time and again."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View Full Menu",
|
text: "View Full Menu", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -257,50 +166,20 @@ export default function LandingPage() {
|
|||||||
carouselMode="auto"
|
carouselMode="auto"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "testimonial-1",
|
id: "testimonial-1", name: "Sawera Haroon", role: "Regular Guest", company: "Faisalabad", rating: 5,
|
||||||
name: "Sawera Haroon",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg", imageAlt: "Sawera Haroon smiling"},
|
||||||
role: "Regular Guest",
|
|
||||||
company: "Faisalabad",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg",
|
|
||||||
imageAlt: "Sawera Haroon smiling",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "testimonial-2",
|
id: "testimonial-2", name: "Eisha Zahid", role: "Food Critic", company: "Local Blog", rating: 5,
|
||||||
name: "Eisha Zahid",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109580.jpg", imageAlt: "Eisha Zahid in a restaurant setting"},
|
||||||
role: "Food Critic",
|
|
||||||
company: "Local Blog",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109580.jpg",
|
|
||||||
imageAlt: "Eisha Zahid in a restaurant setting",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "testimonial-3",
|
id: "testimonial-3", name: "Junaid Javaid", role: "Happy Customer", company: "Faisalabad", rating: 5,
|
||||||
name: "Junaid Javaid",
|
imageSrc: "http://img.b2bpic.net/free-photo/blurred-women-gesturing-thumb-up_23-2147774835.jpg", imageAlt: "Junaid Javaid smiling"},
|
||||||
role: "Happy Customer",
|
|
||||||
company: "Faisalabad",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-women-gesturing-thumb-up_23-2147774835.jpg",
|
|
||||||
imageAlt: "Junaid Javaid smiling",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "testimonial-4",
|
id: "testimonial-4", name: "Aliya Khan", role: "Event Planner", company: "City Events", rating: 5,
|
||||||
name: "Aliya Khan",
|
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-15896.jpg", imageAlt: "Aliya Khan smiling"},
|
||||||
role: "Event Planner",
|
|
||||||
company: "City Events",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-15896.jpg",
|
|
||||||
imageAlt: "Aliya Khan smiling",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "testimonial-5",
|
id: "testimonial-5", name: "Ahmed Raza", role: "Businessman", company: "Local Business", rating: 5,
|
||||||
name: "Ahmed Raza",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg", imageAlt: "Ahmed Raza in a formal setting"},
|
||||||
role: "Businessman",
|
|
||||||
company: "Local Business",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg",
|
|
||||||
imageAlt: "Ahmed Raza in a formal setting",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why Faisalabad Loves Quilim"
|
title="Why Faisalabad Loves Quilim"
|
||||||
description="Hear what our cherished guests have to say about their unforgettable dining experiences."
|
description="Hear what our cherished guests have to say about their unforgettable dining experiences."
|
||||||
@@ -314,26 +193,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "celebrate",
|
id: "celebrate", title: "Your Special Moments", author: "Quilim Restaurant", description: "We cater to all your celebration needs with exquisite food and impeccable service.", tags: [
|
||||||
title: "Your Special Moments",
|
"Birthdays", "Anniversaries", "Family Gatherings"],
|
||||||
author: "Quilim Restaurant",
|
imageSrc: "http://img.b2bpic.net/free-photo/photo-glad-mixed-race-females-have-interracial-friendship-pose-camera-modern-cell-phone-make-selfie-while-have-rest-cozy-terrace-bar-enjoy-fresh-drinks-people-ethnicity-leisure_273609-3405.jpg", imageAlt: "A beautifully set table for a celebration in a luxury restaurant"},
|
||||||
description: "We cater to all your celebration needs with exquisite food and impeccable service.",
|
|
||||||
tags: [
|
|
||||||
"Birthdays",
|
|
||||||
"Anniversaries",
|
|
||||||
"Family Gatherings",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-glad-mixed-race-females-have-interracial-friendship-pose-camera-modern-cell-phone-make-selfie-while-have-rest-cozy-terrace-bar-enjoy-fresh-drinks-people-ethnicity-leisure_273609-3405.jpg",
|
|
||||||
imageAlt: "A beautifully set table for a celebration in a luxury restaurant",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="From intimate dinners to life's biggest celebrations."
|
title="From intimate dinners to life's biggest celebrations."
|
||||||
description="Quilim provides the perfect backdrop for every special occasion, be it birthdays, anniversaries, family gatherings, or corporate events. Let us make your moments unforgettable."
|
description="Quilim provides the perfect backdrop for every special occasion, be it birthdays, anniversaries, family gatherings, or corporate events. Let us make your moments unforgettable."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Reserve Your Table",
|
text: "Reserve Your Table", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -347,52 +215,22 @@ export default function LandingPage() {
|
|||||||
description="A glimpse into our world: exquisite dishes, elegant interiors, and joyful celebrations captured by our guests."
|
description="A glimpse into our world: exquisite dishes, elegant interiors, and joyful celebrations captured by our guests."
|
||||||
blogs={[
|
blogs={[
|
||||||
{
|
{
|
||||||
id: "blog-1",
|
id: "blog-1", category: "Dishes", title: "Gourmet Creations", excerpt: "Artfully crafted dishes that delight every sense.", imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-3169.jpg", imageAlt: "Signature dish elegant plating", authorName: "Quilim Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u4d5gk", date: "2024-07-20"
|
||||||
category: "Dishes",
|
|
||||||
title: "Gourmet Creations",
|
|
||||||
excerpt: "Artfully crafted dishes that delight every sense.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-3169.jpg",
|
|
||||||
imageAlt: "Signature dish elegant plating",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "blog-2",
|
id: "blog-2", category: "Interiors", title: "Elegant Spaces", excerpt: "Our luxurious ambiance, perfect for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "Elegant restaurant interior", authorName: "Quilim Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u4d5gk", date: "2024-07-20"
|
||||||
category: "Interiors",
|
|
||||||
title: "Elegant Spaces",
|
|
||||||
excerpt: "Our luxurious ambiance, perfect for any occasion.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg",
|
|
||||||
imageAlt: "Elegant restaurant interior",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "blog-3",
|
id: "blog-3", category: "Celebrations", title: "Joyful Gatherings", excerpt: "Life's best moments, celebrated at Quilim.", imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-toasting-evening-drinks-nightclub_23-2147859521.jpg", imageAlt: "Family celebration dinner", authorName: "Quilim Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u4d5gk", date: "2024-07-20"
|
||||||
category: "Celebrations",
|
|
||||||
title: "Joyful Gatherings",
|
|
||||||
excerpt: "Life's best moments, celebrated at Quilim.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-toasting-evening-drinks-nightclub_23-2147859521.jpg",
|
|
||||||
imageAlt: "Family celebration dinner",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "blog-4",
|
id: "blog-4", category: "Behind The Scenes", title: "Culinary Artistry", excerpt: "Our chefs, mastering every flavor and presentation.", imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-fried-fish-front-view_23-2148516904.jpg", imageAlt: "Chef cooking in the kitchen", authorName: "Quilim Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u4d5gk", date: "2024-07-20"
|
||||||
category: "Behind The Scenes",
|
|
||||||
title: "Culinary Artistry",
|
|
||||||
excerpt: "Our chefs, mastering every flavor and presentation.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-fried-fish-front-view_23-2148516904.jpg",
|
|
||||||
imageAlt: "Chef cooking in the kitchen",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "blog-5",
|
id: "blog-5", category: "Classics", title: "Signature Karahi", excerpt: "Experience the rich tradition of our famous Karahi.", imageSrc: "http://img.b2bpic.net/free-photo/half-shot-view-tomato-soup-beans-garlic-wooden-cutting-board-mix-color-table_140725-86786.jpg", imageAlt: "Steaming hot Karahi dish", authorName: "Quilim Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u4d5gk", date: "2024-07-20"
|
||||||
category: "Classics",
|
|
||||||
title: "Signature Karahi",
|
|
||||||
excerpt: "Experience the rich tradition of our famous Karahi.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/half-shot-view-tomato-soup-beans-garlic-wooden-cutting-board-mix-color-table_140725-86786.jpg",
|
|
||||||
imageAlt: "Steaming hot Karahi dish",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "blog-6",
|
id: "blog-6", category: "Drinks", title: "Crafted Beverages", excerpt: "Refreshing drinks to complement your meal.", imageSrc: "http://img.b2bpic.net/free-photo/fruit-cocktail-topped-with-flowers_140725-1776.jpg", imageAlt: "Cocktail drinks at a bar", authorName: "Quilim Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u4d5gk", date: "2024-07-20"
|
||||||
category: "Drinks",
|
|
||||||
title: "Crafted Beverages",
|
|
||||||
excerpt: "Refreshing drinks to complement your meal.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-cocktail-topped-with-flowers_140725-1776.jpg",
|
|
||||||
imageAlt: "Cocktail drinks at a bar",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -403,40 +241,25 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
animationType="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "metric-1",
|
id: "metric-1", value: "4.6/5", title: "Customer Rating", description: "Based on thousands of reviews.", icon: Star,
|
||||||
value: "4.6/5",
|
|
||||||
title: "Customer Rating",
|
|
||||||
description: "Based on thousands of reviews.",
|
|
||||||
icon: Star,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "metric-2",
|
id: "metric-2", value: "15+", title: "Years of Excellence", description: "Serving Faisalabad since 2009.", icon: Calendar,
|
||||||
value: "15+",
|
|
||||||
title: "Years of Excellence",
|
|
||||||
description: "Serving Faisalabad since 2009.",
|
|
||||||
icon: Calendar,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "metric-3",
|
id: "metric-3", value: "100%", title: "Fresh Ingredients", description: "Commitment to quality in every dish.", icon: Leaf,
|
||||||
value: "100%",
|
|
||||||
title: "Fresh Ingredients",
|
|
||||||
description: "Commitment to quality in every dish.",
|
|
||||||
icon: Leaf,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Ready for Your Next Memorable Meal?"
|
title="Ready for Your Next Memorable Meal?"
|
||||||
description="Whether it's a family dinner or a special celebration, Quilim promises an experience guests remember long after the last bite."
|
description="Whether it's a family dinner or a special celebration, Quilim promises an experience guests remember long after the last bite."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Reserve a Table",
|
text: "Reserve a Table", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Order Takeaway",
|
text: "Order Takeaway", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -448,16 +271,10 @@ export default function LandingPage() {
|
|||||||
description="Located in the heart of Faisalabad, we are open daily to welcome you for an exceptional dining experience."
|
description="Located in the heart of Faisalabad, we are open daily to welcome you for an exceptional dining experience."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Your Email",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-walking-by-bistro_23-2149366409.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-walking-by-bistro_23-2149366409.jpg"
|
||||||
@@ -466,9 +283,7 @@ export default function LandingPage() {
|
|||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
buttonText="Get Directions"
|
buttonText="Get Directions"
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "How can we help you?", rows: 4,
|
||||||
placeholder: "How can we help you?",
|
|
||||||
rows: 4,
|
|
||||||
required: false,
|
required: false,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
@@ -476,78 +291,48 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u4d5gk"
|
|
||||||
imageAlt="Quilim Restaurant Logo for Footer"
|
|
||||||
videoSrc="http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246103.jpg"
|
videoSrc="http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246103.jpg"
|
||||||
videoAriaLabel="Quilim restaurant ambiance"
|
videoAriaLabel="Quilim restaurant ambiance"
|
||||||
logoText="Quilim Restaurant"
|
logoText="Quilim Restaurant"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Explore",
|
title: "Explore", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "#home"},
|
||||||
href: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Our Story",
|
label: "Our Story", href: "#our-story"},
|
||||||
href: "#our-story",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Menu",
|
label: "Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Visit Us",
|
title: "Visit Us", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Celebrations",
|
label: "Celebrations", href: "#celebrations"},
|
||||||
href: "#celebrations",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Gallery",
|
label: "Gallery", href: "#gallery"},
|
||||||
href: "#gallery",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reviews",
|
label: "Reviews", href: "#reviews"},
|
||||||
href: "#reviews",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Reservations",
|
label: "Reservations", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Call Now",
|
label: "Call Now", href: "tel:+92418540373"},
|
||||||
href: "tel:+92418540373",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Get Directions",
|
label: "Get Directions", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
|
||||||
href: "https://maps.app.goo.gl/YourGoogleMapsLink",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Follow Us",
|
title: "Follow Us", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Facebook",
|
label: "Facebook", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Twitter",
|
label: "Twitter", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user