Update src/app/page.tsx
This commit is contained in:
@@ -33,10 +33,11 @@ export default function HomePage() {
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Order Online", href: "/contact#online-order"}}
|
||||
text: "Order Online", href: "/contact#online-order"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -49,11 +50,10 @@ export default function HomePage() {
|
||||
buttons={[
|
||||
{ text: "Order Online", href: "/contact#online-order" },
|
||||
{ text: "Reserve a Table", href: "/contact#reservation-form" },
|
||||
{ text: "Call Now", href: "tel:+902423170100" },
|
||||
{ text: "Call Now", href: "tel:+902423170100" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-meat-bones-with-fried-vegetables-sauce-table-food-meal-dinner-restaurant-meat_140725-28157.jpg"
|
||||
imageAlt="Authentic Turkish Kebabs and Restaurant Interior"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,7 +64,7 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{ value: "1152+", title: "Happy Reviews" },
|
||||
{ value: "4.2", title: "Star Rating" },
|
||||
{ value: "20+", title: "Years Experience" },
|
||||
{ value: "20+", title: "Years Experience" }
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-chef-cooking-onion-vegetables-meat-grill-with-fire-smoke-beautiful-man-concentrated-preparation-food-background-modern-restaurant-kitchen_651396-3910.jpg"
|
||||
@@ -79,22 +79,28 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
title: "Dine-in Experience", description: "Immerse yourself in the warm and elegant ambiance of our restaurant, perfect for family dinners or special occasions.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg?_wi=1", imageAlt: "Restaurant dining area"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", imageAlt: "Restaurant dining area"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg?_wi=2", imageAlt: "Elegant table setting"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", imageAlt: "Elegant table setting"
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "Convenient Drive-Through", description: "Enjoy your favorite kebabs on the go with our fast and efficient drive-through service. Quality taste, ultimate convenience.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-through-menu-restaurant_23-2150520061.jpg?_wi=1", imageAlt: "Drive-through service at restaurant"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-through-menu-restaurant_23-2150520061.jpg", imageAlt: "Drive-through service at restaurant"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-through-menu-restaurant_23-2150520061.jpg?_wi=2", imageAlt: "Customer picking up food at drive-through"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-through-menu-restaurant_23-2150520061.jpg", imageAlt: "Customer picking up food at drive-through"
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "No-Contact Delivery", description: "Relish our authentic Turkish cuisine from the comfort of your home with our safe and swift no-contact delivery.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-work-eating-pizza_23-2148894071.jpg?_wi=1", imageAlt: "No-contact food delivery"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-work-eating-pizza_23-2148894071.jpg", imageAlt: "No-contact food delivery"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-work-eating-pizza_23-2148894071.jpg?_wi=2", imageAlt: "Food delivery bag"},
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-work-eating-pizza_23-2148894071.jpg", imageAlt: "Food delivery bag"
|
||||
}
|
||||
}
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="Seamlessly Enjoy Our Authentic Cuisine"
|
||||
@@ -109,17 +115,23 @@ export default function HomePage() {
|
||||
<ProductCardFour
|
||||
products={[
|
||||
{
|
||||
id: "adana-kebap-home", name: "Adana Kebap", price: "₺250", variant: "Spicy ground lamb skewer", imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-assortment-high-angle_23-2149358058.jpg", imageAlt: "Authentic Adana Kebap"},
|
||||
id: "adana-kebap-home", name: "Adana Kebap", price: "₺250", variant: "Spicy ground lamb skewer", imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-assortment-high-angle_23-2149358058.jpg", imageAlt: "Authentic Adana Kebap"
|
||||
},
|
||||
{
|
||||
id: "lahmacun-home", name: "Lahmacun", price: "₺180", variant: "Crispy Turkish flatbread pizza", imageSrc: "http://img.b2bpic.net/free-photo/fresh-lahmacun-table_140725-8239.jpg", imageAlt: "Fresh Lahmacun"},
|
||||
id: "lahmacun-home", name: "Lahmacun", price: "₺180", variant: "Crispy Turkish flatbread pizza", imageSrc: "http://img.b2bpic.net/free-photo/fresh-lahmacun-table_140725-8239.jpg", imageAlt: "Fresh Lahmacun"
|
||||
},
|
||||
{
|
||||
id: "kuzu-sis-home", name: "Kuzu Şiş", price: "₺300", variant: "Tender grilled lamb skewers", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-delicious-kebab-chili-peppers_23-2148685517.jpg", imageAlt: "Grilled Kuzu Şiş"},
|
||||
id: "kuzu-sis-home", name: "Kuzu Şiş", price: "₺300", variant: "Tender grilled lamb skewers", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-delicious-kebab-chili-peppers_23-2148685517.jpg", imageAlt: "Grilled Kuzu Şiş"
|
||||
},
|
||||
{
|
||||
id: "liver-dish-home", name: "Ciğer Tava", price: "₺220", variant: "Sautéed lamb liver with spices", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-slices-fried-fruits-tomatoes-meal-meat-fruit-dish_179666-17320.jpg", imageAlt: "Turkish Liver Dish"},
|
||||
id: "liver-dish-home", name: "Ciğer Tava", price: "₺220", variant: "Sautéed lamb liver with spices", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-slices-fried-fruits-tomatoes-meal-meat-fruit-dish_179666-17320.jpg", imageAlt: "Turkish Liver Dish"
|
||||
},
|
||||
{
|
||||
id: "turkish-tea-home", name: "Turkish Tea", price: "₺50", variant: "Traditional black tea", imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-food-inspiration-still-life_23-2150152990.jpg", imageAlt: "Traditional Turkish Tea"},
|
||||
id: "turkish-tea-home", name: "Turkish Tea", price: "₺50", variant: "Traditional black tea", imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-food-inspiration-still-life_23-2150152990.jpg", imageAlt: "Traditional Turkish Tea"
|
||||
},
|
||||
{
|
||||
id: "dessert-home", name: "Sütlaç", price: "₺120", variant: "Creamy rice pudding", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assorted-sortiments-turkish-delight_23-2148468197.jpg", imageAlt: "Traditional Turkish Dessert"},
|
||||
id: "dessert-home", name: "Sütlaç", price: "₺120", variant: "Creamy rice pudding", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assorted-sortiments-turkish-delight_23-2148468197.jpg", imageAlt: "Traditional Turkish Dessert"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -134,15 +146,20 @@ export default function HomePage() {
|
||||
<TestimonialCardTwo
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-home-1", name: "Elif Demir", role: "Local Food Critic", testimonial: "Kebapçı Şeyhmus offers an unparalleled experience. The Adana Kebap is simply divine, perfectly spiced and cooked. A true gem in Antalya!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-eating-noodles-break_23-2149390520.jpg", imageAlt: "Elif Demir"},
|
||||
id: "testimonial-home-1", name: "Elif Demir", role: "Local Food Critic", testimonial: "Kebapçı Şeyhmus offers an unparalleled experience. The Adana Kebap is simply divine, perfectly spiced and cooked. A true gem in Antalya!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-eating-noodles-break_23-2149390520.jpg", imageAlt: "Elif Demir"
|
||||
},
|
||||
{
|
||||
id: "testimonial-home-2", name: "Mark Johnson", role: "Tourist from UK", testimonial: "Visiting Antalya wouldn't be complete without a meal here. The mixed grill was fantastic, and the service was incredibly welcoming. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-displeased-woman-arguing-with-waitress-cafe_637285-8114.jpg", imageAlt: "Mark Johnson"},
|
||||
id: "testimonial-home-2", name: "Mark Johnson", role: "Tourist from UK", testimonial: "Visiting Antalya wouldn't be complete without a meal here. The mixed grill was fantastic, and the service was incredibly welcoming. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-displeased-woman-arguing-with-waitress-cafe_637285-8114.jpg", imageAlt: "Mark Johnson"
|
||||
},
|
||||
{
|
||||
id: "testimonial-home-3", name: "Fatma Yılmaz", role: "Regular Customer", testimonial: "I've been coming to Şeyhmus for years. The quality never drops, and the Lahmacun is the best I've ever had. It feels like home every time.", imageSrc: "http://img.b2bpic.net/free-photo/people-creating-food-content-upload-internet-food-lovers_23-2151461660.jpg", imageAlt: "Fatma Yılmaz"},
|
||||
id: "testimonial-home-3", name: "Fatma Yılmaz", role: "Regular Customer", testimonial: "I've been coming to Şeyhmus for years. The quality never drops, and the Lahmacun is the best I've ever had. It feels like home every time.", imageSrc: "http://img.b2bpic.net/free-photo/people-creating-food-content-upload-internet-food-lovers_23-2151461660.jpg", imageAlt: "Fatma Yılmaz"
|
||||
},
|
||||
{
|
||||
id: "testimonial-home-4", name: "David Lee", role: "Food Blogger", testimonial: "From the first bite of the Ciğer Tava to the last sip of Turkish tea, every moment was a culinary delight. An authentic taste of Turkey!", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-beer-eating-olives_23-2147680959.jpg", imageAlt: "David Lee"},
|
||||
id: "testimonial-home-4", name: "David Lee", role: "Food Blogger", testimonial: "From the first bite of the Ciğer Tava to the last sip of Turkish tea, every moment was a culinary delight. An authentic taste of Turkey!", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-beer-eating-olives_23-2147680959.jpg", imageAlt: "David Lee"
|
||||
},
|
||||
{
|
||||
id: "testimonial-home-5", name: "Sophie Müller", role: "Traveler from Germany", testimonial: "Absolutely loved the atmosphere and the incredible food. The Kuzu Şiş was so tender and flavorful. A must-visit in Antalya!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-women-having-dinner-together_23-2148454093.jpg", imageAlt: "Sophie Müller"},
|
||||
id: "testimonial-home-5", name: "Sophie Müller", role: "Traveler from Germany", testimonial: "Absolutely loved the atmosphere and the incredible food. The Kuzu Şiş was so tender and flavorful. A must-visit in Antalya!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-women-having-dinner-together_23-2148454093.jpg", imageAlt: "Sophie Müller"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="What Our Guests Are Saying"
|
||||
@@ -159,11 +176,11 @@ export default function HomePage() {
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number" },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number" }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
required: true
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/map-marked-with-pins-by-tourist_23-2148232411.jpg"
|
||||
@@ -181,23 +198,23 @@ export default function HomePage() {
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
],
|
||||
{ label: "Gallery", href: "/gallery" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Order Online", href: "/contact#online-order" },
|
||||
{ label: "Reservations", href: "/contact#reservation-form" },
|
||||
{ label: "Delivery", href: "/contact" },
|
||||
],
|
||||
{ label: "Delivery", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Location", href: "https://maps.app.goo.gl/YourGoogleMapsLink" },
|
||||
{ label: "+90 242 317 01 00", href: "tel:+902423170100" },
|
||||
{ label: "kebapciseyhmususta.com", href: "https://kebapciseyhmususta.com" },
|
||||
],
|
||||
},
|
||||
{ label: "kebapciseyhmususta.com", href: "https://kebapciseyhmususta.com" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Kebapçı Şeyhmus"
|
||||
copyrightText="© 2024 Kebapçı Şeyhmus. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user