Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "classic-burger", name: "Classic Cheeseburger", price: "2,500 ₸", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-meat-cheeseburger-dark-background-snack-fast-food-sandwich-burger-toast-salad-dish_140725-159201.jpg", imageAlt: "Classic beef burger with melted cheese", isFavorited: false,
|
||||
id: "classic-burger", name: "Classic Cheeseburger", price: "2,500 ₸", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-meat-cheeseburger-dark-background-snack-fast-food-sandwich-burger-toast-salad-dish_140725-159201.jpg?_wi=1", imageAlt: "Classic beef burger with melted cheese", isFavorited: false,
|
||||
initialQuantity: 1
|
||||
},
|
||||
{
|
||||
@@ -136,7 +136,7 @@ export default function LandingPage() {
|
||||
initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "combo", name: "Premium Combo Deal", price: "4,200 ₸", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-meat-cheeseburger-dark-background-snack-fast-food-sandwich-burger-toast-salad-dish_140725-159201.jpg", imageAlt: "Complete meal combo package", isFavorited: false,
|
||||
id: "combo", name: "Premium Combo Deal", price: "4,200 ₸", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-meat-cheeseburger-dark-background-snack-fast-food-sandwich-burger-toast-salad-dish_140725-159201.jpg?_wi=2", imageAlt: "Complete meal combo package", isFavorited: false,
|
||||
initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
@@ -174,7 +174,7 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Assel Bekbayeva", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg", imageAlt: "Customer Assel"
|
||||
id: "1", name: "Assel Bekbayeva", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg?_wi=1", imageAlt: "Customer Assel"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Arman Sultanov", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", imageAlt: "Customer Arman"
|
||||
@@ -189,7 +189,7 @@ export default function LandingPage() {
|
||||
id: "5", name: "Madina Zhaksybekova", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-waitress-standing-with-arms-crossed_171337-15609.jpg", imageAlt: "Customer Madina"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Dauren Karatayev", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg", imageAlt: "Customer Dauren"
|
||||
id: "6", name: "Dauren Karatayev", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg?_wi=2", imageAlt: "Customer Dauren"
|
||||
}
|
||||
]}
|
||||
cardTitle="What Our Customers Say"
|
||||
|
||||
Reference in New Issue
Block a user