Merge version_1 into main #2
@@ -55,18 +55,19 @@ export default function LandingPage() {
|
||||
imageAlt="Authentic Korean Ramen Bowl"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
background={{ variant: "plain" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen", handle: "Student, Budget-Conscious", testimonial: "Best affordable authentic ramyeon in Kuching! Fresh, delicious, and perfect for lunch breaks.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79590.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79590.jpg"
|
||||
},
|
||||
{
|
||||
name: "Ahmad Ibrahim", handle: "Office Worker", testimonial: "Found this gem at the mall. The flavor is incredible and the portions are generous for the price.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/first-day-new-university_329181-2982.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/first-day-new-university_329181-2982.jpg"
|
||||
},
|
||||
{
|
||||
name: "Maria Rodriguez", handle: "Korean Food Enthusiast", testimonial: "Authentic Korean recipes with genuine quality. This is what real ramyeon tastes like!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-confident-young-businesswoman_23-2147943798.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-confident-young-businesswoman_23-2147943798.jpg"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -86,7 +87,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-pouring-coffee-mug-sitting-near-husband-talking-mobile-phone_23-2147923057.jpg"
|
||||
imageAlt="Myeon Myeon Kitchen - Fresh Noodle Preparation"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="entrance-slide"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,27 +124,27 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", handle: "@student_life_kuching", testimonial: "Best affordable authentic ramyeon in Kuching! Fresh, delicious, and perfect for lunch breaks. I come here every week!", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79590.jpg?_wi=2"
|
||||
id: "1", name: "Sarah Chen", handle: "@student_life_kuching", testimonial: "Best affordable authentic ramyeon in Kuching! Fresh, delicious, and perfect for lunch breaks. I come here every week!", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79590.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Ahmad Ibrahim", handle: "Office Worker, City One", testimonial: "Found this gem at the mall. The flavor is incredible and the portions are generous for the price. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/first-day-new-university_329181-2982.jpg?_wi=2"
|
||||
id: "2", name: "Ahmad Ibrahim", handle: "Office Worker, City One", testimonial: "Found this gem at the mall. The flavor is incredible and the portions are generous for the price. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/first-day-new-university_329181-2982.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Maria Rodriguez", handle: "Korean Food Enthusiast", testimonial: "Authentic Korean recipes with genuine quality. This is what real ramyeon tastes like! Will definitely return.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-confident-young-businesswoman_23-2147943798.jpg?_wi=2"
|
||||
id: "3", name: "Maria Rodriguez", handle: "Korean Food Enthusiast", testimonial: "Authentic Korean recipes with genuine quality. This is what real ramyeon tastes like! Will definitely return.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-confident-young-businesswoman_23-2147943798.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Tan", handle: "Family Visitor", testimonial: "Perfect spot to bring the family. Kids loved it, adults appreciated the authentic taste. Great value for money!", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Wong", handle: "Office Manager", testimonial: "We bring colleagues here for team lunch. Fast service, delicious food, and very reasonably priced. Win-win!", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79590.jpg?_wi=3"
|
||||
id: "5", name: "Lisa Wong", handle: "Office Manager", testimonial: "We bring colleagues here for team lunch. Fast service, delicious food, and very reasonably priced. Win-win!", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79590.jpg"
|
||||
},
|
||||
{
|
||||
id: "6", name: "James Lee", handle: "University Student", testimonial: "As a student on a tight budget, this is my go-to spot. Quality food at affordable prices. More restaurants should be like this!", imageSrc: "http://img.b2bpic.net/free-photo/first-day-new-university_329181-2982.jpg?_wi=3"
|
||||
id: "6", name: "James Lee", handle: "University Student", testimonial: "As a student on a tight budget, this is my go-to spot. Quality food at affordable prices. More restaurants should be like this!", imageSrc: "http://img.b2bpic.net/free-photo/first-day-new-university_329181-2982.jpg"
|
||||
}
|
||||
]}
|
||||
speed={40}
|
||||
textboxLayout="default"
|
||||
animationType="entrance-slide"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user