Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-05 09:17:24 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="medium"
background="blurBottom"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
@@ -60,19 +60,19 @@ export default function LandingPage() {
{
name: "Ahmed Hassan", handle: "Local Customer", testimonial:
"Quantity and quality both are good, peaceful open air ambiance. Perfect spot for family dinner!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg"},
{
name: "Fatima Khan", handle: "Regular Visitor", testimonial:
"A go-to place for dinner in a peaceful and open air place. Best pulao in Rawalpindi!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg"},
{
name: "Rashid Ali", handle: "Food Enthusiast", testimonial:
"Best food, delicious taste, peaceful environment. Highly recommended for everyone.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=3"},
imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg"},
{
name: "Saira Malik", handle: "Family Diner", testimonial:
"Amazing experience with friends. The malai boti is absolutely delicious and affordable!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=4"},
imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -154,27 +154,27 @@ export default function LandingPage() {
{
id: "1", name: "Ahmed Hassan", handle: "Local Customer", testimonial:
"Quantity and quality both are good, peaceful open air ambiance. Perfect spot for family dinner!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=5"},
imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg"},
{
id: "2", name: "Fatima Khan", handle: "Regular Visitor", testimonial:
"A go-to place for dinner in a peaceful and open air place. Best pulao in Rawalpindi!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=6"},
imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg"},
{
id: "3", name: "Rashid Ali", handle: "Food Enthusiast", testimonial:
"Best food, delicious taste, peaceful environment. Highly recommended for everyone.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=7"},
imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg"},
{
id: "4", name: "Saira Malik", handle: "Family Diner", testimonial:
"Amazing experience with friends. The malai boti is absolutely delicious and affordable!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=8"},
imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg"},
{
id: "5", name: "Hassan Khan", handle: "Couples Dining", testimonial:
"Romantic peaceful ambiance perfect for couples. Great food, great prices, great experience!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=9"},
imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg"},
{
id: "6", name: "Zainab Ali", handle: "Local Food Blogger", testimonial:
"Finally found a restaurant that delivers authentic taste with affordable pricing and peaceful vibes!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=10"},
imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg"},
]}
animationType="slide-up"
/>
@@ -191,7 +191,7 @@ export default function LandingPage() {
{ text: "💬 WhatsApp Order", href: "https://wa.me/923331234567" },
]}
buttonAnimation="slide-up"
background={{ variant: "blurBottom" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>