Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -54,26 +54,26 @@ export default function LandingPage() {
|
||||
{ text: "Get Directions", href: "https://maps.google.com/?q=W33X%2BR69,+Valanchery+Nilambur+Rd,+Pookkattiri,+Kerala+676552" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beer-sauce-near-chicken-potato_23-2147765442.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beer-sauce-near-chicken-potato_23-2147765442.jpg?_wi=1"
|
||||
imageAlt="Crispy Lebanese Broasted Chicken"
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rajesh Kumar", handle: "Local Regular", testimonial: "Very tasty and perfectly cooked. Best broasted chicken in Valanchery!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Fatima Ansari", handle: "Visitor", testimonial: "Great place for quick family dining. Amazing kebabs and rice!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Arun Nair", handle: "Regular", testimonial: "Affordable and flavorful food. Perfect for group gatherings!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Meera Singh", handle: "Traveler", testimonial: "Best iftar spot during Ramadan. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-friends-enjoying-restaurant_23-2147861914.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-friends-enjoying-restaurant_23-2147861914.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -110,7 +110,7 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Lebanese Broasted Chicken", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/beer-sauce-near-chicken-potato_23-2147765442.jpg", imageAlt: "Crispy Lebanese Broasted Chicken", initialQuantity: 1
|
||||
id: "1", name: "Lebanese Broasted Chicken", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/beer-sauce-near-chicken-potato_23-2147765442.jpg?_wi=2", imageAlt: "Crispy Lebanese Broasted Chicken", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "2", name: "Ghee Rice", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/delicious-rice-with-fried-chicken-wooden-table_114579-39151.jpg", imageAlt: "Aromatic Ghee Rice", initialQuantity: 1
|
||||
@@ -119,13 +119,13 @@ export default function LandingPage() {
|
||||
id: "3", name: "Chicken Chilli with Rice", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/hunglae-curry-with-spices-pork-local-food-northern-thailand_1150-22977.jpg", imageAlt: "Spiced Chicken Chilli", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "4", name: "BBQ Chicken", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/fried-sebet-wooden-board_140725-4713.jpg", imageAlt: "Charred BBQ Chicken", initialQuantity: 1
|
||||
id: "4", name: "BBQ Chicken", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/fried-sebet-wooden-board_140725-4713.jpg?_wi=1", imageAlt: "Charred BBQ Chicken", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "5", name: "Shawarma", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-eating-burger_23-2148289402.jpg", imageAlt: "Lebanese Shawarma Wrap", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "6", name: "Alfaham", price: "₹260", imageSrc: "http://img.b2bpic.net/free-photo/fried-sebet-wooden-board_140725-4713.jpg", imageAlt: "Traditional Alfaham", initialQuantity: 1
|
||||
id: "6", name: "Alfaham", price: "₹260", imageSrc: "http://img.b2bpic.net/free-photo/fried-sebet-wooden-board_140725-4713.jpg?_wi=2", imageAlt: "Traditional Alfaham", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -187,19 +187,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rajesh Kumar", role: "Regular", company: "Local Food Enthusiast", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Fatima Ansari", role: "Traveler", company: "Valanchery Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Arun Nair", role: "Group Events", company: "Family Gatherings", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Meera Singh", role: "Iftar Regular", company: "Ramadan Special", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-friends-enjoying-restaurant_23-2147861914.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-friends-enjoying-restaurant_23-2147861914.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user