Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
tag="Local Favorite"
|
||||
tagIcon={Flame}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working_23-2148896942.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working_23-2148896942.jpg?_wi=1"
|
||||
imageAlt="Blazin Bites Food Truck"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -61,15 +61,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marcus J.", handle: "Local Regular", testimonial: "Best street food I've had in years. The flavors are incredible!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-504.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-504.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Sarah L.", handle: "Food Enthusiast", testimonial: "Every meal is an experience. Blazin Bites nailed it.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "James R.", handle: "Downtown Worker", testimonial: "Lunch hasn't been the same since finding this truck!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1"
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -144,13 +144,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", role: "Local Regular", testimonial: "The best street food I have ever had. Fresh ingredients and incredible flavors make every visit special. Blazin Bites is a must-visit!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-504.jpg"
|
||||
id: "1", name: "Marcus Johnson", role: "Local Regular", testimonial: "The best street food I have ever had. Fresh ingredients and incredible flavors make every visit special. Blazin Bites is a must-visit!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-504.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", role: "Food Blogger", testimonial: "Authentic, delicious, and truly crafted with care. This food truck has set a new standard for street food in our community.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg"
|
||||
id: "2", name: "Sarah Chen", role: "Food Blogger", testimonial: "Authentic, delicious, and truly crafted with care. This food truck has set a new standard for street food in our community.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "James Rodriguez", role: "Downtown Professional", testimonial: "My lunch break highlight. The team is friendly, the food is phenomenal, and the vibe is electric. Can not get enough!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"
|
||||
id: "3", name: "James Rodriguez", role: "Downtown Professional", testimonial: "My lunch break highlight. The team is friendly, the food is phenomenal, and the vibe is electric. Can not get enough!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emma Williams", role: "Community Member", testimonial: "Supporting local never tasted so good. Blazin Bites is more than food, it is a gathering place for our neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg"
|
||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
||||
description="Follow our location updates and get notifications on new menu items, special events, and exclusive food truck stops around the neighborhood."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working_23-2148896942.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working_23-2148896942.jpg?_wi=2"
|
||||
imageAlt="Blazin Bites Location"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user