Update src/app/page.tsx

This commit is contained in:
2026-06-09 22:30:51 +00:00
parent 7745a649c8
commit 7d2f14809f

View File

@@ -61,7 +61,6 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-meal-black-plate-dinner-dark-background_140725-94451.jpg", imageAlt: "Tteokbokki (pastel de arroz picante) con queso" },
{ imageSrc: "http://img.b2bpic.net/free-photo/salted-pickled-mustard-salad-thai-food_1150-23109.jpg", imageAlt: "Japchae (fideos de vidrio) con verduras" }
]}
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about">
@@ -241,7 +240,6 @@ export default function LandingPage() {
]}
useInvertedBackground={false}
textboxLayout={"default"}
animationType={"opacity"}
/>
</div>
<div id="faq" data-section="faq">
@@ -296,9 +294,9 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
videoSrc={"http://img.b2bpic.net/free-photo/selective-focus-hand-young-asian-woman-cooking-her-friend-enjoy-make-meal-pan-they-are-talk-laugh-with-fun-together-while-camping-nature-park_1150-61746.jpg?_wi=1"}
videoSrc={"http://img.b2bpic.net/free-photo/selective-focus-hand-young-asian-woman-cooking-her-friend-enjoy-make-meal-pan-they-are-talk-laugh-with-fun-together-while-camping-nature-park_1150-61746.jpg"}
videoAriaLabel={"Cocina coreana en acción"}
imageSrc={"http://img.b2bpic.net/free-photo/selective-focus-hand-young-asian-woman-cooking-her-friend-enjoy-make-meal-pan-they-are-talk-laugh-with-fun-together-while-camping-nature-park_1150-61746.jpg?_wi=2"}
imageSrc={"http://img.b2bpic.net/free-photo/selective-focus-hand-young-asian-woman-cooking-her-friend-enjoy-make-meal-pan-they-are-talk-laugh-with-fun-together-while-camping-nature-park_1150-61746.jpg"}
imageAlt={"Footer video placeholder"}
logoText={"Comida Coreana"}
columns={[
@@ -325,7 +323,6 @@ export default function LandingPage() {
}
]}
copyrightText={"© 2024 Comida Coreana | Todos los derechos reservados."}
useInvertedBackground={true}
/>
</div>
</ThemeProvider>