Update src/app/page.tsx
This commit is contained in:
@@ -41,10 +41,11 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
title="Taste the Fusion. Feel the Flame."
|
||||
description="At Flame & Fusion, we bring together the energy of NYC street eats and the bold kick of Naga-inspired flavor. Whether you're dining in or ordering from DoorDash, we guarantee freshness, quality, and flavor in every order."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
tag="NYC Street Food"
|
||||
tagIcon={Flame}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fried-rice-served-with-hot-syrup_157027-4061.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fried-rice-served-with-hot-syrup_157027-4061.jpg"
|
||||
imageAlt="Signature Flame & Fusion platter with Naga sauce"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -64,11 +65,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
name: "Antonio Rodriguez", handle: "Local", testimonial: "The chicken platters are packed with flavor and portion is huge. Honestly, best value for money in NYC.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"
|
||||
},
|
||||
{
|
||||
name: "Sarah Chen", handle: "DoorDash Regular", testimonial: "Food arrives hot and fresh every time. The Naga chicken is my go-to order. Can't recommend enough!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -150,7 +151,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Flame & Fusion", name: "Spicy Naga Chicken Platter", price: "$14.99", rating: 5,
|
||||
reviewCount: "392", imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-served-with-hot-syrup_157027-4061.jpg?_wi=2", imageAlt: "Spicy Naga chicken platter with sauce"
|
||||
reviewCount: "392", imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-served-with-hot-syrup_157027-4061.jpg", imageAlt: "Spicy Naga chicken platter with sauce"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Flame & Fusion", name: "Famous Loaded Naga Fries", price: "$11.99", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user