Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 16:42:47 +00:00

View File

@@ -55,15 +55,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Dark Man", handle: "Local Guide", testimonial: "Foods tastes good. It becomes very crowded during lunch time because many offices are nearby.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-characterizing-painter_23-2149529892.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-characterizing-painter_23-2149529892.jpg?_wi=1"
},
{
name: "Anas Robin", handle: "Local Guide", testimonial: "Liver was good and the halwa was the best item. Absolutely delicious!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=1"
},
{
name: "Abdullah Shafi", handle: "Local Guide", testimonial: "Paratha was thin and soft. Perfect with vegetables and lentils.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5365.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5365.jpg?_wi=1"
}
]}
testimonialRotationInterval={5000}
@@ -140,7 +140,7 @@ export default function LandingPage() {
useInvertedBackground={false}
mediaAnimation="blur-reveal"
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg"
imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg?_wi=1"
imageAlt="Elegant dining atmosphere at Durbin Bangla"
/>
</div>
@@ -155,15 +155,15 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Dark Man", role: "Local Guide", company: "Food Enthusiast", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-characterizing-painter_23-2149529892.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-characterizing-painter_23-2149529892.jpg?_wi=2"
},
{
id: "2", name: "Anas Robin", role: "Local Guide", company: "Food Critic", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=2"
},
{
id: "3", name: "Abdullah Shafi", role: "Local Guide", company: "Regular Customer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5365.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5365.jpg?_wi=2"
},
{
id: "4", name: "Fatima Khan", role: "Food Blogger", company: "Dhaka Eats", rating: 5,
@@ -204,7 +204,7 @@ export default function LandingPage() {
id: "2", name: "Live Kitchen Magic", price: "Watch", variant: "Traditional Cooking", imageSrc: "http://img.b2bpic.net/free-photo/chef-kitchen-prepares-pizza_1157-21843.jpg", imageAlt: "Open kitchen cooking demonstration"
},
{
id: "3", name: "Elegant Dining", price: "Enjoy", variant: "Premium Ambiance", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg", imageAlt: "Cozy dining tables and warm atmosphere"
id: "3", name: "Elegant Dining", price: "Enjoy", variant: "Premium Ambiance", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg?_wi=2", imageAlt: "Cozy dining tables and warm atmosphere"
}
]}
gridVariant="three-columns-all-equal-width"