Update src/app/page.tsx
This commit is contained in:
@@ -123,7 +123,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Elena Rodriguez", role: "Food Blogger", company: "Authentic Eatz", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-chicken-shawarma-flatbread-served-with-fries-sauces-yogurt-pickles_141793-2200.jpg" },
|
||||
{ id: "t2", name: "Marcus Chen", role: "Chef", company: "Fine Eats", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-preparing-delicious-meal_23-2149661346.jpg" },
|
||||
{ id: "t3", name: "Sarah Miller", role: "Critique", company: "Foodies Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fresh-mexican-ingredients_23-2147640331.jpg" },
|
||||
{ id: "t3", name: "Sarah Miller", role: "Critique", company: "Foodies Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fresh-mexican-ingredients_23-2147640331.jpg?_wi=1" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "4.9", label: "Rating" },
|
||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fresh-mexican-ingredients_23-2147640331.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fresh-mexican-ingredients_23-2147640331.jpg?_wi=2"
|
||||
logoText="El Tos Taco Regio"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "Our Story", href: "#about" }, { label: "Careers", href: "#" }] },
|
||||
|
||||
Reference in New Issue
Block a user