Merge version_1 into main #1
@@ -49,11 +49,11 @@ export default function LandingPage() {
|
||||
{ text: "Get Directions", href: "https://www.google.com/maps/search/X374+XH+First+6th+of+October" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7822.jpg", imageAlt: "Orchid Restaurant elegant interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-with-fried-potatoes-mayonnaise-mustard-ketchup_140725-1494.jpg", imageAlt: "Premium grilled meat dish" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-appetizing-chicken-with-onion-lemon-herbs-lavash-board_140725-72535.jpg", imageAlt: "Succulent chicken preparation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pasta-pizza-ingredients-near-dough_23-2147772086.jpg", imageAlt: "Artisan pizza creation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-3617.jpg", imageAlt: "Elegant dine-in experience" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7822.jpg?_wi=1", imageAlt: "Orchid Restaurant elegant interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-with-fried-potatoes-mayonnaise-mustard-ketchup_140725-1494.jpg?_wi=1", imageAlt: "Premium grilled meat dish" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-appetizing-chicken-with-onion-lemon-herbs-lavash-board_140725-72535.jpg?_wi=1", imageAlt: "Succulent chicken preparation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pasta-pizza-ingredients-near-dough_23-2147772086.jpg?_wi=1", imageAlt: "Artisan pizza creation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-3617.jpg?_wi=1", imageAlt: "Elegant dine-in experience" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Hero section - Orchid Restaurant welcome"
|
||||
@@ -72,7 +72,7 @@ export default function LandingPage() {
|
||||
{ title: "Trusted Local Brand", description: "Serving our community for years with consistent quality and genuine hospitality.", icon: Heart },
|
||||
{ title: "Flexible Service", description: "Enjoy dine-in, takeaway, or quick delivery options that fit your lifestyle." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-setting_74190-3617.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-setting_74190-3617.jpg?_wi=2"
|
||||
imageAlt="Orchid Restaurant dining experience"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "dine-in", title: "Dine-In Experience", description: "Relax in our elegant restaurant and enjoy a memorable meal with family and friends in a welcoming atmosphere.", tag: "Recommended", imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-3617.jpg", imageAlt: "Dine-in service at Orchid Restaurant"
|
||||
id: "dine-in", title: "Dine-In Experience", description: "Relax in our elegant restaurant and enjoy a memorable meal with family and friends in a welcoming atmosphere.", tag: "Recommended", imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-3617.jpg?_wi=3", imageAlt: "Dine-in service at Orchid Restaurant"
|
||||
},
|
||||
{
|
||||
id: "takeaway", title: "Takeaway Service", description: "Enjoy your favorite Orchid dishes at home. Quick, convenient, and freshly prepared for you.", tag: "Quick & Easy", imageSrc: "http://img.b2bpic.net/free-psd/good-mood-good-matcha-tea-square-flyer_23-2148401119.jpg", imageAlt: "Takeaway food packaging"
|
||||
@@ -109,13 +109,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Premium Grilled Steak", price: "185 EGP", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-with-fried-potatoes-mayonnaise-mustard-ketchup_140725-1494.jpg", imageAlt: "Premium grilled steak", initialQuantity: 1
|
||||
id: "1", name: "Premium Grilled Steak", price: "185 EGP", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-with-fried-potatoes-mayonnaise-mustard-ketchup_140725-1494.jpg?_wi=2", imageAlt: "Premium grilled steak", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "2", name: "Signature Chicken Dish", price: "125 EGP", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-appetizing-chicken-with-onion-lemon-herbs-lavash-board_140725-72535.jpg", imageAlt: "Signature chicken dish", initialQuantity: 1
|
||||
id: "2", name: "Signature Chicken Dish", price: "125 EGP", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-appetizing-chicken-with-onion-lemon-herbs-lavash-board_140725-72535.jpg?_wi=2", imageAlt: "Signature chicken dish", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "3", name: "Artisan Wood-Fired Pizza", price: "95 EGP", imageSrc: "http://img.b2bpic.net/free-photo/pasta-pizza-ingredients-near-dough_23-2147772086.jpg", imageAlt: "Artisan pizza", initialQuantity: 1
|
||||
id: "3", name: "Artisan Wood-Fired Pizza", price: "95 EGP", imageSrc: "http://img.b2bpic.net/free-photo/pasta-pizza-ingredients-near-dough_23-2147772086.jpg?_wi=2", imageAlt: "Artisan pizza", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -190,7 +190,7 @@ export default function LandingPage() {
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your inquiry...", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7822.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7822.jpg?_wi=2"
|
||||
imageAlt="Orchid Restaurant location"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user