Update src/app/page.tsx
This commit is contained in:
266
src/app/page.tsx
266
src/app/page.tsx
@@ -31,29 +31,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/hot-burger-logo-designs-inspiration-vector-illustration_384344-621.jpg"
|
||||
logoAlt="Pacha Kebab Logo"
|
||||
@@ -69,39 +57,25 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Online", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-frame-with-tasty-kebab-herbs_23-2148685486.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-frame-with-tasty-kebab-herbs_23-2148685486.jpg"
|
||||
imageAlt="Delicious Kebab Platter"
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/feedback-survey-response-advice-suggestions_53876-133648.jpg",
|
||||
alt: "Happy customer testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/feedback-survey-response-advice-suggestions_53876-133648.jpg", alt: "Happy customer testimonial"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/feedback-results-information-satisfeaction_53876-121339.jpg",
|
||||
alt: "Satisfied diner photo",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/feedback-results-information-satisfeaction_53876-121339.jpg", alt: "Satisfied diner photo"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/register-enquiry-online-web-page-concept_53876-124778.jpg",
|
||||
alt: "Smiling customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/register-enquiry-online-web-page-concept_53876-124778.jpg", alt: "Smiling customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-127367.jpg",
|
||||
alt: "Restaurant patron happy",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-127367.jpg", alt: "Restaurant patron happy"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/helpdesk-support-information-support-concept_53876-121537.jpg",
|
||||
alt: "Reviewer portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/helpdesk-support-information-support-concept_53876-121537.jpg", alt: "Reviewer portrait"},
|
||||
]}
|
||||
avatarText="Loved by over 1000+ happy customers!"
|
||||
/>
|
||||
@@ -115,7 +89,7 @@ export default function LandingPage() {
|
||||
tag="Our Story"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3457.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3457.jpg"
|
||||
imageAlt="Pacha Kebab Restaurant Interior"
|
||||
/>
|
||||
</div>
|
||||
@@ -127,46 +101,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Dine-in & Takeaway",
|
||||
description: "Enjoy your meal in our pleasant, calm ambiance or grab it to go. Perfect for lunch, dinner, or a quick bite.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/i-m-hungry-hands-man-looking-food-delivery-app-his-smartphone-ordering-dinner-online_662251-2108.jpg",
|
||||
imageAlt: "Dining and takeaway",
|
||||
},
|
||||
title: "Dine-in & Takeaway", description: "Enjoy your meal in our pleasant, calm ambiance or grab it to go. Perfect for lunch, dinner, or a quick bite.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/i-m-hungry-hands-man-looking-food-delivery-app-his-smartphone-ordering-dinner-online_662251-2108.jpg", imageAlt: "Dining and takeaway"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-smartphone-with-menu_23-2149357850.jpg",
|
||||
imageAlt: "Takeaway service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hot-burger-logo-designs-inspiration-vector-illustration_384344-621.jpg",
|
||||
imageAlt: "food delivery app interface phone",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-smartphone-with-menu_23-2149357850.jpg", imageAlt: "Takeaway service"}
|
||||
},
|
||||
{
|
||||
title: "Catering Services",
|
||||
description: "Planning an event? Let us handle the food! We offer catering for groups, ensuring your guests enjoy delicious kebabs and Middle Eastern delights.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-with-tablet-sitting-table-co-working-space_74855-9951.jpg",
|
||||
imageAlt: "Catering presentation",
|
||||
},
|
||||
title: "Catering Services", description: "Planning an event? Let us handle the food! We offer catering for groups, ensuring your guests enjoy delicious kebabs and Middle Eastern delights.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-with-tablet-sitting-table-co-working-space_74855-9951.jpg", imageAlt: "Catering presentation"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-looking-phone_23-2148395408.jpg",
|
||||
imageAlt: "Event catering",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-frame-with-tasty-kebab-herbs_23-2148685486.jpg?_wi=2",
|
||||
imageAlt: "food delivery app interface phone",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-looking-phone_23-2148395408.jpg", imageAlt: "Event catering"}
|
||||
},
|
||||
{
|
||||
title: "Accessible & Convenient",
|
||||
description: "We offer wheelchair-accessible parking, free street parking, and accept various payment methods including Bimpli, Pluxee, and Ticket Restaurant.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-hand-holding-smartphone-with-black-friday-discount-coupon-while-paying-purchases-checkout-cashier-scanning-promotional-promo-code-displayed-consumer-mobile-device_482257-69278.jpg",
|
||||
imageAlt: "Payment options",
|
||||
},
|
||||
title: "Accessible & Convenient", description: "We offer wheelchair-accessible parking, free street parking, and accept various payment methods including Bimpli, Pluxee, and Ticket Restaurant.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-hand-holding-smartphone-with-black-friday-discount-coupon-while-paying-purchases-checkout-cashier-scanning-promotional-promo-code-displayed-consumer-mobile-device_482257-69278.jpg", imageAlt: "Payment options"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-holding-smartphone-pizza_23-2147844219.jpg",
|
||||
imageAlt: "Accessible parking",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3457.jpg?_wi=2",
|
||||
imageAlt: "food delivery app interface phone",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-holding-smartphone-pizza_23-2147844219.jpg", imageAlt: "Accessible parking"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -183,65 +133,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Pacha Kebab",
|
||||
name: "Chicken Doner Kebab",
|
||||
price: "€8.50",
|
||||
rating: 4.5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-durum-shaurma-with-lavash-french-fries-wooden-board_114579-89.jpg",
|
||||
imageAlt: "Chicken Doner Kebab",
|
||||
},
|
||||
id: "1", brand: "Pacha Kebab", name: "Chicken Doner Kebab", price: "€8.50", rating: 4.5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/chicken-durum-shaurma-with-lavash-french-fries-wooden-board_114579-89.jpg", imageAlt: "Chicken Doner Kebab"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Pacha Kebab",
|
||||
name: "Beef Shish Kebab",
|
||||
price: "€9.00",
|
||||
rating: 4.3,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bbq-skewer-with-beef-vegetables-picnic-table_1147-552.jpg",
|
||||
imageAlt: "Beef Shish Kebab",
|
||||
},
|
||||
id: "2", brand: "Pacha Kebab", name: "Beef Shish Kebab", price: "€9.00", rating: 4.3,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/bbq-skewer-with-beef-vegetables-picnic-table_1147-552.jpg", imageAlt: "Beef Shish Kebab"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Pacha Kebab",
|
||||
name: "Falafel Plate",
|
||||
price: "€7.50",
|
||||
rating: 4.8,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-wrap-with-falafel-fresh-salad-vegan-tacos-vegetarian-healthy-food_2829-6188.jpg",
|
||||
imageAlt: "Falafel Plate",
|
||||
},
|
||||
id: "3", brand: "Pacha Kebab", name: "Falafel Plate", price: "€7.50", rating: 4.8,
|
||||
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-wrap-with-falafel-fresh-salad-vegan-tacos-vegetarian-healthy-food_2829-6188.jpg", imageAlt: "Falafel Plate"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Pacha Kebab",
|
||||
name: "Lamb Adana Kebab",
|
||||
price: "€9.50",
|
||||
rating: 4.6,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rice-with-chicken-vegetables-stick_140725-6786.jpg",
|
||||
imageAlt: "Lamb Adana Kebab",
|
||||
},
|
||||
id: "4", brand: "Pacha Kebab", name: "Lamb Adana Kebab", price: "€9.50", rating: 4.6,
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/rice-with-chicken-vegetables-stick_140725-6786.jpg", imageAlt: "Lamb Adana Kebab"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Pacha Kebab",
|
||||
name: "Lentil Soup",
|
||||
price: "€4.00",
|
||||
rating: 4.2,
|
||||
reviewCount: "50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-blue-pot-with-tasty-soup-served-with-mint-pepper-chopped-lemon-wooden-spoon-spiral-notebook-blue-background_140725-94357.jpg",
|
||||
imageAlt: "Lentil Soup",
|
||||
},
|
||||
id: "5", brand: "Pacha Kebab", name: "Lentil Soup", price: "€4.00", rating: 4.2,
|
||||
reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/view-blue-pot-with-tasty-soup-served-with-mint-pepper-chopped-lemon-wooden-spoon-spiral-notebook-blue-background_140725-94357.jpg", imageAlt: "Lentil Soup"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Pacha Kebab",
|
||||
name: "Mixed Grill Platter",
|
||||
price: "€18.00",
|
||||
rating: 4.9,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-kebab-platter-with-ribs-chicken-lula-tikka-vegetables-kebab_140725-8874.jpg",
|
||||
imageAlt: "Mixed Grill Platter",
|
||||
},
|
||||
id: "6", brand: "Pacha Kebab", name: "Mixed Grill Platter", price: "€18.00", rating: 4.9,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/top-view-kebab-platter-with-ribs-chicken-lula-tikka-vegetables-kebab_140725-8874.jpg", imageAlt: "Mixed Grill Platter"},
|
||||
]}
|
||||
title="Our Delicious Menu"
|
||||
description="Explore our wide selection of kebabs, quick bites, and more. Each dish is prepared with fresh ingredients and authentic flavors."
|
||||
@@ -253,41 +161,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-holding-cellphone-happy-emoji-message-against-brick-wall_23-2147841183.jpg",
|
||||
imageAlt: "Sarah J.",
|
||||
},
|
||||
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-holding-cellphone-happy-emoji-message-against-brick-wall_23-2147841183.jpg", imageAlt: "Sarah J."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-with-thumbs-up_23-2149008927.jpg",
|
||||
imageAlt: "Michael C.",
|
||||
},
|
||||
id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-with-thumbs-up_23-2149008927.jpg", imageAlt: "Michael C."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg",
|
||||
imageAlt: "Emily R.",
|
||||
},
|
||||
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg", imageAlt: "Emily R."},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-handsome-modern-man-wearing-glasses-denim-jacket-yellow-background-with-happy-face-standing-smiling-with-confident-smile-showing-teeth_839833-30354.jpg",
|
||||
imageAlt: "David K.",
|
||||
},
|
||||
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-handsome-modern-man-wearing-glasses-denim-jacket-yellow-background-with-happy-face-standing-smiling-with-confident-smile-showing-teeth_839833-30354.jpg", imageAlt: "David K."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Olivia M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-holding-cellphone_23-2147841134.jpg",
|
||||
imageAlt: "Olivia M.",
|
||||
},
|
||||
id: "5", name: "Olivia M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-holding-cellphone_23-2147841134.jpg", imageAlt: "Olivia M."},
|
||||
{
|
||||
id: "6",
|
||||
name: "James P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-calm-afro-woman-harvesting-pumpkin-tilts-head-closes-eyes-smiles-broadly-wears-yellow-raincoat-enjoys-autumn-time-holidays-isolated_273609-33610.jpg",
|
||||
imageAlt: "James P.",
|
||||
},
|
||||
id: "6", name: "James P.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-calm-afro-woman-harvesting-pumpkin-tilts-head-closes-eyes-smiles-broadly-wears-yellow-raincoat-enjoys-autumn-time-holidays-isolated_273609-33610.jpg", imageAlt: "James P."},
|
||||
]}
|
||||
cardTitle="What Our Customers Say"
|
||||
cardTag="Rave Reviews"
|
||||
@@ -301,25 +185,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open daily and close at 22:00. Check our contact section for precise opening times.",
|
||||
},
|
||||
id: "1", title: "What are your opening hours?", content: "We are open daily and close at 22:00. Check our contact section for precise opening times."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer vegetarian options?",
|
||||
content: "Yes, we have delicious vegetarian options like our Falafel Plate and Lentil Soup.",
|
||||
},
|
||||
id: "2", title: "Do you offer vegetarian options?", content: "Yes, we have delicious vegetarian options like our Falafel Plate and Lentil Soup."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I make a reservation?",
|
||||
content: "For large groups or special requests, please call us directly at 04 74 96 27 72.",
|
||||
},
|
||||
id: "3", title: "Can I make a reservation?", content: "For large groups or special requests, please call us directly at 04 74 96 27 72."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you deliver?",
|
||||
content: "We offer takeaway service. Please inquire about delivery options when ordering.",
|
||||
},
|
||||
id: "4", title: "Do you deliver?", content: "We offer takeaway service. Please inquire about delivery options when ordering."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-zero-waste-food-containers_23-2149316620.jpg"
|
||||
imageAlt="Restaurant staff"
|
||||
@@ -338,22 +210,14 @@ export default function LandingPage() {
|
||||
description="We'd love to hear from you! Reach out for reservations, catering inquiries, or any questions."
|
||||
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",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/building-exterior-with-parked-bicycle_23-2147764363.jpg"
|
||||
@@ -372,45 +236,29 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Our Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user