Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 17:58:00 +00:00

View File

@@ -110,7 +110,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
buttonAnimation="opacity"
/>
</div>
@@ -139,19 +139,19 @@ export default function LandingPage() {
description="Hear from people who make Fuel Station Cafe part of their daily routine"
testimonials={[
{
id: "1", title: "Best Coffee in Nagpur", quote: "I've tried many cafes, but Fuel Station Cafe has the best coffee and the warmest atmosphere. The staff treats you like family. Highly recommended!", name: "Priya Sharma", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Priya Sharma"
id: "1", title: "Best Coffee in Nagpur", quote: "I've tried many cafes, but Fuel Station Cafe has the best coffee and the warmest atmosphere. The staff treats you like family. Highly recommended!", name: "Priya Sharma", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Priya Sharma"
},
{
id: "2", title: "Perfect for Meetings", quote: "Great ambiance, excellent food, and the outdoor seating is perfect for casual meetings with friends. Always my go-to spot in Nagpur.", name: "Rajesh Patel", role: "Business Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Rajesh Patel"
id: "2", title: "Perfect for Meetings", quote: "Great ambiance, excellent food, and the outdoor seating is perfect for casual meetings with friends. Always my go-to spot in Nagpur.", name: "Rajesh Patel", role: "Business Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Rajesh Patel"
},
{
id: "3", title: "Family Favorite", quote: "We love bringing our kids here. The menu has something for everyone, and the service is always quick and friendly. Five stars!", name: "Anjali Desai", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Anjali Desai"
id: "3", title: "Family Favorite", quote: "We love bringing our kids here. The menu has something for everyone, and the service is always quick and friendly. Five stars!", name: "Anjali Desai", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Anjali Desai"
},
{
id: "4", title: "Convenient & Delicious", quote: "Perfect location near NID Garden, excellent in-store pickup service, and food quality is consistently amazing. Worth every visit!", name: "Vikram Singh", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Vikram Singh"
id: "4", title: "Convenient & Delicious", quote: "Perfect location near NID Garden, excellent in-store pickup service, and food quality is consistently amazing. Worth every visit!", name: "Vikram Singh", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Vikram Singh"
},
{
id: "5", title: "Second Home", quote: "Fuel Station Cafe feels like a second home. The crew knows me by name, the coffee is always perfect, and the vibe is unbeatable.", name: "Neha Kulkarni", role: "Daily Regular", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Neha Kulkarni"
id: "5", title: "Second Home", quote: "Fuel Station Cafe feels like a second home. The crew knows me by name, the coffee is always perfect, and the vibe is unbeatable.", name: "Neha Kulkarni", role: "Daily Regular", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Neha Kulkarni"
}
]}
textboxLayout="default"
@@ -171,7 +171,7 @@ export default function LandingPage() {
]}
background={{ variant: "animated-grid" }}
useInvertedBackground={true}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
buttonAnimation="slide-up"
/>
</div>